/* Ladakh.com v8 safe public optimization: no browser/page caching. */
html,body{max-width:100%;overflow-x:hidden}
@supports (overflow:clip){html,body{overflow-x:clip}}
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas,iframe{max-width:100%}
img{height:auto}
button,input,select,textarea{font:inherit}
a,button,[role="button"],input,select,textarea{touch-action:manipulation}
@media(max-width:760px){
  body{min-width:0}
  main,#main-content,.home-v7,.home-main,.hotel-shell{max-width:100%;min-width:0}
  input,select,textarea{font-size:16px!important}
  button,.action-btn,.v7-mobile-links a{min-height:44px}
  .section-head{align-items:flex-start;flex-wrap:wrap}
  .listing-card,.section-card,.booking-box,.content-box{min-width:0}
  .weather-panel{max-width:calc(100vw - 24px)}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
