/* Tía Vicenta v436 · contador pequeño de horarios */

html body #hoursActionBtn{
  position:relative!important;
}

html body #hoursActionBtn .tv-business-action-copy-v420{
  gap:2px!important;
}

html body #hoursActionSmall{
  font-size:.71rem!important;
}

html body .tv-hours-countdown-v436{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:1px!important;
  padding:3px 7px!important;
  border-radius:999px!important;
  font-size:.67rem!important;
  font-weight:1000!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  background:rgba(255, 152, 27, .12)!important;
  color:#b45309!important;
  border:1px solid rgba(255, 152, 27, .22)!important;
}

html body .tv-hours-countdown-v436::before{
  content:"";
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:currentColor!important;
  flex:0 0 auto!important;
}

html body .tv-hours-countdown-v436.is-open{
  background:rgba(34,197,94,.12)!important;
  color:#15803d!important;
  border-color:rgba(34,197,94,.24)!important;
}

html body .tv-hours-countdown-v436.is-closed{
  background:rgba(239,68,68,.10)!important;
  color:#b91c1c!important;
  border-color:rgba(239,68,68,.20)!important;
}

html[data-theme="dark"] body .tv-hours-countdown-v436{
  background:rgba(255,174,69,.16)!important;
  color:#ffd08a!important;
  border-color:rgba(255,174,69,.22)!important;
}

html[data-theme="dark"] body .tv-hours-countdown-v436.is-open{
  background:rgba(47,209,120,.16)!important;
  color:#9ef0bc!important;
  border-color:rgba(47,209,120,.24)!important;
}

html[data-theme="dark"] body .tv-hours-countdown-v436.is-closed{
  background:rgba(248,113,113,.14)!important;
  color:#fecaca!important;
  border-color:rgba(248,113,113,.22)!important;
}

@media (max-width:760px){
  html body .tv-hours-countdown-v436{
    font-size:.64rem!important;
    padding:3px 6px!important;
  }
}
