/*
 * Static legal, opening-hours and reservation-management templates reuse the
 * canonical WordPress footer markup without embedding WordPress' per-page
 * global-style block. Supply only the missing footer-scoped utilities so their
 * computed layout matches home.
 */
body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part {
  --wp--preset--color--dark-brown: #580207;
  --wp--preset--color--dark-gray: #333333;
  color: #000000;
  font-family: var(--wp--preset--font-family--titlinggothicfb-wide);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 1.5;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part figure {
  margin-right: 0;
  margin-left: 0;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
  .wp-block-column.is-vertically-aligned-center {
  align-self: center;
  width: 100%;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
  .wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
  width: 100%;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part #logo-nero img,
body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part #logo-nero svg {
  display: block;
  width: 220px !important;
  max-width: 100%;
  height: auto;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part .has-small-plus-font-size {
  font-size: var(--wp--preset--font-size--small-plus) !important;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part .has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
  .has-light-pink-background-color > .wp-block-group > * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
  .has-light-pink-background-color > .wp-block-group > :first-child {
  margin-block-start: 0;
}

body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
  .has-light-pink-background-color > .has-black-background-color {
  margin-block-start: var(--wp--style--block-gap);
}

@media (min-width: 992px) {
  body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
    .block-visibility-hide-large-screen {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
    .block-visibility-hide-medium-screen {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part
    .block-visibility-hide-small-screen {
    display: none !important;
  }

  body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part #logo-nero img,
  body:is(.privacy-page, .opening-hours-page, .page-id-25) footer.wp-block-template-part #logo-nero svg {
    width: clamp(132px, 40vw, 160px) !important;
  }
}
