.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.access-page {
  min-height: 100vh;
}

.access-header {
  text-align: center;
  margin-bottom: 2rem;
}

.access-header__title {
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1b1c1c;
  margin-bottom: 0.75rem;
}

.access-header__lead {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5b403d;
  max-width: 36rem;
  margin: 0 auto;
}

.access-card {
  background: #ffffff;
  border: 1px solid #e4beba;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
  .access-card {
    padding: 2.5rem;
  }
}

.access-card + .access-card {
  margin-top: 1.5rem;
}

.access-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b1c1c;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e4beba;
}

.access-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-info-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f0eded;
}

.access-info-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.access-info-list__item:first-child {
  padding-top: 0;
}

@media (min-width: 640px) {
  .access-info-list__item {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.access-info-list__label {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #af101a;
  min-width: 5rem;
}

.access-info-list__value {
  font-size: 1rem;
  line-height: 1.6;
  color: #1b1c1c;
}

.access-info-list__value a {
  color: #1b1c1c;
  text-decoration: underline;
}

.access-info-list__value a:hover {
  color: #af101a;
}

.access-hours-summary {
  font-size: 1rem;
  line-height: 1.8;
  color: #1b1c1c;
  margin: 0;
}

.access-hours-summary__time {
  font-weight: 700;
}

.access-hours-summary__closed {
  font-weight: 600;
  color: #5b403d;
}

.access-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #e4beba;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #f0eded;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5b403d;
}

.access-cta {
  margin-top: 2rem;
  text-align: center;
}

.access-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 0.25rem;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(211, 47, 47, 0.2);
  transition: background-color 0.2s, transform 0.2s;
}

.access-cta__link:hover {
  background-color: #af101a;
  transform: translateY(-1px);
}

.access-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e4beba;
  text-align: center;
}

.access-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.access-footer__nav a {
  font-size: 0.8125rem;
  color: #5b403d;
  text-decoration: underline;
}

.access-footer__nav a:hover,
.access-footer__nav a[aria-current="page"] {
  color: #af101a;
}

.access-footer__copy {
  font-size: 0.8125rem;
  color: #5b403d;
}

@media (max-width: 375px) {
  .access-header__title {
    font-size: 1.5rem;
  }

  .access-card {
    padding: 1.5rem 1rem;
  }

}
