.site-header {
  justify-content: space-between;
  gap: 18px;
}

.header-clock {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 15ch;
  line-height: 1.15;
}

.header-clock-date {
  color: var(--text3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.header-clock-time {
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 480px) {
  .site-header {
    padding: 0 16px;
  }

  .header-clock-date {
    display: none;
  }
}
