
/* V189 - Ensure hotline inside article service banner is always visible.
   Override legacy generic link/button styles that turned the phone link into a white pill. */

body:not(.admin-layout) .v186-contact-panel .v186-contact-top a{
  display:inline-block!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#ffffff!important;
  font-weight:900!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  opacity:1!important;
  visibility:visible!important;
  line-height:1.15!important;
}

body:not(.admin-layout) .v186-contact-panel .v186-contact-top a:hover,
body:not(.admin-layout) .v186-contact-panel .v186-contact-top a:focus{
  background:transparent!important;
  color:#ffffff!important;
  text-decoration:none!important;
}

/* Desktop article column */
@media(min-width:1200px){
  body:not(.admin-layout) .v175-content-layout > div .v186-contact-top a{
    font-size:16px!important;
    white-space:nowrap!important;
    overflow:visible!important;
    overflow-wrap:normal!important;
  }
}

@media(min-width:1500px){
  body:not(.admin-layout) .v175-content-layout > div .v186-contact-top a{
    font-size:17px!important;
  }
}

/* Mobile/tablet */
@media(max-width:1199px){
  body:not(.admin-layout) .v186-contact-panel .v186-contact-top a{
    font-size:19px!important;
    white-space:normal!important;
  }
}
