.top-clock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 14px;
  color: #fff;
}
.clock-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  background: #0b1b2d;
  color: var(--cyan);
  font-size: 25px;
}
.top-clock div { display: flex; flex-direction: column; align-items: flex-end; }
.top-clock small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.top-clock time {
  font-variant-numeric: tabular-nums;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .04em;
  text-shadow: 0 0 18px #21d4fd55;
}
