.ff-legal-content a,
.ff-flappy-privacy a,
.ff-booking-legal a {
  color: #a31952;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .15em;
}

.ff-map-placeholder button {
  min-height: 44px;
  padding: .6rem .85rem;
  border: 2px solid #071c3a;
  border-radius: .55rem;
  background: #fff;
  color: #071c3a;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ff-map-placeholder button {
  background: #071c3a;
  color: #fff;
}

.ff-map-placeholder button:hover {
  border-color: #a31952;
  background: #f7d9e5;
  color: #071c3a;
}

.ff-map-placeholder button:focus-visible {
  outline: 3px solid #c3e342;
  outline-offset: 2px;
}

.service-area-map__viewport > .ff-map-placeholder,
.ff-map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  background: #f7d9e5;
  color: #071c3a;
  text-align: center;
}

.service-area-map__viewport > .ff-map-auto,
.ff-map-auto {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  background: #fffaf4;
  color: #071c3a;
  text-align: center;
}

.ff-map-auto .ff-map-status {
  display: grid;
  justify-items: center;
  gap: .45rem;
  max-width: 38rem;
}

.ff-map-auto .ff-map-status p {
  margin: 0;
  line-height: 1.45;
}

.ff-map-auto [data-ff-map-retry] {
  min-height: 44px;
  margin-top: .35rem;
  padding: .6rem .85rem;
  border: 2px solid #071c3a;
  border-radius: .55rem;
  background: #071c3a;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ff-map-auto [data-ff-map-retry]:hover {
  border-color: #a31952;
  background: #f7d9e5;
  color: #071c3a;
}

.ff-map-auto [data-ff-map-retry]:focus-visible {
  outline: 3px solid #c3e342;
  outline-offset: 2px;
}

.ff-map-placeholder > div {
  display: grid;
  justify-items: center;
  max-width: 38rem;
}

.ff-map-placeholder strong {
  font-size: clamp(1rem, 3vw, 1.35rem);
}

.ff-map-placeholder p {
  margin: .45rem 0;
  line-height: 1.45;
}

.ff-map-placeholder a {
  color: #071c3a;
  font-weight: 800;
  text-decoration: underline;
}

[data-ff-service-map-iframe="true"] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
}

.ff-legal-page {
  padding-bottom: 4rem;
  background: #fffaf2;
  color: #071c3a;
}

.ff-legal-page__header {
  padding: 3.5rem max(1.25rem, calc((100% - 72rem) / 2));
  background: #f7d9e5;
}

.ff-legal-page__header > div,
.ff-legal-page__layout {
  max-width: 72rem;
  margin: auto;
}

.ff-legal-page h1 {
  margin: .2rem 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.ff-legal-page__header p {
  max-width: 48rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.ff-legal-page__layout {
  display: grid;
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 46rem);
  gap: 3rem;
  padding: 2.5rem 1.25rem;
}

.ff-legal-toc {
  position: sticky;
  top: 1rem;
  align-self: start;
  font-size: .93rem;
}

.ff-legal-toc ol {
  padding-left: 1.1rem;
  line-height: 1.4;
}

.ff-legal-toc li {
  margin: .35rem 0;
}

.ff-legal-toc .level-3 {
  margin-left: .6rem;
}

.ff-legal-toc a {
  color: #071c3a;
  text-decoration: none;
}

.ff-legal-toc a:hover,
.ff-legal-toc a:focus {
  color: #a31952;
  text-decoration: underline;
}

.ff-legal-content {
  min-width: 0;
  font-size: 1.04rem;
  line-height: 1.7;
}

.ff-legal-content h2 {
  margin: 2.4rem 0 .8rem;
  font-size: 1.55rem;
  scroll-margin-top: 6rem;
}

.ff-legal-content h3 {
  margin: 1.8rem 0 .6rem;
  font-size: 1.2rem;
  scroll-margin-top: 6rem;
}

.ff-legal-content p,
.ff-legal-content li {
  max-width: 46rem;
  overflow-wrap: anywhere;
}

.ff-legal-content ul,
.ff-legal-content ol {
  padding-left: 1.35rem;
}

.ff-flappy-privacy {
  margin: .65rem .1rem 0;
  padding: .65rem .75rem 0;
  border-top: 1px solid #d6dce4;
  color: #536274;
  font-size: .75rem;
  line-height: 1.4;
}

.ff-booking-legal {
  line-height: 1.55;
}

.ff-booking-marketing-consent {
  margin-top: .75rem;
}

.ff-legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  align-items: center;
}

.ff-legal-footer-links a {
  color: inherit;
}

@media (max-width: 760px) {
  .ff-legal-page__layout {
    display: block;
    padding-top: 1.5rem;
  }

  .ff-legal-toc {
    position: static;
    margin-bottom: 1.75rem;
    padding: .8rem;
    border: 1px solid #d6dce4;
    border-radius: .6rem;
  }

  .ff-legal-toc ol {
    max-height: 11rem;
    overflow: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-map-placeholder {
    scroll-behavior: auto;
  }
}
