.bfl-community{margin:20px 0 25px;padding:20px;border:1px solid #dbe5f5;border-radius:18px;background:#f6f9ff;color:#17233b}
.bfl-community[hidden]{display:none}
.bfl-community-heading h2{margin:0 0 5px;font-size:clamp(19px,2.5vw,24px)}
.bfl-community-heading p{margin:0 0 16px;color:#52627a;font-size:14px}
.bfl-community-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.bfl-community-card{display:flex;gap:12px;align-items:center;background:white;border:1px solid #e1e8f4;border-radius:12px;padding:12px;min-width:0}
.bfl-community-rank{width:29px;height:29px;flex:none;display:grid;place-items:center;background:#eaf0ff;color:#1b49df;border-radius:9px;font-weight:700}
.bfl-community-details{min-width:0;display:flex;flex-direction:column;gap:3px}
.bfl-community-details a{font-weight:700;color:#1b49df;overflow-wrap:anywhere;text-decoration:none}
.bfl-community-details a:hover{text-decoration:underline}
.bfl-community-details span{font-size:13px;color:#52627a}
@media(max-width:700px){.bfl-community-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:460px){.bfl-community-list{grid-template-columns:1fr}}
