/*.wc_payment_methods .wc_payment_method {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
}

.accordion-title {
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.accordion-content {
    margin-top: 10px;
    display: none;
}

.wc_payment_methods input[type="radio"] {
    display: none;
}

.wc_payment_method.active {
    border-color: #0073aa;
    background: #f8f9fa;
}
*/

/* Secure Checkout Header */
/*.custom-secure-banner {
    background: #f7f8fa;
    padding: 16px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}
.custom-secure-banner::before {
    content: "✔";
    color: green;
    font-weight: bold;
}
*/
/* Main Payment Method Wrapper */
/*ul.wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}*/

/* Each Payment Method Item */
/*.wc_payment_method {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    list-style: none;
    position: relative;
}*/

/* Label Text + Icon */
/*.wc_payment_method .porto-control-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
}
.wc_payment_method img {
    max-height: 28px;
    margin-left: 10px;
}*/

/* Accordion Payment Box */
/*.payment_box {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
    display: none;
}*/

/* Expand selected method */
/*.wc_payment_method.active .payment_box {
    display: block !important;
}*/

/* Hide original radio (optional style) */
/*input.porto-control-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.payment-caret {
    margin-left: auto;
    margin-right: 4px;
    font-size: 18px;
    transition: transform 0.3s ease;
}*/

/* ▼ by default */
/*.payment-caret::before {
    content: "▼";
    display: inline-block;
}*/

/* ▲ when open */
/*.wc_payment_method.active .payment-caret::before {
    content: "▲";
}

.payment-caret::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.wc_payment_method.active .payment-caret::before {
    content: "\f077";
}*/

#paymentAccordion .accordion-item {
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#paymentAccordion .accordion-button {
    padding: 0px 7px;
    font-size: 14px;
    font-weight: 600;
}

.cmx-payment-icon-wrapper {
    width: 90px;
    border: 1px solid #223064;
    border-radius: 15px;
    padding: 8px;
    margin-left: 20px;
    line-height: 1;
}