/* Bingo calendar. */
.sa-bingo-calendar {
  margin: 1.5rem 0;
}

.sa-bingo-calendar__title {
  font-weight: 600;
}

.sa-bingo-calendar__table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #495057;
  background: #f8f9fa;
  border-bottom-width: 1px;
}

.sa-bingo-calendar__table tbody tr.sa-bingo-calendar__row--cancelled > td {
  background-color: #fdeaea;
  color: #6c757d;
}

.sa-bingo-calendar__table tbody tr.sa-bingo-calendar__row--cancelled:nth-of-type(even) > td {
  background-color: #fce4e4;
}

.sa-bingo-calendar__badge {
  background: #e8f0fe;
  color: #1e3a6e;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.4em 0.75em;
}

.sa-bingo-calendar__badge--cancelled {
  background: #f1f3f5;
  color: #495057;
}
