/*
** .vaccination-time
*/

.vaccination-time__table + .vaccination-time__body {
  margin-top: 2em;
}

.vaccination-time__table th,
.vaccination-time__table td {
  text-align: center;
  padding: 0.7em 1em;
}

.vaccination-time__table th {
  font-weight: 500;
  background-color: var(--bg);
}

.vaccination-time__table td:first-child {
  background-color: #F5F5F5
}

.vaccination-time__table th.fixed::before {
  background-color: var(--bg) !important;
}

.vaccination-time__table td.fixed::before {
  background-color: #F5F5F5 !important;
}