.frcbd-local-facts{
    margin:28px 0;
    padding:22px;
    border:1px solid #dce6df;
    border-radius:16px;
    background:#f8fbf9;
}

.frcbd-local-facts h2{
    margin-top:0;
}

.frcbd-local-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.frcbd-local-stat{
    padding:14px;
    background:#fff;
    border:1px solid #e1e8e3;
    border-radius:12px;
}

.frcbd-local-stat strong{
    display:block;
    margin-bottom:4px;
    color:#173f2b;
}

.frcbd-local-links{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:20px 0;
}

.frcbd-local-links a{
    display:inline-block;
    padding:8px 12px;
    border-radius:999px;
    background:#eef5f0;
    color:#173f2b;
    text-decoration:none;
    font-weight:700;
}

.frcbd-local-page figure{
    margin:28px 0;
}

.frcbd-local-page figure img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:16px;
}

.frcbd-local-bottom{
    margin:38px 0 20px;
    padding:24px;
    border-radius:18px;
    background:#f1f7f3;
}

@media(max-width:800px){
    .frcbd-local-grid{
        grid-template-columns:1fr 1fr;
    }

    .frcbd-local-page figure img{
        height:220px;
    }
}

@media(max-width:480px){
    .frcbd-local-grid{
        grid-template-columns:1fr;
    }
}
