/* Small Lake City Property Explorer — 2.10.2
   Position & polish only. Recommendation logic and evidence content are untouched. */

.slc-de280-panel.slc-rer2101-ready{
  box-sizing:border-box !important;
  width:min(430px,calc(100vw - 32px)) !important;
  max-width:430px !important;
  padding:17px 18px 16px !important;
  border:1px solid #d9e2dc !important;
  border-radius:10px !important;
  background:#fffdf8 !important;
  box-shadow:0 12px 28px rgba(25,55,43,.14) !important;
  z-index:99999 !important;
}

/* Give the recommendation a little more breathing room without adding words. */
.slc-rer2101-kicker{margin-bottom:5px !important}
.slc-rer2101-summary h4{
  margin-bottom:9px !important;
  font-size:18px !important;
  line-height:1.18 !important;
}
.slc-rer2101-lead{
  margin-bottom:13px !important;
  font-size:12.5px !important;
  line-height:1.48 !important;
}
.slc-rer2101-reasons{
  padding:11px 12px !important;
  border-radius:8px !important;
}
.slc-rer2101-reasons li{
  margin:5px 0 !important;
  line-height:1.4 !important;
}
.slc-rer2101-status{
  margin-top:11px !important;
  padding:10px 11px !important;
}
.slc-rer2101-compare{
  margin-top:11px !important;
  line-height:1.42 !important;
}
.slc-rer2101-toggle{
  margin-top:12px !important;
  padding:7px 11px !important;
}
.slc-rer2101-details{
  margin-top:14px !important;
  padding-top:14px !important;
}

/* Close control remains easy to find but visually quiet. */
.slc-de280-panel.slc-rer2101-ready .slc-de280-close{
  top:10px !important;
  right:11px !important;
}

/* Desktop: JS places the panel beside the site concept rather than over the drawing. */
@media (min-width:1180px){
  .slc-de280-panel.slc-rer2101-ready.slc-rpp2102-right,
  .slc-de280-panel.slc-rer2101-ready.slc-rpp2102-left{
    max-height:min(74vh,650px) !important;
    overflow:auto !important;
    overscroll-behavior:contain;
  }
}

/* Tablet/mobile: preserve the stable centered/contained behavior from 2.10.1. */
@media (max-width:1179px){
  .slc-de280-panel.slc-rer2101-ready.slc-rpp2102-mobile{
    width:min(410px,calc(100vw - 28px)) !important;
    max-width:410px !important;
    max-height:76vh !important;
    overflow:auto !important;
  }
}

/* Stability guardrails: absolutely no visual motion. */
.slc-de280-panel.slc-rer2101-ready,
.slc-de280-panel.slc-rer2101-ready *{
  animation:none !important;
  transition:none !important;
}
