/* 724Takipci V58 — Havale/EFT varsayılan seçim ve ödeme kartları */

body.page-order.checkout-724 .PaymentMethod.checkout20-methods,
body.page-order.checkout-724 .checkout20-methods,
body.page-order.checkout-724 .checkout20-methods > ul {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.page-order.checkout-724 .checkout20-methods > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
}

body.page-order.checkout-724 .checkout20-methods li,
body.page-order.checkout-724 .checkout20-methods li + li {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 25px !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    transform: none !important;
    border: 1px solid rgba(13, 23, 51, .11) !important;
    border-radius: 18px !important;
    background: #f8f9fd !important;
    box-shadow: 0 8px 22px rgba(22, 31, 68, .045) !important;
    overflow: hidden !important;
    cursor: pointer !important;
    isolation: isolate !important;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.page-order.checkout-724 .checkout20-methods li::before,
body.page-order.checkout-724 .checkout20-methods li::after {
    display: none !important;
    content: none !important;
}

body.page-order.checkout-724 .checkout20-methods li:hover {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--main-color) 34%, rgba(13, 23, 51, .11)) !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(22, 31, 68, .075) !important;
}

body.page-order.checkout-724 .checkout20-methods li.selected {
    z-index: 1 !important;
    border: 1.5px solid var(--main-color) !important;
    background: color-mix(in srgb, var(--main-color) 6%, #fff) !important;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--main-color) 13%, transparent) !important;
}

body.page-order.checkout-724 .checkout20-method-icon {
    display: inline-flex !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 14px !important;
    color: var(--main-color) !important;
    background: color-mix(in srgb, var(--main-color) 9%, #fff) !important;
    box-shadow: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

body.page-order.checkout-724 .checkout20-method-copy {
    display: block !important;
    min-width: 0 !important;
    text-align: left !important;
}

body.page-order.checkout-724 .checkout20-method-copy .top,
body.page-order.checkout-724 .checkout20-method-copy .bottom {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-order.checkout-724 .checkout20-method-copy .top > span {
    display: block !important;
    overflow: hidden !important;
    color: #101936 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    white-space: normal !important;
    text-overflow: ellipsis !important;
}

body.page-order.checkout-724 .checkout20-method-copy .bottom {
    margin-top: 5px !important;
    color: #788198 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

body.page-order.checkout-724 .checkout20-method-copy .bottom > span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

body.page-order.checkout-724 .checkout20-method-copy .bottom .selected {
    color: var(--main-color) !important;
}

body.page-order.checkout-724 .checkout20-method-radio {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    justify-self: end !important;
    width: 23px !important;
    min-width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
    border: 2px solid #c9cfdd !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.page-order.checkout-724 .checkout20-methods li.selected .checkout20-method-radio {
    border: 7px solid var(--main-color) !important;
    background: #fff !important;
}

body.page-order.checkout-724 .checkout20-payment-detail {
    margin-top: 12px !important;
    border-radius: 14px !important;
}

@media (max-width: 560px) {
    body.page-order.checkout-724 .checkout20-methods > ul {
        gap: 11px !important;
    }

    body.page-order.checkout-724 .checkout20-methods li,
    body.page-order.checkout-724 .checkout20-methods li + li {
        grid-template-columns: 42px minmax(0, 1fr) 23px !important;
        gap: 12px !important;
        min-height: 78px !important;
        padding: 14px 15px !important;
        border-radius: 16px !important;
    }

    body.page-order.checkout-724 .checkout20-method-icon {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        font-size: 22px !important;
    }

    body.page-order.checkout-724 .checkout20-method-copy .top > span {
        font-size: 15px !important;
    }

    body.page-order.checkout-724 .checkout20-method-copy .bottom {
        font-size: 11px !important;
    }
}
