.Tabs-TabListItem {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: #222;
    font-size: 1.13rem;
    font-weight: 500;
    padding: 0.7em 2.2em;
    cursor: pointer;
    transition: color 0.18s, border-color 0.18s, background 0.18s;
    outline: none;
    margin: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.Tabs-TabListItem.active,
.Tabs-TabListItem[aria-selected="true"] {
    color: #fff;
    border-bottom: 2.5px solid #222;
    font-weight: 700;
    background: #222;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
    border-radius: 8px 8px 8px 8px;
}

.Tabs-TabListItemContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Tabs-TabListPaymentLabel {
    font-size: 1.13rem;
    font-weight: 500;
}

.purchase-selector-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    background: #f5f5f5;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 0.25rem 0.25rem;
    border: 1.5px solid #e0e0e0;
    gap: 0;
    position: relative;
    overflow: hidden;
}

.selector-btn {
    background: #f5f7fa;
    color: #1976d2;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.7em 2.2em 0.7em 2.2em;
    font-size: 1.13rem;
    font-weight: 500;
    transition: color 0.18s, border-color 0.18s;
    cursor: pointer;
    outline: none;
    margin: 0;
    border-radius: 0;
    position: relative;
}

.selector-btn:first-child {
    margin-left: 0;
}

.selector-btn:last-child {
    margin-right: 0;
}

.selector-btn.active,
.selector-btn:hover {
    color: #1976d2;
    border-bottom: 2.5px solid #1976d2;
    background: none;
    font-weight: 700;
    z-index: 2;
}

.purchase-card-T2 {
    border-radius: 18px;
    border-color: rgba(0, 0, 0, 0.136);
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    background: white;
}


/* .purchase-card-T1 {
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    width: 260px;
    /* Shrunk from 450px 
    min-height: 250px;
    /* Shrunk from 318px 
    max-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #aad2ff56 100%);
} */

.purchase-card-T1 {
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    /* width: 450px; */
    width: 350px;
    min-height: 318px;
    max-height: 318px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #aad2ff56 100%);
}

.purchase-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #222;
    white-space: nowrap;
    /* text-transform: uppercase; */
}

.tier-badge-T0 {
    font-size: 0.80rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.25em 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tier-badge-T1 {
    background: #e3f0ff;
    color: #1976d2;
    font-size: 0.80rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.25em 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tier-badge-T2 {
    background: #fff4e3;
    color: #ff9900;
    font-size: 0.80rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.25em 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.savings-badge {
    background: #f3fbe6;
    color: #1bd03c;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.18em 0.9em;
    border: 1px solid #d0f5c8;
}



.current-badge {
    background: #e3ffea;
    color: #222;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.32em 1.2em;
    border: 1.5px solid #b3d0e6;
    width: auto;
    min-width: 180px;
    max-width: 90%;
    text-align: center;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(100, 150, 255, 0.07);
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.03em;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
}

.not-ideal-button {
    background: #bbb;
}



/* Add to your PurchaseCredits.css */
.credit-qty-input {
    width: 70px;
    padding: 0.4em 0.6em;
    border: 1.5px solid #bbb;
    border-radius: 6px;
    font-size: 1.1rem;
    background: #fafbfc;
    color: #222;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    box-shadow: none;

    /* Center the number */
}

.tier-badge-T3 {
    background: #ffe3e3;
    color: #d32f2f;
    font-size: 0.80rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.25em 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tab-active-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.5px;
    background: #222;
    border-radius: 8px 8px 0 0;
    transition: width 0.25s cubic-bezier(.4, 0, .2, 1), left 0.25s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    width: 0;
    pointer-events: none;
}