:root {
  --legal-green: #398b24;
  --legal-green-dark: #1f7419;
  --legal-ink: #060908;
  --legal-text: #111716;
  --legal-muted: #56635e;
  --legal-line: rgba(6, 12, 10, .12);
  --legal-soft: #f5f7f3;
  --legal-card: #fff;
  --legal-shadow: 0 16px 42px rgba(7, 15, 13, .1);
  --legal-font: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.legal-centre-v1,
.legal-centre-v1 * {
  box-sizing: border-box;
}

.legal-centre-v1 {
  overflow: clip;
  color: var(--legal-text);
  background: linear-gradient(180deg, #fff 0%, #f9fbf7 72%, #fff 100%);
  font-family: var(--legal-font);
  scroll-behavior: smooth;
}

.page-template-page-legal-centre .site-main {
  padding-top: 0;
}

.page-template-page-legal-centre .site-footer,
.page-template-page-legal-centre-php .site-footer {
  display: none;
}

.legal-shell {
  width: min(100% - 72px, 1450px);
  margin-inline: auto;
}

.legal-hero {
  position: relative;
  min-height: 412px;
  padding: 126px 0 82px;
  color: #fff;
  background: #020706;
}

.legal-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .86) 37%, rgba(0, 0, 0, .28) 68%, rgba(0, 0, 0, .08)), linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .55)), url("../images/resorts-hospitality/gallery-walkways.jpg");
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: center, center, right center;
}

.legal-hero__inner {
  position: relative;
  z-index: 1;
}

.legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.legal-breadcrumb a,
.legal-breadcrumb strong {
  color: inherit;
  text-decoration: none;
}

.legal-breadcrumb span {
  color: #71ca43;
}

.legal-eyebrow {
  margin: 0 0 10px;
  color: #58bd30;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 4.7vw, 4.7rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.legal-hero__copy > p:not(.legal-eyebrow) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 600;
}

.legal-hero__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 34px;
}

.legal-hero__icons span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.legal-hero__icons i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #62bd38;
  border-radius: 50%;
  color: #62bd38;
  font-style: normal;
  font-size: 0;
}

.legal-dummy-icon {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  font-size: 0 !important;
  line-height: 0;
}

.legal-dummy-icon:before,
.legal-dummy-icon:after {
  content: "";
  display: block;
}

.legal-dummy-icon:before {
  width: 46%;
  height: 46%;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.legal-dummy-icon--check:before {
  width: 42%;
  height: 24%;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}

.legal-dummy-icon--privacy:before,
.legal-dummy-icon--warranty:before,
.legal-dummy-icon--compliance:before {
  width: 48%;
  height: 56%;
  border-radius: 6px 6px 10px 10px;
}

.legal-dummy-icon--terms:before,
.legal-dummy-icon--file:before,
.legal-dummy-icon--mail:before {
  width: 48%;
  height: 56%;
  border-radius: 3px;
}

.legal-dummy-icon--shipping:before,
.legal-dummy-icon--truck:before,
.legal-dummy-icon--returns:before {
  width: 58%;
  height: 34%;
  border-radius: 4px;
}

.legal-dummy-icon--cookies:before,
.legal-dummy-icon--cookie:before,
.legal-dummy-icon--globe:before,
.legal-dummy-icon--chat:before,
.legal-dummy-icon--call:before {
  width: 54%;
  height: 54%;
  border-radius: 50%;
}

.legal-dummy-icon--download:before {
  width: 34%;
  height: 42%;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  transform: rotate(45deg) translateY(-1px);
}

.legal-dummy-icon--chevron:before {
  width: 38%;
  height: 38%;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  transform: rotate(45deg) translateY(-2px);
}

.legal-tabs {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 88px;
  gap: 0;
  align-items: stretch;
  margin-top: -44px;
  overflow-x: auto;
  border: 1px solid rgba(6, 14, 12, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(5, 10, 9, .13);
  scrollbar-width: thin;
}

.legal-tab {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px max-content;
  min-width: max(160px, 12.5%);
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  color: var(--legal-ink);
  background: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.legal-tab:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.legal-tab.is-active {
  color: var(--legal-green-dark);
}

.legal-tab.is-active:after {
  background: var(--legal-green);
}

.legal-tab i,
.legal-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #1f2a26;
  font-style: normal;
  font-size: 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 282px;
  gap: 34px;
  align-items: start;
  padding: 32px 0 34px;
}

.legal-card,
.legal-document__header,
.legal-section-card,
.legal-cookie-panel,
.legal-bottom-cta {
  border: 1px solid var(--legal-line);
  border-radius: 8px;
  background: var(--legal-card);
  box-shadow: 0 8px 28px rgba(7, 16, 15, .05);
}

.legal-left,
.legal-right {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.legal-policy-nav {
  padding: 16px 10px 10px;
}

.legal-policy-nav h2,
.legal-help-card h2,
.legal-meta-card h2,
.legal-toc-toggle {
  margin: 0;
  color: var(--legal-ink);
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 900;
}

.legal-policy-nav h2 {
  padding: 0 8px 12px;
  color: var(--legal-green-dark);
}

.legal-sidebar-button {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 47px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(6, 12, 10, .08);
  border-radius: 6px;
  color: var(--legal-ink);
  background: transparent;
  font: inherit;
  font-size: .79rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.legal-sidebar-button.is-active {
  color: var(--legal-green-dark);
  background: #eaf2e4;
}

.legal-download-all,
.legal-current-download {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 62px;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid var(--legal-line);
  border-radius: 7px;
  color: var(--legal-ink);
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.legal-download-all strong,
.legal-current-download strong {
  display: block;
  font-size: .72rem;
  font-weight: 900;
}

.legal-download-all small,
.legal-current-download small {
  display: block;
  color: #4a5752;
  font-size: .64rem;
  font-weight: 700;
}

.legal-download-all i,
.legal-current-download i,
.legal-download-all b,
.legal-current-download b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--legal-green-dark);
  font-style: normal;
  font-size: 0;
}

.legal-document {
  min-width: 0;
}

.legal-document__header {
  margin-bottom: 18px;
  padding: 24px 28px;
}

.legal-document__header h2 {
  margin: 0;
  color: var(--legal-ink);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.08;
  font-weight: 900;
}

.legal-document__header p:last-child {
  max-width: 860px;
  margin: 12px 0 0;
  color: #27332f;
  font-size: .98rem;
  line-height: 1.72;
}

.legal-content {
  display: grid;
  gap: 22px;
}

.legal-content-section {
  scroll-margin-top: 130px;
}

.legal-content-section > h3 {
  margin: 0 0 16px;
  color: var(--legal-ink);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.2;
  font-weight: 900;
}

.legal-section-card {
  padding: 22px;
}

.legal-section-card p {
  margin: 0;
  color: #27332f;
  line-height: 1.72;
  font-size: .92rem;
}

.legal-list-grid,
.legal-process-grid,
.legal-pill-grid {
  display: grid;
  gap: 14px;
}

.legal-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.legal-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.legal-pill-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legal-item-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 150px;
  padding: 18px 15px;
  border: 1px solid var(--legal-line);
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.legal-process-grid .legal-item-card {
  position: relative;
  border-color: transparent;
  box-shadow: none;
}

.legal-process-grid .legal-item-card:not(:last-child):after {
  content: "-->";
  position: absolute;
  right: -18px;
  top: 44px;
  color: var(--legal-green-dark);
  font-weight: 900;
}

.legal-item-card i {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: var(--legal-green-dark);
  background: #eaf2e4;
  font-size: 0;
  font-style: normal;
}

.legal-item-card i:before {
  width: 36%;
  height: 36%;
}

.legal-item-card strong {
  color: var(--legal-ink);
  font-size: .82rem;
  line-height: 1.3;
}

.legal-item-card span {
  color: #1d2824;
  font-size: .76rem;
  line-height: 1.55;
  font-weight: 650;
}

.legal-cookie-panel {
  display: grid;
  grid-template-columns: auto 1fr 1.8fr;
  gap: 22px;
  align-items: center;
  padding: 28px 34px;
  background: #f6f7f5;
}

.legal-cookie-graphic {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 50%;
  color: #4d2b0b;
  background: #d99a41;
  font-size: 0;
  font-weight: 900;
}

.legal-cookie-graphic:before,
.legal-cookie-graphic:after {
  content: "";
  display: block;
}

.legal-cookie-graphic:before {
  width: 52px;
  height: 52px;
  border: 4px solid #5d3510;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 32%, #5d3510 0 3px, transparent 4px),
    radial-gradient(circle at 62% 42%, #5d3510 0 3px, transparent 4px),
    radial-gradient(circle at 45% 68%, #5d3510 0 3px, transparent 4px);
}

.legal-cookie-panel h3 {
  margin: 0 0 8px;
  color: var(--legal-ink);
  font-size: 1.18rem;
}

.legal-cookie-panel p {
  margin: 0;
  color: #25302c;
  line-height: 1.58;
}

.legal-cookie-toggles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.legal-toggle {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--legal-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.legal-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--legal-green);
}

.legal-toggle strong,
.legal-toggle small {
  display: block;
}

.legal-toggle strong {
  color: var(--legal-ink);
  font-size: .75rem;
}

.legal-toggle small {
  margin-top: 4px;
  color: #4c5753;
  font-size: .62rem;
  font-weight: 700;
}

.legal-help-card,
.legal-toc-card,
.legal-meta-card {
  padding: 22px;
}

.legal-help-card p {
  margin: 8px 0 18px;
  color: #26312d;
  font-size: .82rem;
  line-height: 1.55;
}

.legal-help-card a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  color: var(--legal-ink);
  text-decoration: none;
}

.legal-help-card a i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--legal-green-dark);
  font-style: normal;
  font-size: 0;
}

.legal-help-card strong {
  display: block;
  font-size: .75rem;
  font-weight: 900;
}

.legal-help-card small {
  display: block;
  margin-top: 3px;
  color: #293431;
  font-size: .72rem;
  font-weight: 700;
}

.legal-toc-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.legal-toc-card ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.legal-toc-card ol[hidden] {
  display: none;
}

.legal-toc-card a {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 10px;
  align-items: start;
  color: #1d2824;
  font-size: .73rem;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}

.legal-toc-card a:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 4px;
  border-radius: 50%;
  background: #8fc577;
}

.legal-toc-card a.is-active {
  color: var(--legal-green-dark);
}

.legal-toc-card a.is-active:before {
  background: var(--legal-green-dark);
}

.legal-meta-card p {
  margin: 14px 0 18px;
  color: #27332f;
  font-size: .82rem;
  font-weight: 800;
}

.legal-meta-card span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(44, 123, 30, .28);
  border-radius: 999px;
  color: var(--legal-green-dark);
  background: #eef6e9;
  font-size: .68rem;
  font-weight: 900;
}

.legal-bottom-cta {
  display: grid;
  grid-template-columns: 110px 1fr .8fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  padding: 28px 36px;
  background: linear-gradient(135deg, #f5f8f2, #fff);
}

.legal-bottom-cta > i {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 4px solid var(--legal-green-dark);
  border-radius: 50%;
  color: var(--legal-green-dark);
  font-style: normal;
  font-size: 0;
}

.legal-bottom-cta > i:before {
  width: 34%;
  height: 20%;
}

.legal-bottom-cta h2,
.legal-bottom-cta h3 {
  margin: 0 0 8px;
  color: var(--legal-ink);
  font-size: 1.12rem;
}

.legal-bottom-cta p {
  margin: 0;
  color: #27332f;
  font-size: .86rem;
  line-height: 1.58;
}

.legal-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid rgba(31, 111, 22, .82);
  border-radius: 6px;
  color: var(--legal-green-dark);
  background: #fff;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.legal-button--green {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #64b83a, #2d861e);
}

.legal-button--dark {
  color: #fff;
  border-color: #07100e;
  background: #07100e;
}

.legal-mobile-bar,
.legal-drawer-head {
  display: none;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 8, .68);
  backdrop-filter: blur(8px);
}

.legal-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(90vh, 760px);
  overflow: auto;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.legal-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--legal-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.legal-modal h2 {
  margin: 0 0 10px;
  color: var(--legal-ink);
  font-size: 1.8rem;
}

.legal-modal p {
  color: #27332f;
  line-height: 1.6;
}

.legal-modal form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.legal-modal label,
.legal-modal textarea,
.legal-modal p[role="alert"],
.legal-modal button[type="submit"] {
  grid-column: 1 / -1;
}

.legal-modal label {
  display: grid;
  gap: 7px;
  color: var(--legal-ink);
  font-size: .75rem;
  font-weight: 900;
}

.legal-modal input,
.legal-modal textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--legal-line);
  border-radius: 7px;
  color: var(--legal-ink);
  background: #fff;
  font: inherit;
}

.legal-modal textarea {
  min-height: 104px;
  padding-block: 12px;
}

.legal-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  max-width: 440px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background: #123d13;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.legal-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-footer {
  padding: 34px 0 26px;
  color: rgba(255, 255, 255, .84);
  background: #030908;
}

.legal-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 38px;
}

.legal-footer h3,
.legal-footer strong {
  margin: 0 0 14px;
  color: #fff;
}

.legal-footer a,
.legal-footer p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  line-height: 1.55;
  text-decoration: none;
}

.legal-footer h3 {
  color: #62bd38;
  font-size: .84rem;
  text-transform: uppercase;
}

.legal-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

[data-legal-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-legal-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-centre-v1 :where(a, button, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(79, 167, 47, .32);
  outline-offset: 3px;
}

body.legal-lock-scroll {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .legal-shell {
    width: min(100% - 40px, 1450px);
  }

  .legal-layout {
    grid-template-columns: 232px minmax(0, 1fr);
  }

  .legal-right {
    grid-column: 2;
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-help-card {
    grid-column: span 1;
  }

  .legal-list-grid,
  .legal-cookie-toggles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-process-grid,
  .legal-pill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-cookie-panel,
  .legal-bottom-cta {
    grid-template-columns: 1fr;
  }

  .legal-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .legal-shell {
    width: min(100% - 24px, 1450px);
  }

  .legal-hero {
    padding-top: 112px;
    min-height: 430px;
  }

  .legal-hero__icons {
    gap: 16px;
  }

  .legal-tabs {
    margin-top: -34px;
    min-height: 76px;
  }

  .legal-tab {
    min-width: 188px;
    justify-content: start;
  }

  .legal-mobile-bar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 20;
    gap: 10px;
    padding: 14px 0 0;
    background: #fff;
  }

  .legal-mobile-bar .legal-button {
    flex: 1;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .legal-left {
    position: fixed;
    z-index: 9998;
    inset: 0 auto 0 0;
    width: min(88vw, 330px);
    padding: 18px;
    background: #fff;
    box-shadow: 26px 0 58px rgba(0, 0, 0, .22);
    transform: translateX(-110%);
    transition: transform 240ms ease;
  }

  .legal-left.is-open {
    transform: translateX(0);
  }

  .legal-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .legal-drawer-head button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--legal-line);
    border-radius: 50%;
    background: #fff;
  }

  .legal-right {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .legal-list-grid,
  .legal-process-grid,
  .legal-pill-grid,
  .legal-cookie-toggles,
  .legal-modal form {
    grid-template-columns: 1fr;
  }

  .legal-footer__grid,
  .legal-footer__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .legal-process-grid .legal-item-card:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 620px) {
  .legal-hero h1 {
    font-size: 2.8rem;
  }

  .legal-hero__icons {
    display: grid;
  }

  .legal-document__header,
  .legal-section-card,
  .legal-cookie-panel,
  .legal-help-card,
  .legal-toc-card,
  .legal-meta-card,
  .legal-bottom-cta {
    padding: 20px 16px;
  }

  .legal-mobile-bar {
    flex-direction: column;
  }

  .legal-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .legal-modal {
    padding: 12px;
  }

  .legal-modal__panel {
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-legal-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
