.awct-root {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  font-family: var(--awct-font-family, inherit);
  color: var(--awct-text-color, #111);
  background: var(--awct-bg-color, transparent);
  padding: var(--awct-padding, 12px);
}

.awct-root *,
.awct-root *::before,
.awct-root *::after {
  box-sizing: border-box;
}

.awct-title {
  margin: 0 0 0.35em;
  font-size: calc(var(--awct-font-size, 42px) * 0.42);
  line-height: 1.15;
  font-weight: var(--awct-font-weight, 700);
}

.awct-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--awct-gap, 14px);
  line-height: 1;
}

.awct-unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 1.8em;
}

.awct-value,
.awct-separator,
.awct-loading {
  font-size: var(--awct-font-size, 42px);
  font-weight: var(--awct-font-weight, 700);
  line-height: 1;
  letter-spacing: 0.01em;
}

.awct-label {
  margin-top: 0.35em;
  font-size: var(--awct-label-size, 12px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.awct-finished {
  display: inline-flex;
  align-items: center;
  font-size: max(14px, calc(var(--awct-font-size, 42px) * 0.38));
  line-height: 1.2;
  opacity: 0.82;
}


.awct-finished {
  flex-basis: 100%;
}

.awct-finished-link {
  flex-basis: 100%;
  display: inline-flex;
  width: fit-content;
  margin-top: 0.45em;
  font-size: max(13px, calc(var(--awct-font-size, 42px) * 0.28));
  line-height: 1.2;
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
