.community-search{margin:0 0 18px}
.community-search>label{display:block;margin-bottom:7px;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.community-search>div{display:flex;align-items:center;gap:9px}
.community-search input[type=search]{flex:1 1 auto;min-width:0;border-color:#d1d8ea;background:#fbfcff}
.community-search button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:9px 15px;border:0;border-radius:9px;color:#fff;background:var(--navy);font-size:.8rem;font-weight:750;cursor:pointer}
.community-search button:hover{background:var(--blue)}
.community-search button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.community-search a{flex:0 0 auto;padding:8px;color:var(--muted);font-size:.78rem;text-decoration:none}
.community-search a:hover{color:var(--blue);text-decoration:none}
@media(max-width:600px){.community-search button{flex-basis:44px;width:44px;padding:0}.community-search button span{display:none}.community-search a{padding-inline:3px}}
