
.frcbd-topic-hero{
    margin:22px 0 30px;
}

.frcbd-topic-hero figure{
    margin:24px 0;
}

.frcbd-topic-hero img{
    width:100%;
    height:330px;
    object-fit:cover;
    border-radius:17px;
}

.frcbd-topic-summary{
    margin:24px 0;
    padding:20px;
    border:1px solid #d9e5dd;
    border-radius:15px;
    background:#f7faf8;
}

.frcbd-topic-summary strong{
    color:#173f2b;
}

.frcbd-check-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin:20px 0;
}

.frcbd-check-card{
    padding:16px;
    border:1px solid #dce6df;
    border-radius:13px;
    background:#fff;
}

.frcbd-check-card strong{
    display:block;
    color:#173f2b;
    margin-bottom:5px;
}

.frcbd-related-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:20px 0;
}

.frcbd-related-grid a{
    display:block;
    padding:14px;
    border:1px solid #dce6df;
    border-radius:12px;
    background:#f7faf8;
    color:#173f2b;
    font-weight:800;
    text-decoration:none;
}

.frcbd-source-box{
    margin:32px 0;
    padding:18px;
    border-left:4px solid #315f46;
    background:#f7faf8;
}

.frcbd-source-box ul{
    margin-bottom:0;
}

.frcbd-faq-v9 h3{
    margin-top:24px;
}

.frcbd-hub-sections{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.frcbd-hub-section{
    padding:20px;
    border:1px solid #dce6df;
    border-radius:15px;
}

.frcbd-hub-section h2{
    margin-top:0;
}

.frcbd-hub-section a{
    display:block;
    padding:8px 0;
    color:#24583c;
    font-weight:700;
}

@media(max-width:800px){

    .frcbd-check-grid,
    .frcbd-related-grid,
    .frcbd-hub-sections{
        grid-template-columns:1fr;
    }

    .frcbd-topic-hero img{
        height:220px;
    }
}

