/* WC Kredit Kalkulyatoru v2.2.0 */

/* ══════════════════
   LOOP BADGE
══════════════════ */
.wcc-loop-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-size: 11px;
    color: #64748b;
    margin-top: 5px;
    line-height: 1.5;
    vertical-align: middle;
}
.wcc-loop-badge svg   { flex-shrink: 0; color: #85469b; }
.wcc-loop-badge strong{ color: #85469b; }

/* ══════════════════════════════
   CALCULATOR WIDGET
   Saytdakı orijinalın görünüşü
══════════════════════════════ */
.wcc-calc-wrap {
    background: #fff;
    border: 1px solid rgba(148,163,184,.5);
    border-radius: 1rem;
    padding: 20px 24px;
    margin: 16px 0;
}

.wcc-calc-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1.3;
}

.wcc-calc-sub {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px !important;
    padding: 0;
}

/* Ay dairə düymələri */
.wcc-month-btns {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.wcc-mth {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important;
    line-height: 1 !important;
    min-height: unset !important;
    min-width: unset !important;
    height: auto !important;
    width: auto !important;
    border-radius: 0 !important;
}

.wcc-mth-circle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #f1f5f9 !important;   /* slate-100 */
    color: #475569 !important;         /* slate-600 */
    transition: background .2s, color .2s, box-shadow .2s;
    line-height: 1 !important;
}

.wcc-mth:hover .wcc-mth-circle {
    background: #e2e8f0 !important;   /* slate-200 */
}

.wcc-mth.active .wcc-mth-circle {
    background: #1e293b !important;   /* slate-800 — orijinalda eyni */
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.2) !important;
}

.wcc-mth-u {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

/* Nəticə kartı — yatay flex */
.wcc-result-card {
    background: #f8fafc !important;   /* slate-50 */
    border-radius: 12px !important;
    padding: 16px 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
}

.wcc-rc-label {
    font-size: 14px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.wcc-rc-right {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px;
    flex-shrink: 0;
}

.wcc-rc-num {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1 !important;
}

.wcc-rc-cur {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #85469b !important;
}

/* ══════════════════════════════
   CHECKOUT GATEWAY
══════════════════════════════ */
.wcc-gw-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 12px !important;
    padding: 0;
}

.wcc-co-wrap { padding: 4px 0 8px; }

.wcc-co-lbl {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px !important;
    padding: 0;
}

/* Checkout ay dairələri */
.wcc-co-opts {
    display: flex !important;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    list-style: none;
    padding: 0;
}

.wcc-co-opt {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.wcc-co-opt input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none;
    width: 0; height: 0;
}

.wcc-co-n {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #475569 !important;
    transition: background .2s, color .2s, box-shadow .2s;
    line-height: 1 !important;
}

.wcc-co-opt.active .wcc-co-n,
.wcc-co-opt:has(input:checked) .wcc-co-n {
    background: #1e293b !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.2) !important;
}

.wcc-co-u {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

/* Checkout nəticə kartı — eyni .wcc-result-card stili */
.wcc-co-result {
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    border: none !important;
}

/* ══════════════════
   THANK YOU PAGE
══════════════════ */
.wcc-ty {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 28px;
    text-align: center;
}
.wcc-ty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #85469b;
    margin-bottom: 12px;
}
.wcc-ty-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px !important;
}
.wcc-ty-cards {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.wcc-ty-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    min-width: 100px;
}
.wcc-ty-card.wcc-ty-hl {
    background: #85469b;
    border-color: #85469b;
}
.wcc-ty-card.wcc-ty-hl .wcc-ty-lbl,
.wcc-ty-card.wcc-ty-hl .wcc-ty-val { color: #fff !important; }
.wcc-ty-lbl  { font-size: 10px; color: #94a3b8; text-transform: uppercase; letter-spacing: .04em; }
.wcc-ty-val  { font-size: 16px; font-weight: 800; color: #0f172a; }
.wcc-ty-note { font-size: 12px; color: #94a3b8; margin: 0; }
