/* =========================================================
   AajBazar Silver Page
   Lightweight + Responsive + Mobile First
========================================================= */

.aajbazar-silver-page{
    width:100%;
}

.silver-top,
.silver-section,
.silver-calculator-section{
    width:100%;
    margin:25px 0;
}


/* =====================================================
   LAST UPDATED
===================================================== */

.silver-updated{

    max-width:520px;

    margin:0 auto 35px;

    padding:18px 20px;

    display:flex;

    gap:12px;

    align-items:flex-start;

    box-sizing:border-box;

    background:#fff9df;

    border:2px solid #f0dc78;

    border-radius:14px;

    color:#222;
}

.silver-clock{

    font-size:28px;

    color:#607d8b;

    line-height:1;
}

.silver-updated div{

    display:flex;

    flex-direction:column;

    gap:4px;

    font-size:16px;

    line-height:1.4;
}

.silver-updated strong{

    font-size:20px;
}

.silver-updated time{

    font-weight:700;
}


/* =====================================================
   PRICE CARDS
===================================================== */

.silver-card{

    max-width:520px;

    margin:0 auto 28px;

    padding:34px 35px;

    box-sizing:border-box;

    background:#fff;

    border:1px solid #e1e1e1;

    border-radius:18px;

    box-shadow:0 4px 14px rgba(0,0,0,.08);
}

.silver-card h2{

    margin:0 0 30px;

    font-size:32px;

    font-weight:400;
}

.silver-price{

    margin-bottom:20px;

    font-size:44px;

    font-weight:800;

    line-height:1.2;

    color:#111;
}

.silver-price small{

    font-size:20px;

    color:#666;

    font-weight:600;
}

.silver-yesterday{

    margin-bottom:20px;

    font-size:21px;

    color:#666;
}

.silver-change{

    font-size:24px;

    font-weight:800;
}

.up{

    color:#16a34a!important;

    font-weight:700;
}

.down{

    color:#dc2626!important;

    font-weight:700;
}

.same{

    color:#666!important;

    font-weight:700;
}


/* =====================================================
   SECTIONS
===================================================== */

.silver-section h2{

    margin:0 0 10px;

    line-height:1.35;
}

.silver-section p{

    margin:0 0 15px;

    font-size:14px;

    line-height:1.6;
}


/* =====================================================
   TABLE
===================================================== */

.silver-table-wrap{

    width:100%;

    overflow-x:auto;
}

.silver-table{

    width:100%;

    border-collapse:collapse;

    table-layout:fixed;

    background:#fff;

    font-size:14px;
}

.silver-table th,
.silver-table td{

    padding:10px 5px;

    border:1px solid #ddd;

    text-align:center;

    vertical-align:middle;
}

.silver-table thead th{

    background:#111827;

    color:#fff;

    font-weight:700;
}

.silver-table tbody tr:nth-child(even) th,
.silver-table tbody tr:nth-child(even) td{

    background:#f5f5f5;
}


/* =====================================================
   CHART
===================================================== */

.silver-chart{

    width:100%;

    height:280px;

    margin-top:22px;

    padding:10px;

    box-sizing:border-box;

    border:1px solid #ddd;

    border-radius:10px;

    background:#fff;

    position:relative;
}

.silver-chart canvas{

    display:block;

    width:100%!important;

    height:100%!important;
}


/* =====================================================
   CALCULATOR
===================================================== */

.silver-calculator{

    max-width:800px;

    margin:auto;

    padding:25px;

    box-sizing:border-box;

    border:1px solid #ddd;

    border-radius:16px;

    background:#fff;
}

.silver-calculator h2{

    margin:0 0 28px;

    font-size:28px;
}

.silver-calculator label{

    display:block;

    margin:0 0 8px;

    font-size:17px;

    font-weight:600;
}

.silver-calculator input,
.silver-calculator select{

    width:100%;

    min-height:50px;

    margin:0 0 20px;

    padding:10px 14px;

    box-sizing:border-box;

    border:1px solid #d5d8dc;

    border-radius:7px;

    background:#f8f9fa;

    font-size:16px;
}

.silver-results{

    margin-top:15px;

    border:1px solid #ddd;
}

.silver-results div{

    display:grid;

    grid-template-columns:1fr 1fr;

    border-bottom:1px solid #ddd;
}

.silver-results span,
.silver-results strong{

    padding:13px 10px;

    text-align:center;
}

.silver-results strong{

    border-left:1px solid #ddd;
}

.silver-results div:nth-child(even){

    background:#f7f7f7;
}


/* =====================================================
   CALCULATOR TOTAL
===================================================== */

.silver-results div.silver-total{

    background:#111827!important;

    color:#ffffff!important;
}

.silver-results div.silver-total span,
.silver-results div.silver-total strong{

    background:#111827!important;

    color:#ffffff!important;
}

.silver-results div.silver-total strong{

    border-left:1px solid rgba(255,255,255,.25)!important;
}


/* =====================================================
   TRUST & METHODOLOGY
===================================================== */

.silver-trust{

    max-width:800px;

    margin:24px auto;

    padding:18px 20px;

    background:#fafafa;

    border:1px solid #e5e5e5;

    border-radius:10px;

    font-family:Arial,sans-serif;
}

.silver-trust h2{

    margin:0 0 14px;

    font-size:21px;

    line-height:1.4;

    color:#222;
}

.silver-trust-row{

    display:flex;

    gap:10px;

    margin:10px 0;

    font-size:14px;

    line-height:1.65;

    color:#555;
}

.silver-trust-icon{

    width:22px;

    flex:none;

    font-size:16px;
}

.silver-trust-row strong,
.silver-method strong,
.silver-disclaimer strong{

    color:#222;
}

.silver-method{

    margin-top:14px;

    padding-top:14px;

    border-top:1px solid #e8e8e8;

    font-size:14px;

    line-height:1.7;

    color:#555;
}

.silver-disclaimer{

    margin-top:10px;

    padding-top:10px;

    border-top:1px solid #eeeeee;

    font-size:12.5px;

    line-height:1.6;

    color:#777;
}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:600px){

    .silver-updated{

        margin-bottom:30px;

        padding:16px;
    }

    .silver-updated strong{

        font-size:17px;
    }

    .silver-updated div{

        font-size:14px;
    }

    .silver-card{

        padding:28px 22px;

        margin-bottom:25px;
    }

    .silver-card h2{

        font-size:27px;

        margin-bottom:25px;
    }

    .silver-price{

        font-size:36px;
    }

    .silver-price small{

        font-size:17px;
    }

    .silver-yesterday{

        font-size:17px;
    }

    .silver-change{

        font-size:21px;
    }

    .silver-table{

        font-size:12px;
    }

    .silver-table th,
    .silver-table td{

        padding:9px 3px;
    }

    .silver-chart{

        height:250px;
    }

    .silver-calculator{

        padding:20px 15px;
    }

    .silver-calculator h2{

        font-size:25px;
    }

    .silver-results{

        font-size:14px;
    }

    .silver-trust{

        margin:20px 10px;

        padding:16px;
    }

    .silver-trust h2{

        font-size:19px;
    }

    .silver-trust-row{

        font-size:13.5px;

        line-height:1.65;
    }

    .silver-method{

        font-size:13.5px;
    }

    .silver-disclaimer{

        font-size:12.5px;
    }

}

/*================================================
Read More CSS
==================================================

.gold-intro{
    margin:20px 0;
}

.gold-intro p{
    line-height:1.8;
    margin:0 0 16px;
}

.read-more-box{
    margin-top:10px;
}

.read-more-box summary{
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    color:#0066cc;
    list-style:none;
    user-select:none;
}

.read-more-box summary::-webkit-details-marker{
    display:none;
}

.read-more-box summary::after{
    content:" ▼";
    font-size:12px;
}

.read-more-box[open] summary::after{
    content:" ▲";
}

.read-more-box summary:focus-visible{
    outline:2px solid currentColor;
    outline-offset:3px;
    border-radius:2px;
}

.read-more-content{
    margin-top:16px;
}

/*=============================================
Read More CSS
=============================================*/

.silver-intro{
    margin:20px 0;
}

.silver-intro p{
    line-height:1.8;
    margin:0 0 16px;
}

.read-more-box{
    margin-top:10px;
}

.read-more-box summary{
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    color:#0066cc;
    list-style:none;
    user-select:none;
}

.read-more-box summary::-webkit-details-marker{
    display:none;
}

.read-more-box summary::after{
    content:" ▼";
    font-size:12px;
}

.read-more-box[open] summary::after{
    content:" ▲";
}

.read-more-box summary:focus-visible{
    outline:2px solid currentColor;
    outline-offset:3px;
    border-radius:2px;
}

.read-more-content{
    margin-top:16px;
}

/* =========================================
   SILVER FAQ
   ========================================= */

.silver-faq {
    width: 100%;
    max-width: 900px;
    margin: 38px auto 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

.silver-faq h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #222;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
}


/* =========================================
   FAQ ITEM
   ========================================= */

.silver-faq-item {
    width: 100%;
    margin: 0 0 12px;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}


/* =========================================
   QUESTION
   ========================================= */

.silver-faq-question {
    width: 100%;
    min-height: 69px;
    padding: 18px 19px;
    margin: 0;

    border: 0;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    color: #222;
    text-align: left;

    font-family: inherit;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;

    cursor: pointer;
    box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
}


/* QUESTION TEXT */

.silver-faq-question &gt; span:first-child {
    flex: 1;
}


/* =========================================
   PLUS / MINUS ICON
   ========================================= */

.silver-faq-icon {
    flex: 0 0 20px;
    width: 20px;

    font-size: 27px;
    line-height: 20px;
    font-weight: 400;

    text-align: center;
    color: #222;
}


/* =========================================
   ANSWER
   ========================================= */

.silver-faq-answer {
    padding: 0 19px 20px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.silver-faq-answer[hidden] {
    display: none;
}

.silver-faq-answer p {
    margin: 18px 0 0;
    padding: 0;

    color: #555;
    font-family: inherit;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .silver-faq {
        width: 100%;
        max-width: 100%;
        margin: 34px auto 35px;
        padding: 0 10px;
    }

    .silver-faq h2 {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 1.25;
    }

    .silver-faq-item {
        margin-bottom: 12px;
        border-radius: 7px;
    }

    .silver-faq-question {
        min-height: 69px;
        padding: 18px 19px;
        font-size: 18px;
        line-height: 1.45;
    }

    .silver-faq-icon {
        flex-basis: 20px;
        width: 20px;
        font-size: 27px;
    }

    .silver-faq-answer {
        padding: 0 19px 20px;
    }

    .silver-faq-answer p {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.8;
    }
}


/* =========================================
   SMALL PHONES
   ========================================= */

@media (max-width: 380px) {

    .silver-faq {
        padding: 0 9px;
    }

    .silver-faq h2 {
        font-size: 29px;
    }

    .silver-faq-question {
        padding: 17px 16px;
        font-size: 17px;
    }

    .silver-faq-answer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .silver-faq-answer p {
        font-size: 16px;
    }
}
