.month+.month {
  margin-top: var(--space-6);
}

.month h3 {
  margin-bottom: var(--space-2);
}

.month table {
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
  max-width: 520px;
}

.month th,
.month td {
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: top;
}

.month th {
  padding-bottom: var(--space-1);
}

.dc {
  display: block;
  position: relative;
  height: 48px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  padding: 3px 5px;
  text-align: left;
}

.dc .dn {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.dc .dh {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 2px;
}

.dc .em {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 9px;
  height: 9px;
  background: var(--surface);
  border: 2px solid var(--action);
  border-radius: 2px;
}

.dc.today {
  outline: 2px solid var(--ink);
  outline-offset: 1px;
}

.dc.none {
  pointer-events: none;
}
