/* Brevo for WooCommerce - frontend styles */
.kawi-brevo-checkout,
.kawi-brevo-shortcode {
    box-sizing: border-box;
}

.kawi-brevo-checkout * ,
.kawi-brevo-shortcode * {
    box-sizing: border-box;
}

.kawi-brevo-checkout {
    clear: both;
    margin: 14px 0 16px;
    padding: 0;
    width: 100%;
}

.kawi-brevo-checkout .kawi-brevo-checkbox-label,
.kawi-brevo-shortcode .kawi-brevo-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    line-height: 1.45;
    font: inherit;
    color: inherit;
}

.kawi-brevo-checkout input[type="checkbox"],
.kawi-brevo-shortcode input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 3px 0 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
    accent-color: currentColor;
}

.kawi-brevo-helper-text {
    display: block;
    margin: 5px 0 0 26px;
    line-height: 1.4;
    font-size: 0.88em;
    opacity: 0.72;
    color: inherit;
}

.kawi-brevo-style-theme .kawi-brevo-button,
.kawi-brevo-style-theme button.kawi-brevo-button {
    font: inherit;
}

.kawi-brevo-style-clean.kawi-brevo-checkout,
.kawi-brevo-style-clean .kawi-brevo-consent-row {
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.025);
}

.kawi-brevo-shortcode {
    width: 100%;
    max-width: 520px;
    margin: 20px 0;
}

.kawi-brevo-shortcode .kawi-brevo-title {
    margin: 0 0 8px;
}

.kawi-brevo-shortcode .kawi-brevo-description {
    margin: 0 0 14px;
}

.kawi-brevo-form .form-row {
    margin: 0 0 12px;
}

.kawi-brevo-form input[type="email"],
.kawi-brevo-form input[type="text"] {
    width: 100%;
}

.kawi-brevo-consent-row {
    margin-top: 4px;
}

.kawi-brevo-message {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 6px;
    line-height: 1.4;
}

.kawi-brevo-success {
    border: 1px solid rgba(46, 125, 50, 0.35);
    background: rgba(46, 125, 50, 0.08);
}

.kawi-brevo-error {
    border: 1px solid rgba(198, 40, 40, 0.35);
    background: rgba(198, 40, 40, 0.08);
}

.woocommerce-checkout .kawi-brevo-checkout.form-row {
    float: none;
}

.woocommerce-checkout-review-order .kawi-brevo-checkout {
    margin-top: 12px;
    margin-bottom: 12px;
}


/* Checkout payment area alignment */
.woocommerce-checkout .place-order .kawi-brevo-checkout {
    margin: 10px 0 12px;
}

.woocommerce-checkout .place-order .kawi-brevo-checkout .kawi-brevo-checkbox-label {
    align-items: flex-start;
}

.woocommerce-checkout .place-order .kawi-brevo-checkout input[type="checkbox"] {
    margin-top: 2px;
}

.brevo-for-woocommerce-thankyou-error {
    border-radius: 12px;
    padding: 14px 16px;
    line-height: 1.5;
}
