/* v3.12.26 — Aktif iş müşteri adı ve tek satır süre düzeltmesi */
body .host-app .host-content .host-active-card .host-active-customer-name,
body .host-app .host-content .host-field-customer .host-active-customer-name,
body .host-app .host-content .host-field-hero .host-active-customer-name,
body .host-app .host-content .host-field-customer h2.host-active-customer-name{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 2px rgba(42,23,103,.18)!important;
}
body .host-app .host-content #liveTime,
body .host-app .host-content .host-timer-duration strong,
body .host-app .host-content .host-live-timer strong{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  font-variant-numeric:tabular-nums!important;
}
body .host-app .host-content .host-timer-duration,
body .host-app .host-content .host-live-timer{
  min-width:0!important;
  overflow:hidden!important;
}
@media(max-width:640px){
  body .host-app .host-content .host-timer-duration strong,
  body .host-app .host-content .host-live-timer strong,
  body .host-app .host-content #liveTime{
    font-size:clamp(28px,9vw,38px)!important;
    letter-spacing:.025em!important;
    line-height:1!important;
  }
}
@media(max-width:360px){
  body .host-app .host-content .host-timer-duration strong,
  body .host-app .host-content .host-live-timer strong,
  body .host-app .host-content #liveTime{
    font-size:27px!important;
    letter-spacing:.015em!important;
  }
}
