/* Reviews filters — ultra-compact full-width bar */
.mb-rf{
  position:sticky;
  top:0;
  z-index:40;
  width:100%;
  max-width:none;
  margin:0 0 12px;
  padding:6px 10px;
  background:rgba(255,255,255,.97);
  border:1px solid #d9f1f3;
  border-radius:8px;
  box-shadow:0 1px 6px rgba(23,121,131,.05);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 10px;
}
.mb-rf__row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 8px;
  margin:0;
}
.mb-rf__row--branch{flex:0 0 auto;}
.mb-rf__row--selects{
  flex:1 1 360px;
  align-items:center;
  min-width:0;
}
.mb-rf__label{
  display:none; /* labels via select first option / pills context */
}
.mb-rf__row--branch > .mb-rf__label{
  display:inline-block;
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#5a6e72;
  margin:0 2px 0 0;
  white-space:nowrap;
}
.mb-rf__pills{display:flex;flex-wrap:wrap;gap:4px;}
.mb-rf__pill{
  appearance:none;
  border:1px solid #d9f1f3;
  background:#f4fbfc;
  color:#177983;
  font:inherit;
  font-size:12px;
  font-weight:600;
  padding:3px 10px;
  border-radius:999px;
  cursor:pointer;
  text-decoration:none !important;
  line-height:1.3;
  height:28px;
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
}
.mb-rf__pill:hover{border-color:#00cdd2;color:#0e6d75;}
.mb-rf__pill.is-active{
  background:#00cdd2;
  border-color:#00cdd2;
  color:#fff;
}
.mb-rf__field{
  flex:1 1 140px;
  min-width:120px;
  margin:0;
}
.mb-rf__combo{display:block;}
/* keep search for a11y/filter JS but off-layout — select is the control */
.mb-rf__search{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  border:0 !important;
}
.mb-rf__select{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d9f1f3;
  border-radius:6px;
  background:#fff;
  color:#2c3a3c;
  font:inherit;
  font-size:12px;
  padding:0 8px;
  height:28px;
  min-height:28px;
  outline:none;
  appearance:auto;
  cursor:pointer;
}
.mb-rf__select:focus{
  border-color:#00cdd2;
  box-shadow:0 0 0 2px rgba(0,205,210,.16);
}
.mb-rf__actions{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:8px;
  padding:0;
  flex:0 0 auto;
  margin-left:auto;
}
.mb-rf__apply{
  appearance:none;
  border:0;
  background:#00cdd2;
  color:#fff;
  font:inherit;
  font-size:12px;
  font-weight:700;
  padding:0 12px;
  height:28px;
  border-radius:6px;
  cursor:pointer;
  line-height:28px;
}
.mb-rf__apply:hover{background:#00b8bd;}
.mb-rf__reset{
  font-size:12px;
  font-weight:600;
  color:#177983;
  text-decoration:none !important;
  white-space:nowrap;
}
.mb-rf__reset:hover{color:#0e6d75;text-decoration:underline !important;}
/* count sits in the same bar, not a second strip */
.mb-rf__meta{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
  border:0;
  order:5;
}
.mb-rf__count{
  font-size:12px;
  font-weight:600;
  color:#5a6e72;
  white-space:nowrap;
  line-height:28px;
}
.mb-rf__empty{
  text-align:center;
  padding:24px 12px;
  color:#5a6e72;
}
@media (max-width:767px){
  .mb-rf{padding:8px 10px;gap:8px;}
  .mb-rf__row--branch{flex:1 1 100%;}
  .mb-rf__row--selects{flex:1 1 100%;}
  .mb-rf__field{flex:1 1 calc(50% - 4px);min-width:0;}
  .mb-rf__actions{margin-left:0;flex:1 1 auto;}
  .mb-rf__apply{flex:1;text-align:center;}
  .mb-rf__meta{flex:1 1 100%;order:10;padding-top:2px;border-top:1px solid #eef6f7;}
  .mb-rf__label.mb-rf__label--show,
  .mb-rf__row--branch > .mb-rf__label{display:inline-block;}
}


/* MB-SEO P0: intro / branches / FAQ */
.mb-rf-seo{margin:0 0 16px;}
.mb-rf-seo .reviews-lead{max-width:920px;font-size:15px;line-height:1.55;color:#3a4a4c;margin:0 0 14px;}
.mb-rf-branches{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 8px;}
.mb-rf-branch{border:1px solid #d9f1f3;border-radius:10px;padding:12px 14px;background:#f7fcfc;}
.mb-rf-branch__title{margin:0 0 6px;font-size:16px;font-weight:700;color:#177983;}
.mb-rf-branch__meta{margin:0 0 6px;font-size:13px;color:#5a6e72;line-height:1.4;}
.mb-rf-branch__count{font-weight:700;color:#2c3a3c;}
.mb-rf-branch__phone{margin:0 0 10px;font-size:14px;font-weight:600;}
.mb-rf-branch__phone a{color:#177983;text-decoration:none;}
.mb-rf-branch__links{display:flex;flex-wrap:wrap;gap:6px;}
.mb-rf-branch__btn{display:inline-flex;align-items:center;padding:5px 10px;border-radius:8px;background:#00cdd2;color:#fff!important;font-size:12px;font-weight:700;text-decoration:none!important;line-height:1.2;}
.mb-rf-branch__btn:hover{background:#00b8bd;}
.mb-rf-branch__btn--ghost{background:#fff;color:#177983!important;border:1px solid #d9f1f3;}
.mb-rf-branch__btn--ghost:hover{border-color:#00cdd2;}
.mb-rf-faq{margin:28px 0 8px;padding:16px 0 0;border-top:1px solid #e8f3f4;}
.mb-rf-faq__title{margin:0 0 12px;font-size:20px;font-weight:700;color:#2c3a3c;}
.mb-rf-faq__item{border:1px solid #d9f1f3;border-radius:8px;background:#fff;margin:0 0 8px;padding:0 12px;}
.mb-rf-faq__item summary{cursor:pointer;font-weight:600;font-size:14px;color:#177983;padding:10px 0;list-style:none;}
.mb-rf-faq__item summary::-webkit-details-marker{display:none;}
.mb-rf-faq__item p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#3a4a4c;}
@media (max-width:767px){
  .mb-rf-branches{grid-template-columns:1fr;}
}
