/* === Postcode Price Styles === */
.gmb-postcode-label,
.wcpa_field_label {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    color: #41bb2e !important;
}

#postcode-price-checker {
    margin-bottom: 0; /* Your override */
}

#postcode_price_result {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 10px;
}

.postcode-price-message {
    font-weight: bold;
    color: #2271b1;
}

#skip_postcode {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* === Skip Price Summary === */
#skip-price-summary p:not(.skip-total) {
    display: none !important; /* Only show total line */
}

.skip-total {
    font-size: 22px;
    font-weight: 700;
}

/* === WCPA Form Styling === */
.wcpa_form_outer {
    margin: 1em 0 0.5em 0;
    width: 100%;
    clear: both;
    flex: 0 0 100%;
}

.wcpa_field_label {
    font-size: 18px !important;
    font-weight: 700 !important;
}
