/**
 * Taylr Payment Gateway Styles
 */

/* Payment method logo styling */
.woocommerce-checkout .payment_methods .payment_method_autify_taylr_hosted_payment img,
.woocommerce-account .payment_methods .payment_method_autify_taylr_hosted_payment img {
    max-height: 50px;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    background: transparent;
}

/* Admin payment settings logo preview */
.woocommerce_page_wc-settings .payment_logo img {
    max-height: 40px;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 3px;
}

/* Ensure logo doesn't break layout on mobile */
@media (max-width: 768px) {
    .woocommerce-checkout .payment_methods .payment_method_autify_taylr_hosted_payment img,
    .woocommerce-account .payment_methods .payment_method_autify_taylr_hosted_payment img {
        max-height: 32px;
        margin-left: 5px;
    }
}

/* Logo container alignment */
.payment_method_autify_taylr_hosted_payment label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment_method_autify_taylr_hosted_payment label img {
    flex-shrink: 0;
}