.bbrvres-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:10px 0;}
.bbrvres-grid label{display:flex;flex-direction:column;font-weight:600;}
.bbrvres-grid input,.bbrvres-grid select{font-weight:400;padding:8px;border:1px solid #cfcfcf;border-radius:6px;}
.bbrvres-agree{display:flex;gap:8px;align-items:center;margin:10px 0;}
.bbrvres-msg{margin-top:10px;}
@media (max-width: 900px){.bbrvres-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 560px){.bbrvres-grid{grid-template-columns:1fr;}}

.bbrvres-selected-label{background:#f8fafc;}

.bbrvres-mapwrap{margin:14px 0;}
.bbrvres-legend{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 10px 0;font-size:13px;}
.bbrvres-leg{display:inline-flex;align-items:center;gap:6px;}
.bbrvres-leg:before{content:'';display:inline-block;width:12px;height:12px;border-radius:3px;border:1px solid rgba(0,0,0,.25);}
.bbrvres-leg-available:before{background:#4ade80;}
.bbrvres-leg-unavailable:before{background:#9ca3af;}
.bbrvres-leg-selected:before{background:#60a5fa;}
