/* CevGate WooCommerce Checkout Styles */

/* Payment method description */
.cevgate-payment-description p {
    font-size: 14px;
    color: #555;
    margin: 8px 0 0;
}

/* Style the "Proceed to CevGate" button */
.woocommerce-checkout #place_order {
    transition: all 0.2s ease;
}

/* CevGate payment method icon sizing */
.payment_method_cevgate_hosted_gateway img {
    max-height: 24px;
    width: auto;
    vertical-align: middle;
    margin-left: 8px;
}

/* Payment box styling */
.payment_method_cevgate_hosted_gateway .payment_box {
    background: #f8faf8 !important;
    border: 1px solid #e8f5e9;
    border-radius: 8px;
    padding: 16px;
}
