/**
 * Zavolla Gateway Checkout Styles
 *
 * @package Zavolla_Gateway
 */

/* Checkout payment box */
.zavolla-checkout-box {
    padding: 4px 0 0;
}

.zavolla-checkout-logo {
    display: block;
    max-height: 28px;
    width: auto;
    margin-bottom: 10px;
}

.zavolla-checkout-heading {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 8px;
    color: inherit;
}

.zavolla-checkout-description {
    margin: 16px 0 4px;
    color: inherit;
    font-weight: 500;
}

/* Test mode notice */
.zavolla-checkout-box .zavolla-test-mode-notice {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

/* Redirect notice */
.zavolla-redirect-notice {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9em;
    font-weight: 500;
    color: inherit;
    margin: 0;
}

.zavolla-lock-icon {
    flex-shrink: 0;
}
