table.opening-hours {
  border-collapse: collapse;
}
table.opening-hours tr th, table.opening-hours tr td {
  padding: 0.5em;
  border-bottom: 1px solid var(--shade-ultra-dark-trans-20);
}
table.opening-hours tr:last-of-type th, table.opening-hours tr:last-of-type td {
  border-bottom: none;
}
.faqs__opening-hours table.opening-hours tr th, .faqs__opening-hours table.opening-hours tr td {
  border-bottom: 1px solid var(--shade-ultra-dark-trans-10);
}
.faqs__opening-hours table.opening-hours tr:last-of-type th, .faqs__opening-hours table.opening-hours tr:last-of-type td {
  border-bottom: none;
}
.opening-hours .today {
  color: var(--black);
}
[class*="__opening-hours-wrapper"] {
  display: flex;
  width: 100%;
  max-width: 35rem;
  font-size: 0.95em;
  color: var(--shade-medium);
}
@media (max-width: 478px) {
  [class*="__opening-hours-wrapper"] {
    max-width: 100%;
  }
}
