/* Kuma Countdown Sidebar - frontend */

.kuma-cd-list {
  display: grid;
  gap: 4px;
}

.kuma-cd-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  border-radius: 0px;
  padding: 16px 16px;
  justify-content: space-between;
}

.kuma-cd-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

.kuma-cd-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}

.kuma-cd-number {
  font-family:
    "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
}

.kuma-cd-unit {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 6px;
  opacity: 0.95;
}

/* Sidebar (widget) tuning */
.widget .kuma-cd-box {
  padding: 14px 14px;
}

.widget .kuma-cd-title {
  font-size: 14px;
  margin-bottom: 2px;
}

.kuma-cd-badge {
  font-size: 0.8em;
}

.widget .kuma-cd-number {
  font-size: 36px;
}

.widget .kuma-cd-unit {
  font-size: 22px;
  padding: 0 0 3px 3px;
}
