.wdsb-schedule {
  background: #fff;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  color: #14243a;
  overflow: hidden;
}

.wdsb-schedule__header {
  background: #123f82;
  color: #fff;
  padding: 1rem 1.25rem;
}

.wdsb-schedule__header span {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wdsb-schedule__header h2 {
  color: inherit;
  font-size: 1.4rem;
  margin: .2rem 0 0;
}

.wdsb-schedule__scroll {
  overflow-x: auto;
}

.wdsb-schedule table {
  border-collapse: collapse;
  margin: 0;
  min-width: 720px;
  width: 100%;
}

.wdsb-schedule th,
.wdsb-schedule td {
  border-bottom: 1px solid #e3e8ef;
  padding: .7rem .8rem;
  text-align: left;
  vertical-align: middle;
}

.wdsb-schedule th {
  background: #e7edf5 !important;
  color: #122b4d !important;
  font-size: calc(.84rem + 2px);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.25;
  opacity: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.wdsb-schedule thead {
  border-bottom: 2px solid #123f82;
}

.wdsb-schedule tbody tr:hover {
  background: #f7faff;
}

.wdsb-schedule tbody tr.is-free {
  background: #f4f6f9;
  color: #68768a;
}

.wdsb-schedule__free {
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center !important;
}

.wdsb-schedule .is-fce {
  color: #123f82;
  font-weight: 800;
}

.wdsb-schedule__club {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  line-height: 1.25;
}

.wdsb-schedule__logo {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-height: 20px;
  max-width: 20px;
  object-fit: contain;
  width: auto;
}

.wdsb-schedule__vs {
  color: #75839a;
  text-align: center !important;
}

.wdsb-schedule footer {
  display: flex;
  font-size: .78rem;
  justify-content: space-between;
  padding: .8rem 1rem;
}

.wdsb-schedule footer a {
  color: #123f82;
  font-weight: 700;
}

@media (max-width: 640px) {
  .wdsb-schedule table {
    min-width: 620px;
  }
}
