.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-overview {
  overflow: visible;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topics {
  align-items: start;
  gap: 1rem;
  overflow: visible;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-card {
  min-width: 0;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-trigger {
  min-height: 18.125rem;
  padding: 1.45rem;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-trigger h3 {
  max-width: 20rem;
  margin-inline: auto;
  font-size: 1.65rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-trigger .hw-hub-card-icon {
  flex: 0 0 auto;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-panel {
  right: .7rem;
  left: .7rem;
  max-height: min(70vh, 45rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--gold, #c99742) transparent;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list {
  gap: .25rem;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list > li > a,
.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list > li > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  min-height: 2.75rem;
  padding: .65rem .75rem;
  text-align: left;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list strong {
  white-space: nowrap;
}

.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-trigger:focus-visible,
.hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list a:focus-visible {
  outline: 3px solid var(--gold-light, #e2c182);
  outline-offset: 3px;
}

@media (max-width: 68.75rem) {
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 47.5rem) {
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topics {
    grid-template-columns: minmax(0, 1fr);
  }

  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-trigger {
    min-height: 0;
  }

  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-panel {
    position: static;
    max-height: min(68vh, 36rem);
    margin: 0 .7rem .7rem;
  }
}

@media (max-width: 32.5rem) {
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list > li > a,
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list > li > div {
    grid-template-columns: minmax(0, 1fr);
    gap: .25rem;
  }

  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list strong {
    white-space: normal;
  }
}

@media (hover: none) {
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list a:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-card,
  .hw-hub-body[data-hub-page="service"] .hw-restaurant-service-topic-list a {
    transition: none;
  }
}
