.today-box {
  border: 1px solid #000;
  width: 100%;
  max-width: 1.4in;
  text-align: center;
}

.today-box-month {
  background: #000;
  color: #fff;
  font-size: 8.5pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.05in 0;
}

.today-box-body {
  background: #fff;
  padding: 0.12in 0.08in;
}

.today-box-day {
  font-size: 24pt;
  font-weight: 800;
  line-height: 1;
}

.today-box-weekday {
  font-size: 9pt;
  font-style: italic;
  color: var(--muted);
  margin-top: 0.02in;
}
