/**
 * Clear Link v1.10.41 — mobile sticky CTA: always show urgent phone action.
 * If the number is not configured, the CTA routes to the contact section;
 * after saving a phone number it becomes a direct tel: link automatically.
 */
@media (max-width: 820px){
  .mobile-contact-bar.mobile-contact-bar--three{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .mobile-contact-bar__phone{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    background:#263f35!important;
    color:#fff!important;
    border-right:1px solid rgba(255,255,255,.18)!important;
  }
  .mobile-contact-bar__phone small,
  .mobile-contact-bar__phone span{
    color:#fff!important;
  }
  .mobile-contact-bar__phone small{
    font-size:clamp(9px,2.45vw,10px)!important;
    line-height:1.2!important;
    letter-spacing:.01em!important;
    font-weight:700!important;
  }
  .mobile-contact-bar__phone span,
  .mobile-contact-bar a span{
    font-size:clamp(13px,3.7vw,15px)!important;
    line-height:1.2!important;
    font-weight:800!important;
  }
  .mobile-contact-bar__phone.is-unconfigured{
    background:#395249!important;
  }
}
@media (max-width: 390px){
  .mobile-contact-bar__phone small{font-size:8.5px!important}
  .mobile-contact-bar__phone span,
  .mobile-contact-bar a span{font-size:13px!important}
}
