/**
 * NOX Interac e-Transfer - checkout & thank-you styling.
 */

/* Sizing the Interac icon at the checkout payment list. */
.payment_methods li.payment_method_nox_interac_etransfer img,
ul.wc_payment_methods li.payment_method_nox_interac_etransfer img,
.wc-block-components-payment-method img.wc-block-components-payment-method__icon[src*="interac-logo"] {
    max-height: 32px;
    width: auto;
    vertical-align: middle;
    margin-left: 6px;
}

/* Instructions box on the thank-you page (dark theme to match NOX Gaming brand). */
.nox-interac-instructions {
    margin: 30px 0;
}

.nox-interac-instructions h2 {
    margin: 0 0 12px;
    font-size: 1.25em;
}

.nox-interac-instructions__box {
    padding: 20px 24px;
    background: #000000;
    border: 1px solid #ffb300;
    color: #f0f0f0;
    border-radius: 8px;
    line-height: 1.6;
}

.nox-interac-instructions__box p {
    margin: 0 0 10px;
    color: #f0f0f0;
}

.nox-interac-instructions__box p:last-child {
    margin-bottom: 0;
}

.nox-interac-instructions__box strong {
    color: #ffb300;
}

/* Over-limit warning shown inside the gateway's own description on the checkout. */
.nox-interac-description-warning {
    display: block;
    margin: 10px 0 0;
    padding: 10px 14px;
    background: #fff3cd;
    border-left: 3px solid #ffb300;
    color: #4a3b00;
    border-radius: 4px;
    font-weight: 500;
    line-height: 1.5;
}
