.lf-timer-wrap {
  display: inline-block;
}

.lf-timer-wrap .lf-timer-clock {
  width: 100%;
}

.lf-timer-circle {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lf-timer-circle .lf-timer-unit {
  --lf-timer-accent: #313332;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 3px;
}

.lf-timer-unit svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
  z-index: 0;
}

.lf-timer-unit svg circle {
  fill: none;
  stroke: var(--lf-timer-accent);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 150.796;
}

.lf-timer-unit .lf-timer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  white-space: nowrap;
}

.lf-timer-circle .lf-timer-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.lf-timer-circle .lf-timer-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.9;
  line-height: 1;
  margin: 0;
}

.lf-top-header .lf-header-timer {
  display: inline-block;
  width: 250px;
  min-height: 60px;
  vertical-align: top;
}

.lf-top-header .lf-header-timer .lf-timer-circle {
  gap: 4px;
}

.lf-top-header .lf-header-timer .lf-timer-value {
  font-size: 14px;
}

.lf-top-header .lf-header-timer .lf-timer-label {
  font-size: 8.5px;
}
