/* v243 — live screenshot visual repair. Homepage only. */
body.cm-fixed-home .cm-hero-side{
  align-self:stretch!important;
  height:auto!important;
  overflow:hidden!important;
}
body.cm-fixed-home .cm-hero-visual{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
}
body.cm-fixed-home .cm-hero-visual img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}
body.cm-fixed-home .cm-deal-note-home{
  width:min(calc(100% - 48px),900px)!important;
  max-width:900px!important;
  margin:18px auto 34px!important;
  padding:14px 18px!important;
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  border-radius:14px!important;
  box-shadow:0 6px 18px rgba(12,39,58,.045)!important;
}
body.cm-fixed-home .cm-deal-note-home .cm-deal-label{
  margin:0!important;
  white-space:nowrap!important;
}
body.cm-fixed-home .cm-deal-note-home h3{
  margin:0 0 3px!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
body.cm-fixed-home .cm-deal-note-home p{
  margin:0!important;
  font-size:.94rem!important;
  line-height:1.48!important;
}
@media(max-width:900px){
  body.cm-fixed-home .cm-hero-side{min-height:300px!important;}
  body.cm-fixed-home .cm-deal-note-home{width:min(calc(100% - 36px),900px)!important;grid-template-columns:1fr!important;gap:5px!important;margin:16px auto 28px!important;padding:14px 16px!important;}
}
@media(max-width:620px){
  body.cm-fixed-home .cm-hero-side{min-height:230px!important;}
  body.cm-fixed-home .cm-deal-note-home{width:min(calc(100% - 28px),900px)!important;}
}
