/* UChicago Maroon color scheme */
[data-md-color-scheme="default"] {
  --md-primary-fg-color:        #800000; /* UChicago Maroon */
  --md-primary-fg-color--light: #A51C30;
  --md-primary-fg-color--dark:  #5C0000;
  --md-accent-fg-color:         #800000;
}

:root {
  --md-primary-fg-color:        #800000;
  --md-primary-fg-color--light: #A51C30;
  --md-primary-fg-color--dark:  #5C0000;
  --md-accent-fg-color:         #800000;
}

/* Calendar table - add borders between weeks */
#calendar-table tr.week-start td {
  border-top: 2px solid #800000;
  padding-top: 1em;
}

/* Calendar header - add matching border */
#calendar-table thead tr th {
  border-bottom: 2px solid #800000;
}

/* Week column styling - only for calendar table */
#calendar-table thead tr th:first-child,
#calendar-table tbody tr td:first-child {
  width: 3em;
  min-width: 3em;
  text-align: center;
}

#calendar-table tbody tr td:first-child {
  vertical-align: middle;
}
