/* Pagină GDPR — Smart Residence */

body[class*="information-gdpr"],
body[class*="information-gdpr-success"],
body[class*="account-gdpr"] {
  --sr-gdpr-side: clamp(16px, 3vw, 40px);
  --sr-gdpr-read: min(var(--global-content-width, 1710px), calc(100vw - 2 * var(--sr-gdpr-side)));
  background: #fff;
}

body[class*="information-gdpr"] main,
body[class*="information-gdpr-success"] main,
body[class*="account-gdpr"] main {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: #fff;
}

body[class*="information-gdpr"] .breadcrumb-container,
body[class*="information-gdpr-success"] .breadcrumb-container,
body[class*="account-gdpr"] .breadcrumb-container {
  width: 100% !important;
  max-width: var(--sr-gdpr-read) !important;
  margin: 0 auto !important;
  margin-bottom: 0 !important;
  padding: 10px var(--sr-gdpr-side) 0 !important;
  background: #fff;
  box-sizing: border-box;
  float: none !important;
}

body[class*="information-gdpr"] .breadcrumb-container .breadcrumb,
body[class*="information-gdpr-success"] .breadcrumb-container .breadcrumb,
body[class*="account-gdpr"] .breadcrumb-container .breadcrumb {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  background: transparent;
  float: none !important;
  justify-content: flex-start !important;
}

#account-gdpr.sr-gdpr-page.container,
#account-gdpr-success.sr-gdpr-page.container {
  width: 100% !important;
  max-width: var(--sr-gdpr-read) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--sr-gdpr-side) !important;
  padding-right: var(--sr-gdpr-side) !important;
  padding-top: 0 !important;
  padding-bottom: clamp(32px, 5vw, 56px) !important;
  box-sizing: border-box !important;
  background: #fff;
}

#account-gdpr.sr-gdpr-page,
#account-gdpr-success.sr-gdpr-page {
  box-sizing: border-box;
}

#account-gdpr.sr-gdpr-page .sr-gdpr-page__row,
#account-gdpr-success.sr-gdpr-page .sr-gdpr-page__row {
  --bs-gutter-x: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#account-gdpr.sr-gdpr-page #column-left,
#account-gdpr.sr-gdpr-page #column-right,
#account-gdpr-success.sr-gdpr-page #column-left,
#account-gdpr-success.sr-gdpr-page #column-right {
  display: none !important;
}

#account-gdpr.sr-gdpr-page #content,
#account-gdpr-success.sr-gdpr-page #content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  float: none !important;
  background: transparent !important;
}

/* Pagina standalone information/gdpr — sr-info-page.css NU e încărcat pe ruta
   information/gdpr, așa că #content păstrează chenarul vechi Avanam (border 1px +
   colțuri 5px). Îl scoatem ca textul să fie „liber", fără chenar vizibil. */
#information-information.sr-gdpr-page #content {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Mai mult spațiu deasupra breadcrumb-ului pe pagina standalone GDPR.
   custom.js mută breadcrumb-ul în `.breadcrumb-container`, iar breadcrumb-ul
   primește `padding: 0 !important` (regula de mai sus), deci spațiul de sus
   vine DOAR din padding-top-ul containerului. `body.information-gdpr` țintește
   exclusiv pagina standalone (NU `information-gdpr-success`, NU `account-gdpr`). */
body.information-gdpr .breadcrumb-container {
  padding-top: 30px !important;
}

/* Ecrane desktop late — pagina GDPR standalone umple mai mult din lățime (prea mult
   gol pe laturi altfel). `sr-info-page--legal` plafonează containerul la 1420px
   (regulă `!important` din sr-info-page.css); îl lărgim la ~1760px cu un gutter fix
   pe laturi, la fel ca politica de cookies (pe care userul o consideră ok).
   `body.information-gdpr` + `!important` bat regula cu `!important` din sr-info-page.css.
   Breadcrumb-ul (mutat de custom.js în `.breadcrumb-container`) primește aceeași
   lățime ca să rămână aliniat cu titlul/conținutul. */
@media (min-width: 1200px) {
  body.information-gdpr #information-information.sr-info-page--legal {
    max-width: min(1760px, calc(100vw - 96px)) !important;
  }

  body.information-gdpr .breadcrumb-container {
    max-width: min(1760px, calc(100vw - 96px)) !important;
  }
}

/* Reset float pe secțiuni — regula globală `section{float:left;width:100%}` din
   avanam ar floata secțiunea (email); atunci `.sr-gdpr-form__actions` (flex = BFC nou)
   nu se suprapune floatului și colapsează la lățime 0, iar butoanele ies în afara paginii.
   `.sr-gdpr-page` prinde ambele containere: #account-gdpr (embed cont) ȘI
   #information-information (pagina standalone information/gdpr). */
.sr-gdpr-page .sr-gdpr-prose__section,
.sr-gdpr-page .sr-gdpr-form__section {
  float: none;
  width: auto;
  margin-bottom: 0;
}

.sr-gdpr-page__breadcrumb {
  margin-bottom: 16px;
}

.sr-gdpr-page__shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.06);
  overflow: visible;
}

.sr-gdpr-page__shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: var(--sr-band-gradient-h, linear-gradient(90deg, #4fffb0 0%, #28c7d0 52%, #3ee6c8 100%));
}

.sr-gdpr-page__hero {
  padding: 32px 36px 28px;
  background: #fff;
  border-bottom: 1px solid #eef0f3;
  border-radius: 20px 20px 0 0;
}

.sr-gdpr-page__kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 410;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
}

.sr-gdpr-page__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 410;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111827;
}

.sr-gdpr-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4b5563;
}

.sr-gdpr-page__prose {
  padding: 32px 36px 8px;
  color: #374151;
  font-size: 1rem;
  line-height: 1.7;
  background: #fff;
}

.sr-gdpr-prose__section {
  margin: 0 0 1.75rem;
}

.sr-gdpr-prose__section:last-child {
  margin-bottom: 0;
}

.sr-gdpr-prose__heading {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 410;
  line-height: 1.3;
  color: #111827;
}

.sr-gdpr-prose__section p {
  margin: 0 0 0.85em;
}

.sr-gdpr-prose__section p:last-child {
  margin-bottom: 0;
}

.sr-gdpr-prose__section a {
  color: #111827;
  font-weight: 410;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sr-gdpr-prose__list {
  margin: 0.5em 0 0;
  padding-left: 1.35em;
}

.sr-gdpr-prose__list li {
  margin-bottom: 0.45em;
}

.sr-gdpr-page__form-panel {
  margin-top: 0;
  padding: 28px 36px 36px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

/* Pagina standalone information/gdpr — formularul de ștergere date primește un
   chenar subtil gri (card) ca să arate clar „a formular", separat de textul legal
   de deasupra. */
#information-information .sr-gdpr-page__form-panel {
  margin-top: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f9fafb;
}

/* Textul din card (titlu / lead / e-mail) părea prea distanțat de marginea din
   stânga: pe desktop cardul avea inset orizontal 40/48px, în timp ce textul legal
   de deasupra e „lipit" de marginea coloanei de citit. Reducem insetul cardului la
   20px ca textul să stea mult mai la stânga, aproape aliniat cu textul de deasupra.
   Doar longhand-ul padding-left/right (specificitate ID) → bate shorthand-ul
   responsive `padding` din @media, dar păstrează padding-ul vertical. Scop
   `#information-information` = doar pagina standalone, NU embed-ul din cont. */
@media (min-width: 768px) {
  #information-information .sr-gdpr-page__form-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sr-gdpr-page__form-head {
  margin-bottom: 24px;
}

.sr-gdpr-page__form-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 410;
  color: #111827;
}

.sr-gdpr-page__form-lead {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #4b5563;
}

#account-gdpr .sr-gdpr-form,
#account-gdpr-success .sr-gdpr-form {
  background: #fff !important;
  color: #374151;
}

.sr-gdpr-form__section + .sr-gdpr-form__section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.sr-gdpr-form__heading {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 410;
  color: #111827;
}

.sr-gdpr-form__hint {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4b5563;
}

.sr-gdpr-form__choices {
  display: grid;
  gap: 12px;
}

.sr-gdpr-choice {
  display: block;
  margin: 0;
  cursor: pointer;
}

.sr-gdpr-choice__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sr-gdpr-choice__card {
  display: block;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sr-gdpr-choice__title {
  display: block;
  font-size: 1rem;
  font-weight: 410;
  color: #111827;
}

.sr-gdpr-choice__desc {
  display: block;
  margin-top: 4px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #6b7280;
}

.sr-gdpr-choice__input:checked + .sr-gdpr-choice__card {
  border-color: #111827;
  background: #fff;
  box-shadow: 0 0 0 1px #111827 inset;
}

.sr-gdpr-choice__input:focus-visible + .sr-gdpr-choice__card {
  outline: 2px solid #28c7d0;
  outline-offset: 2px;
}

.sr-gdpr-warning {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #fcd34d;
  background: #fffbeb;
  color: #92400e;
}

.sr-gdpr-warning__title {
  margin: 0 0 10px;
  font-weight: 410;
  color: #78350f;
}

.sr-gdpr-warning__list {
  margin: 0;
  padding-left: 1.2em;
}

.sr-gdpr-warning__list li {
  margin-bottom: 0.35em;
}

.sr-gdpr-form__email-wrap {
  max-width: 100%;
}

.sr-gdpr-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 0;
  border-top: none;
  background: transparent;
  color: inherit;
}

.sr-gdpr-form__actions .sr-gdpr-page__btn--ghost {
  margin-right: 0;
}

.sr-gdpr-form__actions--success {
  padding: 0 36px 32px;
  margin-top: 0;
  border-top: none;
  justify-content: center;
}

.sr-gdpr-page__btn {
  display: inline-block;
  min-height: 40px;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
}

.sr-gdpr-page__btn--primary {
  background: var(--sr-btn-bg, #111827);
  color: #fff;
  border-color: var(--sr-btn-bg, #111827);
}

.sr-gdpr-page__btn--primary:hover {
  background: var(--sr-btn-bg-hover, #374151);
  border-color: var(--sr-btn-bg-hover, #374151);
  color: #fff;
}

.sr-gdpr-page__btn--ghost {
  background: #fff;
  color: #111827;
  border-color: #e5e7eb;
}

.sr-gdpr-page__btn--ghost:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

/* Modal confirmare GDPR — fără logo, text neutru (negru/gri) */
#sr-gdpr-confirm-modal .sr-nl-modal__dialog--gdpr {
  max-width: 480px;
  color: #374151;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__hero,
#sr-gdpr-confirm-modal .sr-nl-modal__hero {
  padding: 28px 28px 16px;
  text-align: left;
  background: #fff;
  color: #374151;
}

#sr-gdpr-confirm-modal .sr-nl-modal__kicker {
  color: #6b7280;
}

#sr-gdpr-confirm-modal .sr-nl-modal__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 410;
  line-height: 1.3;
  color: #111827;
}

#sr-gdpr-confirm-modal .sr-nl-modal__message {
  margin: 0;
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #4b5563;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__body,
#sr-gdpr-confirm-modal .sr-nl-modal__body {
  padding: 0 28px 28px;
  color: #374151;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__steps {
  margin: 0 0 16px;
  padding-left: 1.2rem;
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.55;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__steps li + li {
  margin-top: 10px;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__note {
  margin: 0 0 20px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__actions .sr-gdpr-page__btn {
  min-height: 40px;
  min-width: 0;
  font-size: 14px;
}

/* butonul „celălalt" (Anulează) → stânga, cel important (Confirmă) rămâne dreapta */
#sr-gdpr-confirm-modal .sr-gdpr-modal__actions .sr-gdpr-page__btn--ghost {
  order: -1;
  margin-right: auto;
}

#sr-gdpr-confirm-modal .sr-gdpr-modal__hero--success .sr-nl-modal__title {
  color: #111827;
}

#sr-gdpr-confirm-modal .sr-nl-modal__btn {
  background: #111827;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: none;
}

#sr-gdpr-confirm-modal .sr-nl-modal__btn:hover {
  background: #374151;
}

@media (max-width: 575px) {
  #sr-gdpr-confirm-modal .sr-gdpr-modal__body {
    padding: 0 18px 22px;
  }

  #sr-gdpr-confirm-modal .sr-gdpr-modal__actions {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  #sr-gdpr-confirm-modal .sr-gdpr-modal__actions .sr-gdpr-page__btn {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
  }
}

/* Pagină confirmare — aceeași lățime ca formularul GDPR */
#account-gdpr-success .sr-gdpr-page__shell--success {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none;
  border-color: #e5e7eb;
}

.sr-gdpr-page__shell--success::before {
  display: none;
}

.sr-gdpr-page__hero--success {
  padding: 28px 28px 24px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.sr-gdpr-page__hero--success .sr-gdpr-page__title {
  margin-bottom: 10px;
}

.sr-gdpr-page__hero--success .sr-gdpr-page__lead {
  max-width: none;
  color: #374151;
  line-height: 1.6;
}

.sr-gdpr-success__body {
  padding: 28px 28px 12px;
  color: #374151;
  font-size: 1rem;
  line-height: 1.65;
  background: #fff;
}

.sr-gdpr-success__section {
  margin: 0 0 1.75rem;
  padding: 0 0 1.75rem;
  border-bottom: 1px solid #eef0f3;
}

.sr-gdpr-success__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sr-gdpr-success__section--legal {
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sr-gdpr-success__action {
  margin: 0.35rem 0 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #111827;
  font-size: 1.02rem;
  line-height: 1.6;
}

.sr-gdpr-success__steps {
  margin: 0.5rem 0 0;
  padding-left: 1.5rem;
}

.sr-gdpr-success__steps li {
  margin-bottom: 0.85rem;
  padding-left: 0.25rem;
  line-height: 1.6;
}

.sr-gdpr-success__steps li:last-child {
  margin-bottom: 0;
}

.sr-gdpr-success__body p {
  margin: 0.35rem 0 0;
  line-height: 1.65;
}

.sr-gdpr-success__body p + p {
  margin-top: 0.85rem;
}

.sr-gdpr-success__section--legal p:last-child {
  margin-bottom: 0;
}

.sr-gdpr-page__shell--success .sr-gdpr-prose__heading {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 410;
  line-height: 1.35;
  color: #111827;
}

.sr-gdpr-form__actions--success {
  margin-top: 0;
  padding: 28px 28px 32px;
  border-top: 1px solid #e5e7eb;
  justify-content: center;
}

@media (min-width: 768px) {
  .sr-gdpr-page__hero {
    padding: 36px 40px 28px;
  }

  .sr-gdpr-page__prose {
    padding: 32px 40px 8px;
  }

  .sr-gdpr-page__form-panel {
    padding: 28px 40px 36px;
  }

  .sr-gdpr-page__hero--success {
    padding: 36px 40px 30px;
  }

  .sr-gdpr-success__body {
    padding: 32px 40px 16px;
  }

  .sr-gdpr-form__actions--success {
    padding: 32px 40px 40px;
  }
}

@media (min-width: 992px) {
  .sr-gdpr-page__hero {
    padding: 40px 48px 32px;
  }

  .sr-gdpr-page__lead {
    font-size: 1.0625rem;
  }

  .sr-gdpr-page__prose {
    padding: 36px 48px 12px;
    font-size: 1.0625rem;
  }

  .sr-gdpr-prose__heading {
    font-size: 1.2rem;
  }

  .sr-gdpr-page__form-panel {
    padding: 32px 48px 40px;
  }

  .sr-gdpr-form__email-wrap {
    max-width: 32rem;
  }

  .sr-gdpr-form__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .sr-gdpr-choice__card {
    min-height: 100%;
    padding: 20px 22px;
  }

  .sr-gdpr-form__actions {
    gap: 16px;
    padding-top: 0;
  }

  .sr-gdpr-page__hero--success {
    padding: 40px 48px 32px;
  }

  .sr-gdpr-success__body {
    padding: 36px 48px 16px;
  }

  .sr-gdpr-form__actions--success {
    padding: 32px 48px 40px;
  }
}

@media (max-width: 767px) {
  body[class*="information-gdpr"],
  body[class*="information-gdpr-success"],
  body[class*="account-gdpr"] {
    --sr-gdpr-side: 16px;
  }

  /* sr-site-text impune min 1rem pe #content — pe mobil GDPR folosim text mai compact */
  body[class*="information-gdpr"] #account-gdpr #content,
  body[class*="information-gdpr"] #account-gdpr-success #content,
  body[class*="account-gdpr"] #account-gdpr #content,
  body[class*="account-gdpr"] #account-gdpr-success #content {
    font-size: 0.875rem !important;
    line-height: 1.55 !important;
  }

  body[class*="information-gdpr"] #account-gdpr #content p,
  body[class*="information-gdpr"] #account-gdpr #content li,
  body[class*="information-gdpr"] #account-gdpr #content .form-label,
  body[class*="information-gdpr"] #account-gdpr #content .form-control,
  body[class*="information-gdpr"] #account-gdpr-success #content p,
  body[class*="account-gdpr"] #account-gdpr #content p,
  body[class*="account-gdpr"] #account-gdpr #content li,
  body[class*="account-gdpr"] #account-gdpr #content .form-label,
  body[class*="account-gdpr"] #account-gdpr #content .form-control {
    font-size: 0.875rem !important;
    line-height: 1.55 !important;
  }

  body[class*="information-gdpr"] .breadcrumb-container,
  body[class*="account-gdpr"] .breadcrumb-container {
    padding-top: 6px;
  }

  body[class*="information-gdpr"] .breadcrumb-container .breadcrumb,
  body[class*="account-gdpr"] .breadcrumb-container .breadcrumb {
    margin-bottom: 10px;
    font-size: 0.75rem !important;
  }

  .sr-gdpr-page__shell {
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(17, 24, 39, 0.06);
  }

  .sr-gdpr-page__hero {
    padding: 18px 14px 16px;
    border-radius: 14px 14px 0 0;
  }

  .sr-gdpr-page__kicker {
    font-size: 0.6875rem;
    margin-bottom: 6px;
  }

  .sr-gdpr-page__title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .sr-gdpr-page__lead {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .sr-gdpr-page__prose {
    padding: 16px 14px 4px;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .sr-gdpr-prose__section {
    margin-bottom: 1.25rem;
  }

  .sr-gdpr-prose__heading {
    font-size: 0.975rem;
    margin-bottom: 0.5rem;
  }

  .sr-gdpr-page__form-panel {
    padding: 16px 14px 18px;
    border-radius: 0 0 14px 14px;
  }

  .sr-gdpr-page__form-head {
    margin-bottom: 16px;
  }

  .sr-gdpr-page__form-title {
    font-size: 1rem;
  }

  .sr-gdpr-page__form-lead {
    font-size: 0.875rem;
  }

  .sr-gdpr-form__heading {
    font-size: 0.9375rem;
  }

  .sr-gdpr-form__hint {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }

  .sr-gdpr-choice__card {
    padding: 12px 14px;
  }

  .sr-gdpr-choice__title {
    font-size: 0.9375rem;
  }

  .sr-gdpr-choice__desc {
    font-size: 0.8125rem;
  }

  .sr-gdpr-form__actions {
    flex-direction: column-reverse;
    margin-top: 20px;
    padding-top: 16px;
  }

  .sr-gdpr-form__actions .sr-gdpr-page__btn--ghost {
    margin-right: 0;
  }

  .sr-gdpr-page__btn {
    width: 100%;
    min-height: 44px;
    font-size: 0.9375rem;
  }

  .sr-gdpr-page__hero--success {
    padding: 22px 18px 20px;
  }

  .sr-gdpr-page__hero--success .sr-gdpr-page__title {
    font-size: 1.35rem;
  }

  .sr-gdpr-page__hero--success .sr-gdpr-page__lead {
    font-size: 0.9375rem;
  }

  .sr-gdpr-form__actions--success {
    padding: 22px 18px 26px;
  }

  .sr-gdpr-success__body {
    padding: 22px 18px 10px;
    font-size: 0.9375rem;
  }

  .sr-gdpr-page__shell--success .sr-gdpr-prose__heading {
    font-size: 1rem;
    margin-bottom: 0.45rem;
  }

  .sr-gdpr-success__action {
    font-size: 0.9375rem;
  }

  .sr-gdpr-success__steps li {
    margin-bottom: 0.75rem;
  }
}

/* Ecrane late 1500 / 2000px — GDPR: corp 14 / subtitlu 15 / titlu secțiune 16.
   Titlul principal (h1) e deja 20px (compact) → nu-l ating. Textele de corp sunt
   <p>/<li> sub #content → `!important` vs podeaua `max(1rem,1em)` din sr-site-text. */
@media (min-width: 1500px) {
  .sr-gdpr-prose__heading,
  .sr-gdpr-page__form-title {
    font-size: 16px;
  }

  .sr-gdpr-page__lead,
  .sr-gdpr-form__heading,
  .sr-gdpr-choice__title {
    font-size: 15px !important;
  }

  .sr-gdpr-page__prose,
  .sr-gdpr-page__prose p,
  .sr-gdpr-page__prose li,
  .sr-gdpr-page__form-lead,
  .sr-gdpr-form__hint,
  .sr-gdpr-warning__title,
  .sr-gdpr-warning__list li,
  .sr-gdpr-choice__desc {
    font-size: 14px !important;
  }
}
