
/* ClinicaMOB v244 — live composition repair
   Scoped fixes only: Start Search centering, homepage specialty balance, Markets composition. */

/* 1) START SEARCH — center the whole experience on the established site grid. */
body.cm-v219-search-page main{max-width:none!important;width:100%!important;margin:0!important;}
body.cm-v219-search-page .cm-v219-search-hero{
  width:min(calc(100% - 48px),1180px)!important;
  margin:18px auto 28px!important;
}
body.cm-v219-search-page main>section:not(.cm-v219-search-hero)>.container{
  width:min(calc(100% - 48px),1180px)!important;
  margin-inline:auto!important;
}

/* 2) HOME SPECIALTIES — eight cards, deliberate 4 x 2 desktop grid. */
.cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid img{height:132px!important;}
.cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid>a>span{font-size:12px!important;min-height:48px!important;}

/* 3) MARKETS — one composed page rather than nested/repeated blocks. */
body.cm-v244-markets .cm-v244-market-hero{
  padding:52px 0 38px!important;
  background:linear-gradient(180deg,#f4fafb 0%,#fff 100%);
  border-bottom:1px solid #dce8ed;
}
body.cm-v244-markets .cm-v244-market-hero .container{max-width:1180px!important;}
body.cm-v244-markets .cm-v244-market-hero h1{max-width:900px!important;margin:.25rem 0 .85rem!important;}
body.cm-v244-markets .cm-v244-market-hero .lead{max-width:800px!important;margin-bottom:0!important;}
body.cm-v244-markets .cm-v244-county-section{padding:50px 0 44px!important;}
body.cm-v244-markets .cm-v244-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:22px;}
body.cm-v244-markets .cm-v244-section-head h2{margin:0 0 6px!important;}
body.cm-v244-markets .cm-v244-section-head p{margin:0!important;max-width:760px;color:#526f82;}
body.cm-v244-markets .cm-v244-county-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
body.cm-v244-markets .cm-v244-county-card{
  position:relative;padding:26px 26px 24px;border:1px solid #d4e3e9;border-radius:18px;background:#fff;
  box-shadow:0 8px 24px rgba(6,43,80,.06);overflow:hidden;
}
body.cm-v244-markets .cm-v244-county-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#079b98;}
body.cm-v244-markets .cm-v244-county-card h3{margin:0 0 8px!important;font-size:1.35rem!important;}
body.cm-v244-markets .cm-v244-county-card p{margin:0 0 18px!important;color:#4f6b7e;line-height:1.6;}
body.cm-v244-markets .cm-v244-county-card a{font-weight:800;text-decoration:none;}
body.cm-v244-markets .cm-v244-local{padding:44px 0!important;background:#f5f9fa!important;}
body.cm-v244-markets .cm-v244-local-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px;}
body.cm-v244-markets .cm-v244-local-card{padding:22px;border:1px solid #d7e4ea;border-radius:16px;background:#fff;box-shadow:0 5px 16px rgba(6,43,80,.05);}
body.cm-v244-markets .cm-v244-local-card h3{margin:0 0 12px!important;font-size:1.05rem!important;}
body.cm-v244-markets .cm-v244-city-links{display:flex;flex-wrap:wrap;gap:8px;}
body.cm-v244-markets .cm-v244-city-links a{display:inline-flex;align-items:center;min-height:38px;padding:7px 11px;border:1px solid #cfe0e6;border-radius:999px;background:#f8fbfc;text-decoration:none;font-weight:750;font-size:.88rem;}
body.cm-v244-markets .cm-v244-deal-note{width:min(calc(100% - 48px),1080px)!important;margin:42px auto!important;padding:22px 26px!important;}
body.cm-v244-markets .cm-v244-reference{padding:44px 0!important;}
body.cm-v244-markets .cm-v244-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px;}
body.cm-v244-markets .cm-v244-reference-card{padding:24px;border:1px solid #d7e4ea;border-radius:16px;background:#fff;box-shadow:0 5px 16px rgba(6,43,80,.06);}
body.cm-v244-markets .cm-v244-reference-card h3{margin-top:0!important;}
body.cm-v244-markets .cm-v244-realestate{padding:48px 0!important;background:#f5f9fa!important;}
body.cm-v244-markets .cm-v244-realestate-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center;}
body.cm-v244-markets .cm-v244-realestate img{width:100%;height:330px;object-fit:cover;border-radius:18px;box-shadow:0 10px 28px rgba(6,43,80,.09);}
body.cm-v244-markets .cm-v244-realestate .pill{margin-bottom:12px;}
body.cm-v244-markets .cm-v244-intent{padding:38px 0!important;}

@media(max-width:900px){
  .cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.cm-v244-markets .cm-v244-county-grid,body.cm-v244-markets .cm-v244-reference-grid{grid-template-columns:1fr!important;}
  body.cm-v244-markets .cm-v244-local-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.cm-v244-markets .cm-v244-realestate-grid{grid-template-columns:1fr;}
  body.cm-v244-markets .cm-v244-realestate img{height:280px;}
}
@media(max-width:620px){
  body.cm-v219-search-page .cm-v219-search-hero,
  body.cm-v219-search-page main>section:not(.cm-v219-search-hero)>.container{width:min(calc(100% - 28px),1180px)!important;}
  .cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid{grid-template-columns:1fr 1fr!important;gap:10px!important;}
  .cm-fixed-home .cm-v219-specialty-showcase .cm-v219-photo-grid img{height:112px!important;}
  body.cm-v244-markets .cm-v244-market-hero{padding:34px 0 28px!important;}
  body.cm-v244-markets .cm-v244-section-head{grid-template-columns:1fr;gap:10px;}
  body.cm-v244-markets .cm-v244-local-grid{grid-template-columns:1fr;}
  body.cm-v244-markets .cm-v244-deal-note{width:min(calc(100% - 28px),1080px)!important;margin:28px auto!important;padding:18px 20px!important;}
  body.cm-v244-markets .cm-v244-realestate img{height:220px;}
}
