/* ════════════════════════════════════════════════════
   detail-hscroll.css — AMV WordPress Theme
   Villa & Résidence detail horizontal scroll rail.
   ════════════════════════════════════════════════════ */

body.amv-villa-detail,
body.amv-residence-detail {
  overflow: hidden;
  height: 100%;
}

html.amv-villa-detail,
html.amv-residence-detail {
  overflow: hidden;
  height: 100%;
}

/* ── Mobile: release overflow lock, enable vertical scroll ── */
@media (max-width: 768px) {
  body.amv-villa-detail,
  body.amv-residence-detail {
    overflow: auto;
    height: auto;
  }
  html.amv-villa-detail,
  html.amv-residence-detail {
    overflow: auto;
    height: auto;
  }
}
