.giftovo-legal,
.giftovo-legal *,
.giftovo-legal-footer,
.giftovo-legal-footer * {
  box-sizing: border-box;
}

body.giftovo-legal-page {
  --giftovo-night: #03070c;
  --giftovo-night-soft: #061d2b;
  --giftovo-gold: #c88a38;
  --giftovo-gold-light: #efc87d;
  --giftovo-ivory: #fff8eb;
  --giftovo-muted: #b7d4e4;
  margin: 0 !important;
  overflow-x: hidden;
  color: var(--giftovo-ivory);
  background: var(--giftovo-night) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

body.giftovo-legal-page :is(.entry-title, .wp-block-post-title) {
  display: none !important;
}

body.giftovo-legal-page :is(.site-header, header.site-header, header.wp-block-template-part, .wp-site-blocks > header),
body.giftovo-legal-page .wp-site-blocks > .wp-block-template-part:first-child,
body.giftovo-legal-page .hostinger-ai-menu {
  display: none !important;
}

body.giftovo-legal-page :is(.site, .site-content, .content-area, .site-main, article.page, .entry-content, .wp-block-post-content, .wp-site-blocks, .wp-site-blocks > main, .wp-site-blocks > main > .wp-block-group) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.giftovo-legal-page header,
body.giftovo-legal-page :is(.site-header, header.site-header, header.wp-block-template-part, .wp-site-blocks > header) {
  color: var(--giftovo-ivory) !important;
  background: var(--giftovo-night) !important;
  background-color: var(--giftovo-night) !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.giftovo-legal-page header *,
body.giftovo-legal-page :is(.site-header, header.site-header, header.wp-block-template-part, .wp-site-blocks > header) * {
  background-color: transparent !important;
  background-image: none !important;
}

body.giftovo-legal-page :is(.site-header, header.site-header, header.wp-block-template-part, .wp-site-blocks > header) a {
  color: var(--giftovo-ivory) !important;
}

body.giftovo-legal-page :is(.site-title, .wp-block-site-title) a {
  color: var(--giftovo-gold-light) !important;
}

body.giftovo-legal-page :is(.site-footer, footer.site-footer, .wp-site-blocks > footer) {
  color: var(--giftovo-muted) !important;
  background: #020b12 !important;
  border-top: 1px solid rgba(200, 138, 56, 0.32) !important;
}

body.giftovo-legal-page :is(.site-footer, footer.site-footer, .wp-site-blocks > footer) a {
  color: var(--giftovo-gold-light) !important;
}

.giftovo-legal {
  width: min(calc(100% - 40px), 1040px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 0 72px;
  color: var(--giftovo-ivory, #fff8eb);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.giftovo-legal__brand {
  margin: 0 0 14px;
  color: var(--giftovo-gold-light, #efc87d);
  font: 400 32px/1 Palatino, "Palatino Linotype", Georgia, serif;
  letter-spacing: 0.025em;
}

.giftovo-legal .giftovo-legal__brand a {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.giftovo-legal__brand-mark {
  display: inline-block;
  color: var(--giftovo-gold, #c88a38);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.giftovo-legal .giftovo-legal__brand a:hover {
  color: var(--giftovo-ivory, #fff8eb);
}

.giftovo-legal h1 {
  margin: 0;
  max-width: 880px;
  color: var(--giftovo-ivory, #fff8eb);
  font-family: Palatino, "Palatino Linotype", Georgia, serif;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.giftovo-legal__date {
  margin: 13px 0 38px;
  color: var(--giftovo-muted, #b7d4e4);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.giftovo-legal section {
  margin: 0 0 18px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(200, 138, 56, 0.5);
  border-radius: 20px;
  background:
    radial-gradient(circle at 96% 0%, rgba(239, 200, 125, 0.07), transparent 27%),
    linear-gradient(145deg, #08283a 0%, #051824 56%, #030d16 100%);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 248, 235, 0.035);
}

.giftovo-legal h2 {
  margin: 0 0 11px;
  color: var(--giftovo-gold-light, #efc87d);
  font-family: Palatino, "Palatino Linotype", Georgia, serif;
  font-size: clamp(23px, 3vw, 29px);
  font-weight: 400;
  line-height: 1.2;
}

.giftovo-legal section p {
  margin: 0;
  color: #dce6eb;
}

.giftovo-legal a {
  color: var(--giftovo-gold-light, #efc87d);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.giftovo-legal a:hover {
  color: var(--giftovo-ivory, #fff8eb);
}

.giftovo-legal a:focus-visible {
  outline: 3px solid var(--giftovo-gold-light, #efc87d);
  outline-offset: 4px;
  border-radius: 2px;
}

.giftovo-legal__alert {
  padding: 18px;
  border: 1px solid var(--giftovo-gold, #c88a38);
  border-radius: 14px;
  background: rgba(200, 138, 56, 0.13);
  color: var(--giftovo-ivory, #fff8eb);
}

.giftovo-legal-footer {
  width: 100%;
  padding: 20px 18px;
  border-top: 1px solid rgba(200, 138, 56, 0.42);
  background: #020b12;
  color: #c8d9e2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.giftovo-legal-footer p {
  margin: 0 0 9px;
}

.giftovo-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.giftovo-legal-footer a {
  color: #efc87d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 560px) {
  .giftovo-legal {
    width: min(calc(100% - 24px), 1040px);
    padding: 34px 0 54px;
  }

  .giftovo-legal section {
    padding: 19px;
    border-radius: 14px;
  }

  .giftovo-legal__brand {
    font-size: 27px;
  }
}
