.htl-top-hotline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff8a1c,#ffb347)!important;
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(255,138,28,.28)!important;
  white-space:nowrap!important;
}

.htl-top-hotline strong{
  font-size:16px!important;
  letter-spacing:.3px!important;
}

@media(max-width:768px){
  .htl-top-hotline{
    padding:8px 12px!important;
    font-size:12px!important;
  }

  .htl-top-hotline strong{
    font-size:13px!important;
  }
}
