/* v20.1.4 Legal / Privacy / Cookie module */

.msp-legal-page {
  min-height: 70vh;
}

.msp-legal-hero {
  padding: clamp(120px, 16vw, 220px) 0 clamp(34px, 5vw, 70px);
}

.msp-legal-hero h1 {
  margin: 0;
  color: var(--msp-text, #f7f1e8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: normal;
}

.msp-legal-content-section {
  padding: 0 0 clamp(70px, 9vw, 130px);
}

.msp-legal-content {
  max-width: 860px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.72;
}

.msp-legal-content h1 {
  display: none;
}

.msp-legal-content h2,
.msp-legal-content h3 {
  margin: 2.1em 0 .7em;
  color: var(--msp-text, #f7f1e8);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: normal;
}

.msp-legal-content h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.12;
}

.msp-legal-content h3 {
  font-size: clamp(21px, 1.8vw, 26px);
  line-height: 1.22;
}

.msp-legal-content p,
.msp-legal-content ul,
.msp-legal-content ol {
  margin: 0 0 1.1em;
}

.msp-legal-content li {
  margin: .35em 0;
}

.msp-legal-content a {
  color: var(--msp-gold, #c9a45c);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.msp-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: block;
}

.msp-cookie-banner[hidden],
.msp-cookie-settings-btn[hidden] {
  display: none !important;
}

.msp-cookie-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(14,10,8,.96);
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
  backdrop-filter: blur(10px);
}

.msp-cookie-banner__text {
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
}

.msp-cookie-banner__text p {
  margin: 0 0 6px;
}

.msp-cookie-banner__links {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.msp-cookie-banner__text a {
  color: var(--msp-gold, #c9a45c);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.msp-cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.msp-cookie-btn,
.msp-cookie-settings-btn {
  appearance: none;
  border: 1px solid rgba(201,164,92,.55);
  border-radius: 999px;
  background: transparent;
  color: var(--msp-gold, #c9a45c);
  padding: 9px 15px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.msp-cookie-btn:hover,
.msp-cookie-btn:focus-visible,
.msp-cookie-settings-btn:hover,
.msp-cookie-settings-btn:focus-visible {
  background: rgba(201,164,92,.14);
  color: #fff;
  border-color: rgba(201,164,92,.85);
}

.msp-cookie-btn--primary {
  background: var(--msp-gold, #c9a45c);
  color: #100b08;
  border-color: var(--msp-gold, #c9a45c);
}

.msp-cookie-btn--primary:hover,
.msp-cookie-btn--primary:focus-visible {
  background: #fff;
  color: #100b08;
  border-color: #fff;
}

.msp-cookie-settings-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99998;
  background: rgba(14,10,8,.82);
}

@media (max-width: 720px) {
  .msp-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .msp-cookie-banner__inner {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .msp-cookie-banner__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .msp-cookie-settings-btn {
    right: 12px;
    bottom: 12px;
  }
}




/* v20.1.8 Cookie settings button left only */
.msp-cookie-banner {
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  width: auto !important;
}

.msp-cookie-banner__inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.msp-cookie-settings-btn {
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
}

@media (max-width: 720px) {
  .msp-cookie-banner {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    bottom: 12px !important;
  }

  .msp-cookie-settings-btn {
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
  }
}
