.openingstijden-page-shell {
  --openingstijden-ink: #193128;
  --openingstijden-muted: #526269;
  --openingstijden-green: #168348;
  --openingstijden-green-dark: #176238;
  --openingstijden-green-soft: #edf7ef;
  --openingstijden-line: #e6ece8;
  --openingstijden-red: #ef3d45;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(16px, 2vw, 28px);
  color: var(--openingstijden-ink);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.openingstijden-page,
.openingstijden-page * {
  box-sizing: border-box;
}

.openingstijden-page h1,
.openingstijden-page h2,
.openingstijden-page p {
  margin-top: 0;
}

.openingstijden-page h1,
.openingstijden-page h2 {
  line-height: 1;
  letter-spacing: -.02em;
}

.openingstijden-page a {
  color: inherit;
  text-decoration: none;
}

.openingstijden-day-grid,
.openingstijden-bottom-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.openingstijden-bottom-grid,
.openingstijden-panel,
.openingstijden-week-panel,
.openingstijden-events-panel {
  min-width: 0;
}

.openingstijden-day-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.openingstijden-day-card,
.openingstijden-panel {
  border: 1px solid var(--openingstijden-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 3px 14px rgba(31, 63, 49, .07);
}

.openingstijden-day-card {
  padding: clamp(18px, 2vw, 25px);
}

.openingstijden-day-card__header,
.openingstijden-day-card__hours,
.openingstijden-panel__header {
  display: flex;
  align-items: center;
}

.openingstijden-day-card__header {
  gap: 12px;
}

.openingstijden-day-card__header h1,
.openingstijden-day-card__header h2 {
  margin: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 700;
}

.openingstijden-open-pill {
  margin-left: 2px;
  padding: 4px 11px;
  border-radius: 999px;
  background: #e1f3e5;
  color: var(--openingstijden-green-dark);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.openingstijden-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--openingstijden-green);
}

.openingstijden-icon svg,
.openingstijden-panel__title-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.openingstijden-icon--clock {
  color: #627078;
}

.openingstijden-icon--clock svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}

.openingstijden-day-card__hours {
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--openingstijden-line);
  color: #53616b;
  font-size: 1.1rem;
}

.openingstijden-status-list {
  display: grid;
  gap: 11px;
  padding: 14px 16px 17px;
  font-size: 1rem;
}

.openingstijden-status-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  gap: 12px;
}

.openingstijden-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #344249;
  white-space: nowrap;
}

.openingstijden-status b,
.openingstijden-table-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.openingstijden-status--open b,
.openingstijden-table-status--open {
  background: var(--openingstijden-green);
}

.openingstijden-status--closed b,
.openingstijden-table-status--closed {
  background: var(--openingstijden-red);
  font-size: 14px;
}

.openingstijden-plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  margin-top: 18px;
  padding: 0 22px;
  border: 1.5px solid #1f5cc9;
  border-radius: 999px;
  background: #fff;
  color: #1f5cc9;
  box-shadow: 0 8px 18px rgba(17, 43, 89, .06);
  font: inherit;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.openingstijden-plan-button:hover,
.openingstijden-plan-button:focus-visible {
  transform: translateY(-1px);
  background: #f8fbff;
  box-shadow: 0 10px 22px rgba(17, 43, 89, .1);
}

.openingstijden-plan-button:focus-visible,
.openingstijden-modal-choice:focus-visible,
.openingstijden-visit-modal__close:focus-visible,
.openingstijden-route-modal__button:focus-visible,
.openingstijden-route-modal__close:focus-visible {
  outline: 3px solid rgba(22, 131, 72, .25);
  outline-offset: 2px;
}

.openingstijden-bottom-grid {
  grid-template-columns: minmax(0, 1.85fr) minmax(330px, 1fr);
  margin-top: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.openingstijden-holiday-block {
  --openingstijden-holiday-blue: #1f5cc9;
  --openingstijden-holiday-blue-dark: #183d85;
  --openingstijden-holiday-line: #c8d9f1;
  display: block;
  margin-top: clamp(16px, 2vw, 24px);
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid #b9cfee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 92, 201, .12);
}

.openingstijden-holiday-block .openingstijden-panel__title-icon {
  color: var(--openingstijden-holiday-blue);
}

.openingstijden-holiday-block__heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.openingstijden-holiday-block__heading > div {
  min-width: 0;
}

.openingstijden-page .openingstijden-holiday-block__eyebrow {
  margin: 0 0 7px;
  color: #1f5cc9 !important;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.openingstijden-holiday-block h2 {
  margin: 0;
  color: var(--openingstijden-holiday-blue-dark);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.openingstijden-holiday-table-scroll {
  width: 100%;
  min-width: 0;
  margin-top: 22px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #8aaee5 #edf4fb;
  -webkit-overflow-scrolling: touch;
}

.openingstijden-holiday-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.openingstijden-holiday-table-scroll::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e4eefc;
}

.openingstijden-holiday-table-scroll::-webkit-scrollbar-thumb {
  border: 2px solid #e4eefc;
  border-radius: 999px;
  background: #8aaee5;
}

.openingstijden-holiday-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  color: #27383d;
  font-size: .9rem;
  text-align: left;
}

.openingstijden-holiday-table th {
  padding: 0 14px 12px;
  color: var(--openingstijden-holiday-blue);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.openingstijden-holiday-table td {
  padding: 13px 14px;
  border-top: 1px solid var(--openingstijden-holiday-line);
  vertical-align: middle;
}

.openingstijden-holiday-table td:first-child,
.openingstijden-holiday-table td:nth-child(3) {
  font-weight: 700;
}

.openingstijden-holiday-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #344249;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.openingstijden-holiday-status b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.openingstijden-holiday-status--open {
  color: #344249;
}

.openingstijden-holiday-status--closed {
  color: #344249;
}

.openingstijden-holiday-status--open b {
  background: var(--openingstijden-green);
}

.openingstijden-holiday-status--closed b {
  background: var(--openingstijden-red);
  font-size: 16px;
}

.openingstijden-events-panel {
  --openingstijden-events-blue: #1f5cc9;
  --openingstijden-events-blue-dark: #183d85;
  border-color: #b9cfee;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 92, 201, .12);
}

.openingstijden-events-panel .openingstijden-panel__title-icon {
  color: var(--openingstijden-events-blue);
}

.openingstijden-events-panel .openingstijden-panel__header h2 {
  color: var(--openingstijden-events-blue-dark);
}

.openingstijden-events-panel .openingstijden-event strong {
  color: var(--openingstijden-events-blue-dark);
}

.openingstijden-panel {
  padding: clamp(18px, 2vw, 25px);
}

.openingstijden-panel__header {
  align-items: flex-start;
  gap: 14px;
}

.openingstijden-panel__header > div {
  min-width: 0;
}

.openingstijden-panel__title-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--openingstijden-ink);
}

.openingstijden-panel__title-icon svg {
  width: 25px;
  height: 25px;
}

.openingstijden-panel__header h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.openingstijden-panel__header p {
  margin: 10px 0 0;
  color: var(--openingstijden-muted);
  font-size: .9rem;
}

.openingstijden-table-scroll {
  width: 100%;
  max-width: 100%;
  margin-top: 17px;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #8ab99b #edf4ee;
  -webkit-overflow-scrolling: touch;
}

.openingstijden-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.openingstijden-table-scroll::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #edf4ee;
}

.openingstijden-table-scroll::-webkit-scrollbar-thumb {
  border: 2px solid #edf4ee;
  border-radius: 999px;
  background: #8ab99b;
}

.openingstijden-week-table {
  width: 100%;
  min-width: 700px;
  border-top: 1px solid #edf0ef;
  border-left: 1px solid #edf0ef;
  color: #27383d;
  font-size: .84rem;
}

.openingstijden-week-row {
  display: grid;
  grid-template-columns: 1.25fr 1.4fr repeat(6, minmax(50px, 1fr));
  min-height: 48px;
  border-bottom: 1px solid #edf0ef;
}

.openingstijden-week-row > div {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid #edf0ef;
}

.openingstijden-week-row > div:nth-child(n+3) {
  justify-content: center;
}

.openingstijden-week-row--head {
  min-height: 70px;
  color: #27383d;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.openingstijden-week-row--head > div {
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding-inline: 4px;
}

.openingstijden-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-family: 'Material Symbols Outlined';
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
}

.openingstijden-category-icon--shop { color: #169149; }
.openingstijden-category-icon--panorama { color: #237ddd; }
.openingstijden-category-icon--escape { color: #8848c9; }
.openingstijden-category-icon--slide { color: #f5a41b; }
.openingstijden-category-icon--mosaic { color: #12a9a5; }
.openingstijden-category-icon--build { color: #ed662c; }

.openingstijden-table-status {
  width: 17px;
  height: 17px;
}

.openingstijden-events-panel {
  display: flex;
  flex-direction: column;
}

.openingstijden-events-panel .openingstijden-panel__header {
  align-items: center;
}

.openingstijden-events-panel .openingstijden-panel__header h2 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.openingstijden-events-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.openingstijden-event {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.openingstijden-event img {
  display: block;
  width: 75px;
  height: 72px;
  border-radius: 8px;
  background: #d9eee4;
  object-fit: cover;
}

.openingstijden-event span {
  display: grid;
  gap: 2px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.openingstijden-event small {
  color: #55656a;
  font-size: .75rem;
  letter-spacing: .03em;
}

.openingstijden-event strong {
  color: var(--openingstijden-green-dark);
  font-size: .95rem;
  line-height: 1.2;
}

.openingstijden-event b {
  color: #37474b;
  font-size: .85rem;
  font-weight: 500;
}

.openingstijden-event em {
  color: #46565c;
  font-size: .82rem;
  font-style: normal;
  line-height: 1.35;
}

.openingstijden-events-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 39px;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid #74bb8f;
  border-radius: 7px;
  color: var(--openingstijden-green-dark) !important;
  font-size: .88rem;
  font-weight: 700;
  transition: background .15s ease, border-color .15s ease;
}

.openingstijden-events-button:hover,
.openingstijden-events-button:focus-visible {
  border-color: #1f5cc9;
  background: #eaf2ff;
}

.openingstijden-events-panel .openingstijden-events-button {
  border-color: #7ea9e9;
  color: #1f5cc9 !important;
  background: rgba(255, 255, 255, .72);
}

.openingstijden-events-panel .openingstijden-events-button:hover,
.openingstijden-events-panel .openingstijden-events-button:focus-visible {
  border-color: #1f5cc9;
  background: #eaf2ff;
}

.openingstijden-events-button span {
  font-size: 1.1rem;
  line-height: 1;
}

.openingstijden-visit-modal[hidden],
.openingstijden-route-modal[hidden] {
  display: none;
}

.openingstijden-visit-modal,
.openingstijden-route-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.openingstijden-visit-modal__backdrop,
.openingstijden-route-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

.openingstijden-visit-modal__dialog,
.openingstijden-route-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  padding: 30px 26px 24px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
  text-align: center;
}

.openingstijden-visit-modal__close,
.openingstijden-route-modal__close {
  position: absolute;
  top: 5px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #333;
  font: inherit;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.openingstijden-visit-modal__icon,
.openingstijden-route-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: #f1eaf4;
  color: #682c7a;
  font-size: 21px;
}

.openingstijden-visit-modal__dialog h2,
.openingstijden-route-modal__dialog h2 {
  margin: 0;
  color: var(--openingstijden-ink);
  font-size: 1.15rem;
  line-height: 1.2;
}

.openingstijden-visit-modal__dialog p,
.openingstijden-route-modal__dialog p {
  margin: 12px auto 0;
  color: var(--openingstijden-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.openingstijden-visit-modal__choices {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.openingstijden-modal-choice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 17px;
  border: 1.5px solid #1f5cc9;
  border-radius: 999px;
  background: #fff;
  color: #1f5cc9;
  box-shadow: 0 8px 18px rgba(17, 43, 89, .06);
  font: inherit;
  font-size: .84rem;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.openingstijden-modal-choice:hover,
.openingstijden-modal-choice:focus-visible {
  transform: translateY(-1px);
  background: #f8fbff;
  box-shadow: 0 10px 22px rgba(17, 43, 89, .1);
}

.openingstijden-modal-choice > i {
  font-size: 1rem;
  text-align: center;
}

.openingstijden-modal-choice > span:last-child {
  font-size: 1.1rem;
  line-height: 1;
}

.openingstijden-route-modal__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.openingstijden-route-modal__button {
  min-width: 112px;
  min-height: 58px;
  padding: 8px 14px;
  border: 1.5px solid #1f5cc9;
  border-radius: 999px;
  background: #fff;
  color: #1f5cc9;
  box-shadow: 0 8px 18px rgba(17, 43, 89, .06);
  font: inherit;
  font-size: .84rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.openingstijden-route-modal__button--secondary {
  border-color: #1f5cc9;
  color: #1f5cc9;
}

.openingstijden-route-modal__button--primary {
  background: #1f5cc9;
  color: #fff;
}

.openingstijden-route-modal__button:hover,
.openingstijden-route-modal__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 43, 89, .1);
}

.openingstijden-route-modal__button--secondary:hover,
.openingstijden-route-modal__button--secondary:focus-visible {
  background: #f8fbff;
}

.openingstijden-route-modal-open {
  overflow: hidden;
}

.openingstijden-visit-modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .openingstijden-bottom-grid {
    grid-template-columns: 1fr;
  }

  .openingstijden-events-panel {
    min-height: 0;
  }

  .openingstijden-events-button {
    margin-top: 20px;
  }

}

@media (max-width: 620px) {
  .openingstijden-page-shell {
    padding: 12px;
  }

  .openingstijden-day-grid {
    grid-template-columns: 1fr;
  }

  .openingstijden-status-list > div {
    grid-template-columns: minmax(0, 1fr) 130px;
  }

  .openingstijden-events-list {
    grid-template-columns: 1fr;
  }


  .openingstijden-route-modal__actions {
    flex-direction: column-reverse;
  }

  .openingstijden-route-modal__button {
    width: 100%;
  }

  .openingstijden-panel__header p {
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .openingstijden-events-button {
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
  }

  .openingstijden-events-button:hover {
    transform: translateY(-1px);
  }
}
