/* ââ Existing card styles ââââââââââââââââââââââââââââââââââââââââââ */
.sc-dive-deeper-btn{display:none!important}
.sc-card.is-open .sc-card-body{max-height:none!important}
.sc-card-body-inner.wiki-loaded{min-height:200px}
.wiki-loading{text-align:center;padding:2rem;color:#888;font-style:italic}
.sc-card-body-inner h3{color:#c0392b;text-transform:uppercase;font-size:.95rem;letter-spacing:.05em;margin-top:1.5rem;margin-bottom:.5rem}

/* ââ Page header: one-line definition ââââââââââââââââââââââââââââ */
.sc-topic-definition{
    font-family:'Editorial New',Georgia,serif;
    font-size:1.15rem;
    font-weight:300;
    color:#555;
    line-height:1.5;
    margin:-.25rem 0 1.5rem;
    max-width:700px;
}
.sc-program-header{
    padding-bottom:2rem;
    margin-bottom:1rem;
    border-bottom:1px solid #ddd;
}

/* ââ Topic page sections (base) ââââââââââââââââââââââââââââââââââ */
.sc-topic-section{
    max-width:100%;
    margin:0 0 2rem;
    padding:0;
    line-height:1.7;
    color:#333;
    font-size:1rem;
}

/* Section headings */
.sc-section-heading{
    font-family:'Editorial New',Georgia,serif;
    font-weight:300;
    font-size:1.8rem;
    color:#0A294F;
    margin:0 0 1rem;
    padding-bottom:.5rem;
    border-bottom:2px solid #3B60E4;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   BLOCK 2 â START HERE (most prominent block after title)
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-start-here-wrap{
    margin-top:2.5rem;
    margin-bottom:3rem;
    padding:2rem 2.5rem 2.5rem;
    background:#FAFBFD;
    border:1px solid #E8ECF2;
    border-radius:10px;
}
.sc-start-here-wrap .sc-section-heading{
    font-size:2rem;
    margin-bottom:1.25rem;
}
.sc-start-here-wrap h3{
    font-size:1.15rem;
    color:#0A294F;
    margin:1.5rem 0 1rem;
    font-weight:600;
}

/* Decision brief accordions â taller rows, stronger states */
#sc-start-here details{
    border:1px solid #D8DCE4;
    border-radius:8px;
    margin-bottom:.85rem;
    background:#fff;
    transition:border-color .2s, box-shadow .2s;
}
#sc-start-here details:hover{
    border-color:#B0B8C8;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
}
#sc-start-here details[open]{
    border-color:#3B60E4;
    box-shadow:0 3px 16px rgba(59,96,228,.14);
    background:#FEFFFE;
}
#sc-start-here summary{
    cursor:pointer;
    font-weight:600;
    font-size:1.08rem;
    color:#0A294F;
    padding:1.15rem 1.5rem;
    list-style:none;
    display:flex;
    align-items:center;
    gap:.6rem;
    min-height:3.2rem;
    transition:background .15s;
}
#sc-start-here summary:hover{
    background:#F5F7FA;
}
#sc-start-here details[open] summary{
    background:#F0F3FB;
    border-bottom:1px solid #E0E5F0;
}
#sc-start-here summary::-webkit-details-marker{display:none}
#sc-start-here summary::before{
    content:"\25B6";
    font-size:.6rem;
    color:#3B60E4;
    transition:transform .2s;
    flex-shrink:0;
    width:1rem;
    text-align:center;
}
#sc-start-here details[open] summary::before{
    transform:rotate(90deg);
}
#sc-start-here details > p,
#sc-start-here details > ul,
#sc-start-here details > ol,
#sc-start-here details > h3,
#sc-start-here details > h4,
#sc-start-here details > blockquote{
    padding:0 1.5rem;
}
#sc-start-here details > p:last-of-type{
    padding-bottom:1.25rem;
}
#sc-start-here details strong{
    color:#0A294F;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   INLINE CUSTOMGPT CHAT EMBEDS
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-chat-embed{
    margin-top:2rem;
    padding:1.5rem 0 0;
}
.sc-chat-embed-label{
    font-family:'Editorial New',Georgia,serif;
    font-weight:400;
    font-size:1.25rem;
    color:#0A294F;
    margin:0 0 .75rem;
}
.sc-chat-embed--lower .sc-chat-embed-label{
    font-size:1.1rem;
    font-weight:300;
    color:#555;
}
.sc-chat-iframe{
    display:block;
    width:100%;
    height:520px;
    border:1px solid #D4DDEF;
    border-radius:10px;
    background:#fff;
}
.sc-chat-embed--lower .sc-chat-iframe{
    height:440px;
    border-color:#E0E3E8;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   BLOCK 4 â PUBLIC FRAMING (second-most prominent)
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-public-framing-wrap{
    margin-top:2.5rem;
    margin-bottom:2.5rem;
}
#sc-public-framing details{
    border:1px solid #e0e0e0;
    border-radius:6px;
    background:#fff;
    margin-top:.75rem;
}
#sc-public-framing details[open]{
    border-color:#3B60E4;
}
#sc-public-framing summary{
    cursor:pointer;
    font-weight:600;
    font-size:1rem;
    color:#0A294F;
    padding:1rem 1.25rem;
    list-style:none;
    display:flex;
    align-items:center;
    gap:.5rem;
}
#sc-public-framing summary::-webkit-details-marker{display:none}
#sc-public-framing summary::before{
    content:"\25B6";
    font-size:.6rem;
    color:#3B60E4;
    transition:transform .2s;
}
#sc-public-framing details[open] summary::before{
    transform:rotate(90deg);
}
#sc-public-framing details > *{
    padding:0 1.25rem;
}
#sc-public-framing h3{
    font-size:1.05rem;
    color:#0A294F;
    margin:1.25rem 0 .5rem;
    font-weight:600;
}
#sc-public-framing blockquote{
    border-left:3px solid #3B60E4;
    margin:1rem 1.25rem;
    padding:.5rem 1rem;
    background:#f8f9ff;
    font-style:italic;
    color:#444;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   BLOCK 6 â FULL BRIEFING (quieter than Start Here)
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-full-briefing-intro-wrap{
    margin-top:2rem;
    margin-bottom:1.5rem;
}
.sc-full-briefing-intro-wrap .sc-section-heading{
    font-size:1.6rem;
    color:#3A4A5C;
    border-bottom-color:#CBD2DC;
}
.sc-section-intro{
    color:#666;
    font-size:.95rem;
    font-style:italic;
}

/* Card group headers â stronger labels, clearer separation */
.sc-group-header{
    font-family:'Editorial New',Georgia,serif;
    font-size:.85rem;
    font-weight:600;
    color:#3B60E4;
    text-transform:uppercase;
    letter-spacing:.12em;
    padding:1.75rem 0 .6rem;
    margin:0;
    border-bottom:1px solid #E8ECF2;
}
.sc-group-header:first-child{
    padding-top:.5rem;
}

/* Cards in the Full Briefing should feel organized but quieter */
.sc-cards-container .sc-card{
    border-color:#E0E3E8;
}
.sc-cards-container .sc-card:hover{
    border-color:#B0B8C8;
}

/* ââ Footnotes (editorial, not a broken form control) ââââââââââââ */
.sc-footnotes-wrap{
    margin-top:2.5rem;
    border-top:1px solid #E8ECF2;
    padding-top:.75rem;
}
.sc-footnotes-wrap summary{
    cursor:pointer;
    font-weight:500;
    color:#6B7A8D;
    font-size:.85rem;
    padding:.5rem 0;
    list-style:none;
    letter-spacing:.02em;
}
.sc-footnotes-wrap summary::-webkit-details-marker{display:none}
.sc-footnotes-wrap summary::before{content:"\25B6  ";font-size:.6rem}
.sc-footnotes-wrap[open] summary::before{content:"\25BC  "}
.sc-footnotes-wrap .footnotes-inner{font-size:.85rem;color:#555;line-height:1.6;padding:.75rem 0}
.sc-footnotes-wrap .footnotes-inner p{margin:.3rem 0}
.sc-footnotes-wrap .footnotes-inner a{color:#3B60E4}

/* ââ Back to questions (calm, editorial) âââââââââââââââââââââââââ */
.sc-back-to-top{
    position:sticky;
    bottom:0;
    background:#FAFBFD;
    border-top:1px solid #E8ECF2;
    padding:.6rem 1rem;
    text-align:center;
    margin-top:2rem;
    z-index:10;
}
.sc-back-to-top a{
    color:#6B7A8D;
    text-decoration:none;
    font-weight:500;
    font-size:.85rem;
    letter-spacing:.02em;
}
.sc-back-to-top a:hover{
    color:#3B60E4;
    text-decoration:underline;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   ASK CTA (lower, lighter)
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-ask-cta{
    background:#F7F8FA;
    border-radius:8px;
    padding:1.25rem 1.5rem!important;
    margin-top:2rem;
    margin-bottom:2rem;
}
.sc-ask-cta--lower{
    margin-top:2.5rem;
}
.sc-ask-cta p strong{
    font-size:1.1rem;
    color:#0A294F;
}
.sc-ask-cta ul{
    margin:.75rem 0 0;
    padding-left:1.25rem;
}
.sc-ask-cta li{
    margin-bottom:.4rem;
    color:#555;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   BLOCK 7 â SEE IT IN PRACTICE (profiles)
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.sc-profiles-section{
    margin-top:2.5rem;
}

/* ââ Topic-level Sources ââââââââââââââââââââââââââââââââââââââââââ */
#sc-topic-sources{
    margin-top:3rem;
    padding-top:1rem;
    border-top:1px solid #E8ECF2;
}
#sc-topic-sources .sc-footnotes-wrap{
    border-top:none;
    margin-top:0;
    padding-top:0;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   RESPONSIVE
   ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width:768px){
    .sc-topic-section{padding:0 1rem}
    .sc-section-heading{font-size:1.4rem}
    .sc-start-here-wrap{
        padding:1.25rem 1rem 1.5rem;
        margin-top:1.5rem;
        margin-bottom:2rem;
    }
    .sc-start-here-wrap .sc-section-heading{font-size:1.6rem}
    #sc-start-here summary{font-size:.95rem;padding:.85rem 1rem;min-height:auto}
    .sc-ask-cta{padding:1rem!important}
    .sc-chat-embed{padding:1rem 0 0}
    .sc-chat-iframe{height:420px;border-radius:8px}
    .sc-chat-embed--lower .sc-chat-iframe{height:360px}
    .sc-topic-definition{font-size:1rem}
}
