/**
 * Clear Link v1.10.40 — mobile sticky CTA readability + urgent phone booking
 * Mobile only. Keeps 3 actions readable on 375px-class phones.
 */
@media (max-width: 820px){
  body:not(.cl-easy-editing){
    padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))!important;
  }

  .site-footer{
    padding-bottom:calc(102px + env(safe-area-inset-bottom,0px))!important;
  }

  .mobile-contact-bar{
    height:calc(76px + env(safe-area-inset-bottom,0px))!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -5px 22px rgba(18,35,28,.14)!important;
  }

  .mobile-contact-bar a{
    min-height:76px!important;
    padding:7px 6px 8px!important;
    gap:3px!important;
    line-height:1.2!important;
    text-align:center!important;
  }

  .mobile-contact-bar small{
    display:block!important;
    margin:0!important;
    font-size:clamp(8px,2.15vw,9px)!important;
    line-height:1.25!important;
    letter-spacing:.08em!important;
    font-weight:600!important;
    white-space:nowrap!important;
    opacity:.76!important;
  }

  .mobile-contact-bar span{
    display:block!important;
    margin:0!important;
    font-size:clamp(12px,3.45vw,14px)!important;
    line-height:1.25!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
  }

  .mobile-contact-bar--three .mobile-contact-bar__phone{
    background:#263f35!important;
    color:#fff!important;
    border-right:1px solid rgba(255,255,255,.18)!important;
  }
  .mobile-contact-bar--three .mobile-contact-bar__phone small{
    color:#e2eee8!important;
    opacity:1!important;
    letter-spacing:.02em!important;
  }
  .mobile-contact-bar--three .mobile-contact-bar__phone span{
    color:#fff!important;
  }
}

@media (max-width: 390px){
  .mobile-contact-bar a{
    padding-inline:4px!important;
  }
  .mobile-contact-bar small{
    font-size:8px!important;
    letter-spacing:.04em!important;
  }
  .mobile-contact-bar span{
    font-size:13px!important;
  }
}
