/*
  GDPR Rights — same shell as medical disclaimer (disclaimer-main / disclaimer-card).
*/

.gdpr-page .site-header.site-header--light .site-header__brand img {
  height: var(--site-header-logo-h, 81.12px);
  width: auto;
  display: block;
}

/* Shell + rail: reused from disclaimer-ds2.css / rwl-legal-pages-layout.css */

.gdpr-page .disclaimer-card__sections.gdpr-card__sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Flatten stream rhythm like privacy card */
.gdpr-page .disclaimer-card > .gdpr-card__sections > * + h2 {
  margin-top: 2.15rem;
  padding-top: 0.35rem;
}

.gdpr-page .disclaimer-card h2,
body.renewal-landing.gdpr-page .disclaimer-card h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-sans) !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--renewal-text, #1a1a1a);
  text-transform: none;
}

.gdpr-page .disclaimer-card > .gdpr-card__sections > p {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
}

.gdpr-page .disclaimer-card > .gdpr-card__sections > h2 + p {
  margin-top: 0;
}

/* Callout = bordered block (disclaimer style) */
.gdpr-page .gdpr-callout {
  border-radius: 0.75rem;
  border: 1px solid var(--ds2-border-color, #e2e8f0);
  border-left: 4px solid var(--renewal-blue-mid, #2b64f5);
  background: #f8fafc;
  padding: 1.35rem 1.5rem;
  margin: 0 0 0.5rem;
}

.gdpr-page .gdpr-callout__badge {
  margin: 0 0 0.4rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--renewal-blue-mid, #2b64f5);
}

.gdpr-page .gdpr-callout__title {
  margin: 0 0 0.4rem;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--renewal-text, #1a1a1a);
}

.gdpr-page .gdpr-callout__subtitle {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
}

/* DPO info box */
.gdpr-page .gdpr-box {
  margin: 0.25rem 0 0;
  border-radius: 0.75rem;
  background: #f3f4f6;
  padding: 1.25rem 1.35rem;
}

.gdpr-page .gdpr-box > p {
  margin: 0 0 0.5rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
}

.gdpr-page .gdpr-box > p:last-child {
  margin-bottom: 0;
}

.gdpr-page .gdpr-box > p:first-child {
  font-weight: 500;
  color: var(--renewal-text, #1a1a1a);
}

.gdpr-page .gdpr-box > p:first-child a {
  color: var(--renewal-blue, #0073ff);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gdpr-page .gdpr-box .gdpr-box__meta {
  font-weight: 500;
  color: #1e3a5f;
}

.gdpr-page .gdpr-box .gdpr-box__small {
  font-size: 0.925rem;
  color: #64748b;
}

/* Rights list — match privacy list */
.gdpr-page .privacy-list {
  list-style: none;
  margin: 0.15rem 0 0.15rem;
  padding: 0;
}

.gdpr-page .privacy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.gdpr-page .privacy-list li:last-child {
  margin-bottom: 0;
}

.gdpr-page .privacy-list__dot {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 9999px;
  background: var(--renewal-blue-mid, #2b64f5);
}

.gdpr-page .privacy-list__text {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
}

.gdpr-page .disclaimer-card > .gdpr-card__sections > p + .privacy-list {
  margin-top: 0.35rem;
}

/* CTA buttons inside card */
.gdpr-page .disclaimer-card > .gdpr-card__sections > p .btn {
  display: inline-flex;
  margin-top: 0.15rem;
}

/* Foot line */
.gdpr-page .disclaimer-card .disclaimer-foot {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: center;
}

.gdpr-page .disclaimer-card .disclaimer-foot p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

@media (max-width: 640px) {
  .gdpr-page .disclaimer-card > .gdpr-card__sections > * + h2 {
    margin-top: 1.75rem;
  }

  .gdpr-page .disclaimer-card h2 {
    font-size: 1.15rem;
  }

  .gdpr-page .gdpr-callout {
    padding: 1.1rem 1.15rem;
  }
}
