.ed-dental-hours {
  --ed-dental-hours-accent: #58a997;
  --ed-dental-hours-accent-dark: #307d6d;
  --ed-dental-hours-pale: #eef8f5;
  --ed-dental-hours-line: #c9ddd8;
  --ed-dental-hours-text: #2c3e3a;
  --ed-dental-hours-table-bg: #fff;
  box-sizing: border-box;
  color: var(--ed-dental-hours-text);
  font-family: inherit;
  margin: 0 auto;
  max-width: 100%;
}

.ed-dental-hours *,
.ed-dental-hours *::before,
.ed-dental-hours *::after {
  box-sizing: border-box;
}

.ed-dental-hours__title {
  color: var(--ed-dental-hours-text);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}

.ed-dental-hours__scroll {
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--ed-dental-hours-line);
  border-radius: 8px;
  max-width: 100%;
  overflow-x: auto;
}

.ed-dental-hours__scroll:focus-visible {
  outline: 3px solid rgba(48, 125, 109, .35);
  outline-offset: 3px;
}

.ed-dental-hours__table {
  background: var(--ed-dental-hours-table-bg);
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  min-width: 680px;
  table-layout: fixed;
  width: 100%;
}

.ed-dental-hours__table th,
.ed-dental-hours__table td {
  border: 0;
  border-bottom: 1px solid var(--ed-dental-hours-line);
  border-right: 1px solid var(--ed-dental-hours-line);
  height: 3.35rem;
  padding: .65rem .7rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ed-dental-hours__table tr:last-child th,
.ed-dental-hours__table tr:last-child td {
  border-bottom: 0;
}

.ed-dental-hours__table th:last-child,
.ed-dental-hours__table td:last-child {
  border-right: 0;
}

.ed-dental-hours__table thead th {
  background: var(--ed-dental-hours-accent);
  color: #fff;
  font-weight: 700;
}

.ed-dental-hours__table thead th:first-child,
.ed-dental-hours__table tbody th {
  min-width: 150px;
  width: 22%;
}

.ed-dental-hours__table tbody th {
  background: var(--ed-dental-hours-pale);
  color: var(--ed-dental-hours-accent-dark);
  font-weight: 700;
}

.ed-dental-hours__table tbody td {
  color: var(--ed-dental-hours-text);
  font-weight: 600;
}

.ed-dental-hours__notes {
  color: var(--ed-dental-hours-text);
  font-size: .94rem;
  line-height: 1.7;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.ed-dental-hours__notes li {
  margin: .25rem 0;
  padding-left: 1.25em;
  position: relative;
}

.ed-dental-hours__notes li::before {
  color: var(--ed-dental-hours-accent-dark);
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .ed-dental-hours__scroll {
    border-radius: 6px;
  }

  .ed-dental-hours__table {
    font-size: .92rem;
    min-width: 680px;
  }

  .ed-dental-hours__table th,
  .ed-dental-hours__table td {
    height: 3rem;
    padding: .55rem .6rem;
  }

  .ed-dental-hours__notes {
    font-size: .88rem;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__scroll {
    border: 0;
    overflow: visible;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table {
    background: transparent;
    display: block;
    min-width: 0;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table thead {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tbody,
  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tr {
    background: var(--ed-dental-hours-table-bg);
    display: block;
    width: 100%;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tr {
    border: 1px solid var(--ed-dental-hours-line);
    border-radius: 7px;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tr:last-child {
    margin-bottom: 0;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tbody th {
    background: var(--ed-dental-hours-accent);
    border: 0;
    color: #fff;
    display: block;
    height: auto;
    min-width: 0;
    padding: .75rem 1rem;
    text-align: left;
    width: 100%;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tbody td {
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--ed-dental-hours-line);
    display: grid;
    grid-template-columns: minmax(5rem, 40%) 1fr;
    height: auto;
    min-height: 2.8rem;
    padding: .55rem 1rem;
    text-align: center;
    white-space: normal;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tbody td:last-child {
    border-bottom: 0;
  }

  .ed-dental-hours--mobile-responsive .ed-dental-hours__table tbody td::before {
    color: var(--ed-dental-hours-accent-dark);
    content: attr(data-label);
    font-weight: 700;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ed-dental-hours__scroll {
    scroll-behavior: auto;
  }
}
