/* EasyParcel buyer e-invoice fields at checkout. */

/* ------------------------------------------------------------------ */
/* Classic checkout                                                    */
/* The bordered section + clearfix are also printed inline by          */
/* EP_EInvoice_Checkout::render_classic_fields() as a fallback.        */
/* Two-column rows use WooCommerce core .form-row-first/.form-row-last. */
/* ------------------------------------------------------------------ */
#ep-buyer-einvoice {
    margin: 1.5em 0;
    padding: 1em 1.25em 0.5em;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
#ep-buyer-einvoice h3 {
    margin-top: 0;
}
#ep-buyer-einvoice-fields::after {
    content: "";
    display: table;
    clear: both;
}

/* ------------------------------------------------------------------ */
/* Block checkout (Checkout block)                                     */
/* The two-column layout + label cleanup are applied by                */
/* ep-einvoice-block.js (inline styles) because block field wrappers    */
/* and ids are not reliably targetable from CSS across WC versions.    */
/* ------------------------------------------------------------------ */
.ep-einvoice-block-header {
    font-size: 1.05em;
    font-weight: 400;
    margin: 1.25em 0 0.5em;
}
