/* Usleep mobile homepage refinement v1
   Desktop is intentionally untouched. */
@media (max-width:767px){
  /* ---------- Header ---------- */
  .usleep-header-module .usleep-header-container{
    width:calc(100% - 20px)!important;
  }

  .usleep-header-module .usleep-header-top,
  .usleep-header-module .usleep-header-top__inner{
    height:28px!important;
    min-height:28px!important;
  }

  .usleep-header-module .usleep-top-links{
    gap:18px!important;
  }

  .usleep-header-module .usleep-top-links a{
    font-size:10.5px!important;
    line-height:28px!important;
  }

  .usleep-header-module .usleep-language__button{
    height:26px!important;
    padding:0 2px!important;
    font-size:10.5px!important;
  }

  .usleep-header-module .usleep-header-main__inner{
    min-height:0!important;
    grid-template-columns:minmax(100px,1fr) auto auto!important;
    column-gap:6px!important;
    row-gap:6px!important;
    padding:7px 0 8px!important;
  }

  .usleep-header-module .usleep-logo img{
    max-width:112px!important;
    max-height:40px!important;
  }

  .usleep-header-module .usleep-actions{
    gap:0!important;
  }

  .usleep-header-module .usleep-actions>a{
    width:36px!important;
    height:40px!important;
  }

  .usleep-header-module .usleep-actions svg{
    width:20px!important;
    height:20px!important;
  }

  .usleep-header-module .usleep-actions b{
    top:0!important;
    right:0!important;
    min-width:15px!important;
    height:15px!important;
    line-height:15px!important;
    font-size:8.5px!important;
  }

  .usleep-header-module .usleep-mobile-toggle{
    width:40px!important;
    height:40px!important;
    border-radius:9px!important;
    gap:4px!important;
  }

  .usleep-header-module .usleep-mobile-toggle span{
    width:19px!important;
    height:2px!important;
  }

  .usleep-header-module .usleep-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:9px!important;
  }

  .usleep-header-module .usleep-search input{
    padding:0 14px!important;
    font-size:13px!important;
  }

  .usleep-header-module .usleep-search button{
    width:44px!important;
  }

  .usleep-header-module .usleep-search button svg{
    width:19px!important;
    height:19px!important;
  }

  /* ---------- Hero ---------- */
  .usleep-hero-slider{
    width:calc(100% - 20px)!important;
    margin:8px auto 18px!important;
  }

  .usleep-hero-slider__viewport{
    border-radius:16px!important;
  }

  .usleep-hero-slide__mobile{
    min-height:438px!important;
  }

  .usleep-hero-slide__mobile-copy{
    padding:22px 20px 15px!important;
  }

  .usleep-hero-slide__title{
    margin-bottom:12px!important;
    font-size:28px!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
  }

  .usleep-hero-slide__title strong{
    margin-top:3px!important;
  }

  .usleep-hero-slide__description{
    margin-bottom:16px!important;
    font-size:13.5px!important;
    line-height:1.45!important;
  }

  .usleep-hero-slide__button{
    min-height:42px!important;
    padding:10px 18px!important;
    border-radius:9px!important;
    font-size:13.5px!important;
  }

  .usleep-hero-slide__mobile-image{
    height:232px!important;
  }

  .usleep-hero-slide__mobile-image:before{
    height:32px!important;
  }

  .usleep-hero-slider__arrow{
    width:34px!important;
    height:34px!important;
    bottom:100px!important;
  }

  .usleep-hero-slider__dots{
    bottom:8px!important;
  }
}

@media (max-width:380px){
  .usleep-header-module .usleep-logo img{
    max-width:104px!important;
  }
  .usleep-header-module .usleep-actions>a{
    width:34px!important;
  }
  .usleep-header-module .usleep-mobile-toggle{
    width:38px!important;
    height:38px!important;
  }
  .usleep-hero-slide__title{
    font-size:26px!important;
  }
  .usleep-hero-slide__mobile-copy{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}
