/**
 * Payment Methods Block - Redesigned
 */

.d5MYLN3O {
    padding: 40px 0;
    margin: 30px 0;
}

.d5MYLN3O *,
.d5MYLN3O *::before,
.d5MYLN3O *::after {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.bJYY4540XM {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Card container */
.dOXN0YO04K {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

/* Heading */
.dMNNLJ0LL5 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 0 28px 0 !important;
    color: #1a1a2e !important;
    letter-spacing: -0.01em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Layout */
.dYJZL4LNOZW {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.TWZY443XW .XZJ2KL4OM5 {
    max-width: 100%;
    flex: 1;
}

.XZJ2KL4OM5 {
    flex: 1;
    min-width: 0;
}

/* Pill Tabs */
.cK2W2ZXY {
    display: inline-flex;
    gap: 4px;
    background: #f3f4f6;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 24px;
    width: auto;
    border: none;
}

.WX4NZ2Y3Y2 {
    padding: 10px 24px;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.25s ease;
    white-space: nowrap;
    margin: 0;
    border-bottom: none;
}

.WX4NZ2Y3Y2:hover {
    color: #374151;
    background: rgba(0,0,0,0.04);
}

.WX4NZ2Y3Y2.aZMY3N12W {
    background: var(--color-primary, #e53e3e);
    color: #fff;
    box-shadow: 0 2px 8px rgba(var(--color-primary-rgb, 229, 62, 62), 0.3);
    border-bottom-color: transparent;
}

/* Panels */
.X00J3452KY {
    display: none;
}

.X00J3452KY.eOLW5N15XJ {
    display: block;
    animation: TLMLYYWJ 0.3s ease;
}

@keyframes TLMLYYWJ {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Cards Grid */
.ZLKWY23XNOO {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.W3350X1OZJLZ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 12px;
    background: #fafbfc;
    border: 1.5px solid #eef0f3;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.W3350X1OZJLZ:hover {
    border-color: var(--color-primary, #e53e3e);
    background: #fff;
    box-shadow: 0 4px 16px rgba(var(--color-primary-rgb, 229, 62, 62), 0.1);
    transform: translateY(-2px);
}

.X3N032352 {
    width: 56px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.X3N032352 img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

.Y2023YZLM5 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Deposit Form */
.eYJ252MYXZZX {
    width: 280px;
    flex-shrink: 0;
    background: #fafbfc;
    border: 1.5px solid #eef0f3;
    border-radius: 16px;
    padding: 24px 20px;
}

.ZMNMX4KX {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    color: #1a1a2e !important;
    text-align: center;
}

.cM22NN1WK5 {
    margin-bottom: 14px;
}

.cM22NN1WK5 label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.X1X2OJ1NKZ {
    display: flex;
    align-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.X1X2OJ1NKZ:focus-within {
    border-color: var(--color-primary, #e53e3e);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 229, 62, 62), 0.08);
}

.VMKO4WK2JM3 {
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #9ca3af;
    background: #f3f4f6;
    border-right: 1px solid #e5e7eb;
}

.XW2W1ZLYKM {
    flex: 1;
    border: none;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    outline: none;
    color: #1a1a2e;
    width: 100%;
}

.X0ZOLJW4L {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.Z21MOJN33 {
    flex: 1;
    min-width: 50px;
    padding: 8px 4px;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
}

.Z21MOJN33:hover,
.Z21MOJN33.VJYN1L00KZO {
    background: var(--color-primary, #e53e3e);
    color: #fff;
    border-color: var(--color-primary, #e53e3e);
}

.ZW5N1MLKN {
    display: block;
    width: 100%;
    padding: 13px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--color-primary, #e53e3e);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ZW5N1MLKN:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--color-primary-rgb, 229, 62, 62), 0.35);
}

.eOL5OZ03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px 0 0;
    font-size: 0.75rem;
    color: #9ca3af;
}

.eOL5OZ03 svg {
    color: #10b981;
}

/* Responsive */
@media (max-width: 900px) {
    .dYJZL4LNOZW {
        flex-direction: column;
    }
    .eYJ252MYXZZX {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ZLKWY23XNOO {
        grid-template-columns: repeat(3, 1fr);
    }
    .dOXN0YO04K {
        padding: 24px 20px;
        border-radius: 16px;
    }
    .dMNNLJ0LL5 {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 480px) {
    .ZLKWY23XNOO {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .W3350X1OZJLZ {
        padding: 16px 8px;
    }
    .cK2W2ZXY {
        width: 100%;
    }
    .WX4NZ2Y3Y2 {
        flex: 1;
        padding: 10px 16px;
        text-align: center;
    }
}
