.legal-banner-sub {
  margin: 14px 0 0;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 252, 248, 0.96);
  text-shadow: 0 2px 12px rgba(66, 33, 11, 0.35);
}

.legal-page {
  padding: 48px 0 72px;
}

.legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px;
  color: var(--color-muted);
}

.legal-breadcrumb a {
  color: var(--deco-brown);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 40px 32px;
}

.legal-updated {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: var(--deco-gold);
  margin: 0 0 28px !important;
  text-align: center;
}

.legal-section {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(196, 165, 116, 0.22);
}

.legal-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.legal-section h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  font-style: italic;
  color: var(--deco-brown) !important;
  margin: 0 0 14px !important;
}

.legal-section p {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--color-text) !important;
  margin: 0 0 12px !important;
}

.legal-section ul {
  margin: 0 0 8px 1.2em;
  padding: 0;
}

.legal-section li {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 8px;
}

.legal-links {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(196, 165, 116, 0.25);
  text-align: center;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
}

.legal-links a {
  color: var(--deco-brown);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-links span {
  margin: 0 8px;
  color: var(--deco-gold);
}

@media (max-width: 767px) {
  .legal-content {
    padding: 24px 20px 20px;
  }

  .legal-section h2 {
    font-size: 20px !important;
  }
}
