﻿/* ARXEDO shared design system.
   This final layer standardizes typography, colors, spacing and common UI rhythm
   across the existing pages without changing content or behavior. */

:root {
  --arx-font-main: "Montserrat", Arial, Helvetica, sans-serif;

  --arx-text-primary: #07132b;
  --arx-text-secondary: #304866;
  --arx-text-muted: #607089;
  --arx-text-inverse: #ffffff;

  --arx-blue: #0a4fcc;
  --arx-blue-dark: #083f9f;
  --arx-blue-soft: #eaf3ff;
  --arx-surface: rgba(255, 255, 255, 0.72);
  --arx-surface-strong: rgba(255, 255, 255, 0.88);
  --arx-surface-muted: rgba(244, 249, 255, 0.72);
  --arx-border-soft: rgba(255, 255, 255, 0.78);
  --arx-border-blue: rgba(10, 79, 204, 0.22);

  --arx-page-pad-x: clamp(1.25rem, 4vw, 4.5rem);
  --arx-section-gap: clamp(3rem, 7vw, 6rem);
  --arx-block-gap: clamp(1.25rem, 3vw, 2rem);
  --arx-card-gap: clamp(1rem, 2vw, 1.75rem);
  --arx-card-pad: clamp(1.25rem, 2.2vw, 2rem);
  --arx-control-pad-y: 0.78rem;
  --arx-control-pad-x: 1.35rem;

  --arx-radius-sm: 10px;
  --arx-radius-md: 16px;
  --arx-radius-lg: 22px;
  --arx-radius-pill: 999px;

  --arx-shadow-soft: 0 18px 48px rgba(7, 19, 43, 0.10);
  --arx-shadow-card: 0 16px 42px rgba(7, 19, 43, 0.11);
  --arx-shadow-control: 0 10px 28px rgba(10, 79, 204, 0.16);

  --arx-fs-page-title: clamp(2rem, 3.2vw, 3.35rem);
  --arx-fs-section-title: clamp(1.55rem, 2.1vw, 2.2rem);
  --arx-fs-subtitle: clamp(1rem, 1.15vw, 1.15rem);
  --arx-fs-card-title: clamp(1.05rem, 1.25vw, 1.32rem);
  --arx-fs-body: 1rem;
  --arx-fs-small: 0.875rem;
  --arx-fs-button: 0.92rem;
  --arx-fs-nav: 0.93rem;

  --arx-lh-tight: 1.08;
  --arx-lh-title: 1.18;
  --arx-lh-body: 1.55;
}

html {
  font-size: 16px !important;
  text-size-adjust: 100%;
}

body,
body *:not(svg):not(path):not(use) {
  font-family: var(--arx-font-main) !important;
  letter-spacing: 0 !important;
}

body {
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 400 !important;
  line-height: var(--arx-lh-body) !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body :where(p, li, label, input, select, textarea, small, .subtitle, .lead, .description, .helper-text) {
  color: var(--arx-text-secondary);
  font-size: var(--arx-fs-body);
  font-weight: 400;
  line-height: var(--arx-lh-body);
}

body :where(small, .small, .helper-text, .hint, .eyebrow, .microcopy, .share-status, .logo-subtitle) {
  color: var(--arx-text-muted);
  font-size: var(--arx-fs-small);
  font-weight: 500;
  line-height: 1.4;
}

body :where(h1, .page-title, .hero-title, .teme-page-title, .typewriter-text) {
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-page-title) !important;
  font-weight: 700 !important;
  line-height: var(--arx-lh-tight) !important;
  letter-spacing: 0 !important;
}

body :where(h2, .section-title, .teme-category-title, .fit-section-heading h2) {
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-section-title) !important;
  font-weight: 700 !important;
  line-height: var(--arx-lh-title) !important;
  letter-spacing: 0 !important;
}

body :where(h3, h4, .card-title, .service-card h3, .s-card h3, .s-card h4, .theme-card h3, .teme-card-title, .pf-header h3, .nl-text h3, .quick-finder-title, .quiz-title) {
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-card-title) !important;
  font-weight: 650 !important;
  line-height: var(--arx-lh-title) !important;
  letter-spacing: 0 !important;
}

body :where(h5, h6, .item-title, .service-list strong, .pf-item-text strong, .detail-col strong) {
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

body :where(b, strong) {
  font-weight: 600;
}

body :where(a) {
  color: var(--arx-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body :where(a:hover) {
  color: var(--arx-blue-dark);
}

body :where(button, .btn, .btn-blue, .btn-dark, .pill-btn, .pill-primary, .nl-btn-link, .cb-btn, .premium-topics-button, .quiz-action, .quick-finder-primary, .quick-finder-secondary, input[type="submit"]) {
  min-height: 44px;
  padding: var(--arx-control-pad-y) var(--arx-control-pad-x);
  border-radius: var(--arx-radius-pill);
  font-size: var(--arx-fs-button) !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  text-align: center;
  text-decoration: none !important;
}

body :where(.lang-dropdown button, .hf-tab-content button, .mobile-footer-menu button) {
  min-height: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  border: 0;
  font-family: inherit;
}

body :where(.lang-dropdown button, .hf-tab-content button) {
  background: transparent;
  text-align: left;
}

body :where(.hf-tab-content button) {
  display: block;
  width: 100%;
  margin: 2px 8px;
  padding: 8px 16px;
  border-radius: 8px;
}

body :where(.mobile-footer-menu button) {
  text-align: left;
}

body :where(.pill-nav-inner a, .nav-pills a, nav a, .hf-tab-title, .lang-dropdown a, .lang-dropdown button, .hf-tab-content button, .mobile-footer-menu a, .mobile-footer-menu button) {
  font-size: var(--arx-fs-nav) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body :where(.inner-page-wrapper, .b2b-page-wrapper, .gov-page-wrapper, .learning-page-wrapper, .operations-page-wrapper, .tooling-page-wrapper, .teme-container, .contact-page-shell, .legal-page-wrapper) {
  color: var(--arx-text-primary);
}

body :where(section, .themes-section, .fit-section, .details-box, .certifications-strip, .services-row, .premium-features-split, .newsletter-banner) {
  margin-top: var(--arx-section-gap);
}

body :where(.container, .teme-container, .b2b-page-wrapper, .gov-page-wrapper, .learning-page-wrapper, .operations-page-wrapper, .tooling-page-wrapper) {
  padding-left: var(--arx-page-pad-x);
  padding-right: var(--arx-page-pad-x);
}

body :where(.services-grid, .themes-grid, .teme-grid, .services-row, .premium-features-split, .details-box, .fit-content, .badges-container) {
  gap: var(--arx-card-gap) !important;
}

body :where(.service-card, .s-card, .pf-card, .theme-card, .teme-card, .details-box, .detail-col, .newsletter-banner, .certifications-strip, .fit-section, .contact-card, .contact-form-card, .cookie-page-card, .quick-finder-panel, .quiz-panel) {
  border-radius: var(--arx-radius-lg) !important;
  border-color: var(--arx-border-soft) !important;
  box-shadow: var(--arx-shadow-card);
}

body :where(.service-card, .s-card, .pf-card, .details-box, .detail-col, .newsletter-banner, .certifications-strip, .fit-section, .quick-finder-panel, .quiz-panel) {
  background-color: var(--arx-surface) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  backdrop-filter: blur(18px) saturate(1.05);
}

body :where(.service-card, .pf-card, .detail-col, .newsletter-banner, .fit-section) {
  padding: var(--arx-card-pad) !important;
}

body :where(.service-list, .check-list, .format-list, .roadmap-list, .question-list, .pf-body) {
  display: grid;
  gap: 0.95rem;
}

body :where(.service-list li, .check-list li, .format-list li, .roadmap-list li, .question-list li, .pf-item) {
  color: var(--arx-text-secondary) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 400 !important;
  line-height: var(--arx-lh-body) !important;
}

body :where(.pf-item-text p, .detail-col p, .nl-text p, .fit-summary, .service-card p, .s-card p, .quiz-subtitle, .quick-finder-subtitle) {
  color: var(--arx-text-secondary) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 400 !important;
  line-height: var(--arx-lh-body) !important;
}

body :where(.section-title, .teme-page-title, .teme-page-subtitle, .teme-category-title) {
  max-width: 1120px;
}

body.governance-page .gov-page-wrapper > .section-title.typewriter-title {
  display: block !important;
  width: min(calc(100vw - 2rem), 1200px) !important;
  max-width: min(calc(100vw - 2rem), 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
  text-align: center !important;
  justify-self: center !important;
}

body.tooling-page .tooling-page-wrapper > .section-title.typewriter-title {
  display: block !important;
  width: min(calc(100vw - 2rem), 1200px) !important;
  max-width: min(calc(100vw - 2rem), 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
  text-align: center !important;
  justify-self: center !important;
}

body.operations-page .ops-page-wrapper > .section-title.typewriter-title {
  display: block !important;
  width: min(calc(100vw - 2rem), 1200px) !important;
  max-width: min(calc(100vw - 2rem), 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
  text-align: center !important;
  justify-self: center !important;
}

body.operations-page #servicii.services-grid .s-icon-wrapper {
  display: none !important;
}

body.operations-page #servicii.services-grid .s-card {
  padding-top: var(--arx-card-pad) !important;
}

.dsar-stepper .dsar-step.completed .circle,
.dsar-stepper .dsar-step.active .circle {
  background: var(--arx-brand-blue, #0A4FCC) !important;
  border-color: var(--arx-brand-blue, #0A4FCC) !important;
  color: #fff !important;
}

.dsar-stepper .dsar-step.completed .label,
.dsar-stepper .dsar-step.active .label {
  color: var(--arx-text-primary, #07132b) !important;
  font-weight: 700 !important;
}

.dsar-stepper .dsar-step.completed {
  background: rgba(255, 255, 255, 0.98) !important;
}

body:has(.modern-card) .modern-card .mc-icon-wrapper {
  display: none !important;
}

body:has(.modern-card) .modern-card {
  justify-content: center !important;
  padding-top: var(--arx-card-pad) !important;
}

body :where(.hero-buttons, .nl-right, .quick-finder-actions, .quiz-actions) {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

body :where(input, select, textarea) {
  border-radius: var(--arx-radius-sm) !important;
  border: 1px solid var(--arx-border-blue) !important;
  color: var(--arx-text-primary) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 400 !important;
}

body :where(input::placeholder, textarea::placeholder) {
  color: var(--arx-text-muted) !important;
  font-weight: 400 !important;
}

body :where(.theme-card, .teme-card) {
  overflow: hidden;
}

body :where(.theme-card h3, .teme-card-title) {
  text-wrap: balance;
}

body :where(.theme-card p, .teme-card p, .premium-topics-card p) {
  font-size: var(--arx-fs-small) !important;
  color: var(--arx-text-secondary) !important;
  font-weight: 400 !important;
}

.b2c-page :where(.theme-card h3, .premium-topics-card h3) {
  text-align: center !important;
}

.governance-page :where(.service-card-back, .service-card-back li, .service-card-back p) {
  color: var(--arx-text-primary) !important;
  font-size: 0.94rem !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
}

.governance-page :where(.service-card-back .service-conclusion) {
  color: var(--arx-text-primary) !important;
  font-size: 0.94rem !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
}

body.governance-page .governance-flip-card .service-card-back {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  align-content: stretch !important;
  row-gap: 0.5rem !important;
  overflow: hidden !important;
  padding: 1.35rem 1.55rem 1.35rem !important;
}

body.governance-page .governance-flip-card .service-card-back h4 {
  margin: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.18 !important;
}

body.governance-page .governance-flip-card .service-card-back .service-list {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-evenly !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0.16rem !important;
  overflow: hidden !important;
}

body.governance-page .governance-flip-card .service-card-back .service-list li {
  color: var(--arx-text-primary) !important;
  font-size: 0.82rem !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.governance-page .governance-flip-card .service-card-back .service-conclusion {
  display: block !important;
  margin: 0 !important;
  padding: 0.62rem 0 0 !important;
  border-top: 1px solid rgba(10, 79, 204, 0.16) !important;
  color: var(--arx-text-primary) !important;
  font-size: 0.82rem !important;
  line-height: 1.22 !important;
  font-weight: 650 !important;
}

body.governance-page .governance-flip-card .service-card-back .service-conclusion span {
  display: block !important;
  color: var(--arx-text-primary) !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 900px) {
  :root {
    --arx-page-pad-x: 1.1rem;
    --arx-section-gap: 2.6rem;
    --arx-card-pad: 1.15rem;
    --arx-fs-page-title: clamp(2rem, 10vw, 2.8rem);
    --arx-fs-section-title: clamp(1.45rem, 7vw, 2rem);
    --arx-fs-card-title: 1.08rem;
    --arx-fs-body: 0.97rem;
  }

  body :where(.hero-buttons, .nl-right, .quick-finder-actions, .quiz-actions) {
    align-items: stretch;
    flex-direction: column;
  }

  body :where(button, .btn, .btn-blue, .btn-dark, .pill-btn, .pill-primary, .nl-btn-link, .cb-btn, .premium-topics-button, .quiz-action, .quick-finder-primary, .quick-finder-secondary) {
    width: 100%;
  }
}

/* Final specificity pass: keep typography consistent over older generated CSS. */
body h1,
body main h1,
body .inner-page-wrapper h1,
body .b2b-hero h1,
body .gov-hero h1,
body .learning-hero h1,
body .operations-hero h1,
body .tooling-hero h1,
body .page-title,
body .hero-title,
body .teme-page-title,
body .typewriter-text {
  font-family: var(--arx-font-main) !important;
  font-size: var(--arx-fs-page-title) !important;
  font-weight: 700 !important;
  line-height: var(--arx-lh-tight) !important;
  color: var(--arx-text-primary) !important;
  letter-spacing: 0 !important;
}

body h2,
body .section-title,
body .teme-category-title,
body .fit-section-heading h2 {
  font-family: var(--arx-font-main) !important;
  font-size: var(--arx-fs-section-title) !important;
  font-weight: 700 !important;
  line-height: var(--arx-lh-title) !important;
  color: var(--arx-text-primary) !important;
  letter-spacing: 0 !important;
}

body h3,
body h4,
body .card-title,
body .service-card h3,
body .s-card h3,
body .s-card h4,
body .theme-card h3,
body .teme-card-title,
body .pf-header h3,
body .pf-item-text strong,
body .nl-text h3,
body .quick-finder-title,
body .quiz-title {
  font-family: var(--arx-font-main) !important;
  font-size: var(--arx-fs-card-title) !important;
  font-weight: 600 !important;
  line-height: var(--arx-lh-title) !important;
  color: var(--arx-text-primary) !important;
  letter-spacing: 0 !important;
}

body p,
body li,
body label,
body input,
body select,
body textarea,
body .subtitle,
body .lead,
body .description,
body .service-card p,
body .s-card p,
body .pf-item-text p,
body .detail-col p,
body .nl-text p,
body .fit-summary,
body .quiz-subtitle,
body .quick-finder-subtitle {
  font-family: var(--arx-font-main) !important;
  font-size: var(--arx-fs-body) !important;
  font-weight: 400 !important;
  line-height: var(--arx-lh-body) !important;
  color: var(--arx-text-secondary) !important;
  letter-spacing: 0 !important;
}

body small,
body .small,
body .helper-text,
body .hint,
body .eyebrow,
body .microcopy,
body .logo-subtitle,
body .share-status,
body .teme-page-subtitle,
body .theme-card p,
body .teme-card p,
body .premium-topics-card p {
  font-family: var(--arx-font-main) !important;
  font-size: var(--arx-fs-small) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: var(--arx-text-muted) !important;
  letter-spacing: 0 !important;
}

/* Compact quick finder modal so it fits comfortably in the viewport. */
body .quick-finder-modal .quick-finder-panel {
  width: min(680px, calc(100vw - 2rem)) !important;
  max-height: min(86vh, 760px) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

body .quick-finder-modal .quick-finder-header {
  min-height: auto !important;
  padding: 1.15rem 1.35rem 1rem !important;
  gap: 1rem !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body .quick-finder-modal .quick-finder-icon {
  display: none !important;
}

body .quick-finder-modal .quick-finder-header h2,
body .quick-finder-modal #quick-finder-title {
  font-size: 1.75rem !important;
  line-height: 1.06 !important;
  margin: 0 0 0.08rem !important;
  font-weight: 650 !important;
  max-width: none !important;
  white-space: normal !important;
}

body .quick-finder-modal .quick-finder-header p {
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  max-width: 32rem !important;
}

body .quick-finder-modal .quick-finder-body {
  padding: 1rem 1.35rem 1.1rem !important;
  overflow: auto !important;
  display: grid !important;
  gap: 0.78rem !important;
}

body .quick-finder-modal .quick-finder-step {
  display: grid !important;
  gap: 0.5rem !important;
}

body .quick-finder-modal .quick-finder-step h3 {
  font-size: 1rem !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

body .quick-finder-modal .quick-finder-step h3 span {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  font-size: 0.74rem !important;
}

body .quick-finder-modal .quick-finder-options,
body .quick-finder-modal .quick-finder-step:nth-of-type(2) .quick-finder-options {
  gap: 0.62rem !important;
}

body .quick-finder-modal .quick-finder-option {
  min-height: 48px !important;
  padding: 0.62rem 0.82rem !important;
  border-radius: 10px !important;
  gap: 0.56rem !important;
  font-size: 0.9rem !important;
  font-weight: 560 !important;
  line-height: 1.12 !important;
}

body .quick-finder-modal .quick-finder-option svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
}

body .quick-finder-modal .quick-finder-result {
  min-height: auto !important;
  padding: 0.78rem 0.95rem !important;
  gap: 0.7rem !important;
  border-radius: 12px !important;
}

body .quick-finder-modal .quick-finder-result > span {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
}

body .quick-finder-modal .quick-finder-result p {
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

body .quick-finder-modal .quick-finder-result strong {
  font-size: 1rem !important;
  line-height: 1.18 !important;
  font-weight: 650 !important;
}

body .quick-finder-modal .quick-finder-actions {
  gap: 0.55rem !important;
}

body .quick-finder-modal .quick-finder-primary,
body .quick-finder-modal .quick-finder-secondary {
  min-height: 44px !important;
  padding: 0.68rem 1rem !important;
  font-size: 0.9rem !important;
  font-weight: 560 !important;
}

body .quick-finder-modal .quick-finder-note {
  margin: 0 !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
}

body .quick-finder-modal .quick-finder-close {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: var(--arx-text-primary) !important;
  font-size: 1.05rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Logo tagline: keep it readable on bright glass/background areas. */
body .inner-fixed-header .logo-subtitle,
body .header-left .logo-subtitle,
body .inner-header-left .logo-subtitle,
body .logo-subtitle {
  color: #06142f !important;
  font-weight: 750 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 0 7px rgba(255, 255, 255, 0.86),
    0 0 16px rgba(226, 238, 255, 0.72),
    0 1px 3px rgba(7, 19, 43, 0.22) !important;
}

/* Dark home contact CTA needs inverse typography over the navy panel. */
body .contact-banner-container .c-banner .cb-text h3,
body .c-banner .cb-text h3 {
  color: #ffffff !important;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.42),
    0 2px 10px rgba(0, 0, 0, 0.35) !important;
}

/* Keep the share glyph visible above the glossy button effects. */
body .share-widget .share-widget-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

body .share-widget .share-widget-button svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  position: relative !important;
  z-index: 5 !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.34)) !important;
}

body .share-widget .share-widget-button svg * {
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .share-widget .share-widget-button::before,
body .share-widget .share-widget-button::after {
  z-index: 1 !important;
  pointer-events: none !important;
}

/* B2C three-column info cards: remove stretched empty rows and keep content dense. */
body.b2c-page .premium-features-split {
  align-items: stretch !important;
  margin-top: clamp(2.8rem, 5vw, 4.5rem) !important;
  margin-bottom: clamp(2.8rem, 5vw, 4.5rem) !important;
}

body.b2c-page .premium-features-split .pf-card {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(1.05rem, 1.6vw, 1.35rem) !important;
}

body.b2c-page .premium-features-split .pf-header {
  min-height: 0 !important;
  margin-bottom: 0.65rem !important;
}

body.b2c-page .premium-features-split .pf-header-text h3 {
  margin-bottom: 0.2rem !important;
}

body.b2c-page .premium-features-split .pf-body {
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  align-content: start !important;
  gap: 0 !important;
}

body.b2c-page .premium-features-split .pf-item {
  min-height: 0 !important;
  padding: 0.55rem 0 !important;
}

body.b2c-page .premium-features-split .pf-item:last-child {
  padding-bottom: 0 !important;
}

body.b2c-page .premium-features-split .pf-item-text h4 {
  margin-bottom: 0.22rem !important;
  line-height: 1.18 !important;
  font-size: 0.94rem !important;
}

body.b2c-page .premium-features-split .pf-item-text p {
  font-size: 0.88rem !important;
  line-height: 1.3 !important;
}

/* Newsletter submit button: white text on the dark navy pill. */
body .newsletter-banner .nl-form button[type="submit"],
body .newsletter-banner form[action*="newsletter"] button[type="submit"] {
  color: #ffffff !important;
  background: #0b132b !important;
  background-color: #0b132b !important;
  border-color: #0b132b !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
}

body .newsletter-banner .nl-form button[type="submit"] *,
body .newsletter-banner form[action*="newsletter"] button[type="submit"] * {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

body .newsletter-banner .nl-form button[type="submit"]:hover,
body .newsletter-banner .nl-form button[type="submit"]:focus-visible,
body .newsletter-banner form[action*="newsletter"] button[type="submit"]:hover,
body .newsletter-banner form[action*="newsletter"] button[type="submit"]:focus-visible {
  color: #ffffff !important;
  background: #081026 !important;
  background-color: #081026 !important;
}

/* Replace heavy solid-blue CTAs with the lighter glass style used by consent controls. */
body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button) {
  color: var(--arx-blue) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(235, 244, 255, 0.56)) !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(10, 79, 204, 0.24) !important;
  border-radius: var(--arx-radius-pill) !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  box-shadow:
    0 10px 26px rgba(7, 19, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.42) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
  backdrop-filter: blur(14px) saturate(1.08) !important;
}

body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button) * {
  color: var(--arx-blue) !important;
  stroke: currentColor !important;
  text-shadow: none !important;
}

body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button):hover,
body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button):focus-visible {
  color: var(--arx-blue-dark) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.68)) !important;
  border-color: rgba(10, 79, 204, 0.42) !important;
  box-shadow:
    0 12px 30px rgba(10, 79, 204, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
  transform: translateY(-1px);
}

body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button):hover *,
body :where(
  .btn-blue,
  .pill-primary,
  .btn-primary-action,
  .quick-finder-primary,
  .quiz-primary,
  .quiz-widget-trigger,
  .daily-question-link,
  .cookie-btn-primary,
  .cookie-save-preferences,
  .legal-actions a:not(.secondary),
  .arx-style-0180
):not(.share-widget-button):not(.newsletter-banner button[type="submit"]):not(.nl-form button):focus-visible * {
  color: var(--arx-blue-dark) !important;
  stroke: currentColor !important;
}

@media (max-width: 900px) {
  body .quick-finder-modal .quick-finder-panel {
    width: min(94vw, 620px) !important;
    max-height: 84vh !important;
  }

  body .quick-finder-modal .quick-finder-header {
    padding: 0.95rem 1rem 0.8rem !important;
  }

  body .quick-finder-modal .quick-finder-body {
    padding: 0.9rem 1rem 1rem !important;
  }

  body .quick-finder-modal .quick-finder-options,
  body .quick-finder-modal .quick-finder-step:nth-of-type(2) .quick-finder-options {
    grid-template-columns: 1fr !important;
  }
}

body .quiz-widget-trigger,
body .quick-finder-trigger {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  padding: 0.9rem 0.35rem !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  color: #07132b !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(231, 244, 255, 0.24)) !important;
  background-color: rgba(235, 247, 255, 0.34) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16) !important;
  backdrop-filter: blur(18px) saturate(1.16) !important;
  box-shadow:
    0 13px 28px rgba(6, 32, 76, 0.16),
    0 0 18px rgba(255, 255, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.44) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.8rem !important;
  overflow: hidden !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.86) !important;
}

body .quiz-widget-trigger::after,
body .quick-finder-trigger::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.34),
    inset 0 0 8px rgba(10, 79, 204, 0.08) !important;
  pointer-events: none !important;
}

body .quiz-widget-trigger span,
body .quick-finder-trigger span {
  color: #07132b !important;
  font-size: 0.82rem !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body .quiz-widget-trigger svg,
body .quick-finder-trigger svg {
  width: 18px !important;
  height: 18px !important;
  color: #07132b !important;
  stroke: currentColor !important;
  transform: rotate(180deg) !important;
}

body .quiz-widget-trigger:hover,
body .quiz-widget-trigger:focus-visible,
body .quick-finder-trigger:hover,
body .quick-finder-trigger:focus-visible {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(231, 244, 255, 0.34)) !important;
  border-color: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    0 15px 32px rgba(6, 32, 76, 0.18),
    0 0 22px rgba(255, 255, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 768px) {
  body .quiz-widget-trigger,
  body .quick-finder-trigger,
  body .quick-finder-trigger.quick-finder-trigger--with-quiz {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    justify-content: center !important;
  }

  body .quiz-widget-trigger span,
  body .quick-finder-trigger span {
    display: none !important;
  }

  body .quiz-widget-trigger svg,
  body .quick-finder-trigger svg {
    transform: none !important;
  }
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger {
  position: fixed !important;
  left: 0 !important;
  right: auto !important;
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  padding: 0.9rem 0.35rem !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  color: #07132b !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(231, 244, 255, 0.24)) !important;
  background-color: rgba(235, 247, 255, 0.34) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16) !important;
  backdrop-filter: blur(18px) saturate(1.16) !important;
  box-shadow:
    0 13px 28px rgba(6, 32, 76, 0.16),
    0 0 18px rgba(255, 255, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.44) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.8rem !important;
  overflow: hidden !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.86) !important;
  z-index: 72 !important;
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger {
  top: 35vh !important;
  bottom: auto !important;
}

html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger {
  top: calc(35vh + 190px) !important;
  bottom: auto !important;
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger span,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger span,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger span {
  display: inline !important;
  color: #07132b !important;
  font-size: 0.82rem !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger svg,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger svg,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger svg {
  display: none !important;
  width: 18px !important;
  height: 18px !important;
  color: #07132b !important;
  stroke: currentColor !important;
  transform: rotate(180deg) !important;
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger {
  justify-content: center !important;
}

@media (max-width: 768px) {
  html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger,
  html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
  html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger {
    top: auto !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    justify-content: center !important;
  }

  html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger {
    left: 12px !important;
  }

  html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
  html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger {
    left: 74px !important;
  }

  html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger span,
  html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger span,
  html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger span {
    display: none !important;
  }

  html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger svg,
  html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger svg,
  html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger svg {
    display: none !important;
    transform: none !important;
  }
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger {
  border-radius: 26px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(231, 244, 255, 0.24)) !important;
  background-color: rgba(235, 247, 255, 0.34) !important;
  color: #07132b !important;
}

html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger *,
html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger *,
html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger * {
  color: #07132b !important;
  stroke: currentColor !important;
}

body .certifications-strip .badge-img-box {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body .certifications-strip {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(235, 247, 255, 0.28)) !important;
  background-color: rgba(255, 255, 255, 0.34) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

body .certifications-strip .badge-img-box img {
  background: transparent !important;
  background-color: transparent !important;
}

body.governance-page .governance-flip-card:nth-child(6) {
  --gov-card-bg: url("gov-card-monitoring-custom.png?v=2") !important;
}

body.b2c-page .themes-grid :where(.theme-card h3, .theme-card h4, .premium-topics-card h3, .premium-topics-card h4),
body.b2c-page .themes-grid :where(.theme-card .card-title, .premium-topics-card .card-title),
body.b2c-page .themes-grid .premium-topics-card.cta-card h4 {
  color: #07132b !important;
  font-size: clamp(0.84rem, 1.08vw, 1.06rem) !important;
  font-weight: 560 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
}

body.b2c-page .themes-grid .premium-topics-card.cta-card h4 {
  max-width: 15ch !important;
}

@media (max-width: 768px) {
  html body button.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger.quiz-widget-trigger,
  html body button.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger,
  html body button.quick-finder-trigger.quick-finder-trigger--with-quiz.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger.quick-finder-trigger {
    border-radius: 16px !important;
  }
}

/* Share CTA removed globally on desktop and mobile. */
html body .share-widget,
html body .share-widget-button,
html body .floating-share,
html body .floating-share-button {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Mobile newsletter forms: keep subscribe/unsubscribe actions fully visible inside the card. */
@media (max-width: 768px) {
    html body .newsletter-banner .nl-right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    html body .newsletter-banner .nl-form,
    html body .newsletter-banner .unsub-form {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        gap: 10px !important;
        border-radius: 0 !important;
    }

    html body .newsletter-banner .nl-form > div,
    html body .newsletter-banner .unsub-form > div {
        display: none !important;
    }

    html body .newsletter-banner .nl-form input,
    html body .newsletter-banner .unsub-form input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 0 1 auto !important;
        border: 1px solid rgba(10, 79, 204, 0.2) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.86) !important;
        box-sizing: border-box !important;
    }

    html body .newsletter-banner .nl-form button,
    html body .newsletter-banner .unsub-form button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
        border-radius: 14px !important;
        border-left: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        padding: 13px 16px !important;
    }

    html body #newsletter-consent-overlay {
        align-items: center !important;
        justify-content: center !important;
        padding: 18px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    html body #newsletter-consent-modal {
        width: min(100%, calc(100vw - 36px)) !important;
        max-width: calc(100vw - 36px) !important;
        max-height: calc(100dvh - 118px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 22px 18px 20px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
    }

    html body #newsletter-consent-close {
        top: 12px !important;
        right: 12px !important;
        width: 34px !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.84) !important;
        box-shadow: 0 8px 20px rgba(7, 19, 43, 0.1) !important;
        z-index: 2 !important;
    }

    html body #newsletter-consent-close svg {
        width: 18px !important;
        height: 18px !important;
    }

    html body #newsletter-consent-modal > div:first-of-type {
        padding-right: 38px !important;
        gap: 12px !important;
        margin-bottom: 18px !important;
    }

    html body #newsletter-consent-modal > div:first-of-type h3 {
        font-size: 1.05rem !important;
        line-height: 1.22 !important;
    }

    html body #newsletter-consent-modal h4 + div {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    html body #newsletter-consent-modal .nl-entity-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 12px 14px !important;
        border-radius: 14px !important;
    }

    html body #newsletter-consent-modal .nl-entity-card span {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
        overflow-wrap: anywhere !important;
    }

    html body #newsletter-consent-modal p,
    html body #newsletter-consent-modal li,
    html body #newsletter-consent-modal label span {
        font-size: 0.9rem !important;
        line-height: 1.35 !important;
    }

    html body #newsletter-consent-modal > div:last-of-type {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        margin-top: 18px !important;
    }

    html body #newsletter-consent-modal > div:last-of-type button {
        width: 100% !important;
        min-width: 0 !important;
        padding: 11px 12px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }

    /* Compact newsletter consent modal so the full decision flow fits on mobile. */
    html body #newsletter-consent-modal {
        transform: translateY(0) !important;
        padding: 14px 14px 14px !important;
        max-height: calc(100dvh - 34px) !important;
    }

    html body #newsletter-consent-modal > div:first-of-type {
        margin-bottom: 10px !important;
        min-height: 0 !important;
    }

    html body #newsletter-consent-modal > div:first-of-type h3 {
        font-size: 0.92rem !important;
        line-height: 1.14 !important;
        max-width: 20ch !important;
    }

    html body #newsletter-consent-modal h4 {
        margin-bottom: 8px !important;
        font-size: 0.92rem !important;
        line-height: 1.15 !important;
    }

    html body #newsletter-consent-modal h4 + div {
        gap: 8px !important;
        margin-bottom: 12px !important;
    }

    html body #newsletter-consent-modal .nl-entity-card {
        padding: 9px 12px !important;
        min-height: 54px !important;
        gap: 10px !important;
    }

    html body #newsletter-consent-modal .nl-entity-card input {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 14px !important;
    }

    html body #newsletter-consent-modal .nl-entity-card svg {
        width: 17px !important;
        height: 17px !important;
        flex: 0 0 17px !important;
    }

    html body #newsletter-consent-modal .nl-entity-card span {
        font-size: 0.84rem !important;
        line-height: 1.12 !important;
    }

    html body #newsletter-consent-modal p,
    html body #newsletter-consent-modal li,
    html body #newsletter-consent-modal label span {
        font-size: 0.78rem !important;
        line-height: 1.26 !important;
    }

    html body #newsletter-consent-modal p {
        margin-bottom: 10px !important;
    }

    html body #newsletter-consent-modal ul {
        margin-bottom: 12px !important;
    }

    html body #newsletter-consent-modal li {
        gap: 8px !important;
        margin-bottom: 7px !important;
    }

    html body #newsletter-consent-modal li svg {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 14px !important;
    }

    html body #newsletter-consent-modal label:has(#nl-consent-checkbox) {
        gap: 9px !important;
        margin-top: 2px !important;
    }

    html body #newsletter-consent-modal #nl-consent-checkbox {
        width: 16px !important;
        height: 16px !important;
        flex: 0 0 16px !important;
    }

    html body #newsletter-consent-modal > div:last-of-type {
        margin-top: 12px !important;
        gap: 8px !important;
    }

    html body #newsletter-consent-modal > div:last-of-type button {
        min-height: 42px !important;
        padding: 9px 10px !important;
        font-size: 0.9rem !important;
        line-height: 1.1 !important;
    }
}


.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.newsletter-linkedin-link {
  display: inline-flex;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.newsletter-linkedin-link:hover,
.newsletter-linkedin-link:focus-visible {
  transform: scale(1.08);
}

.newsletter-linkedin-link img {
  width: 56px;
  height: 56px;
  display: block;
}

@media (max-width: 768px) {
  body .inner-fixed-header .logo-subtitle,
  body .header-left .logo-subtitle,
  body .inner-header-left .logo-subtitle,
  body .logo-subtitle {
    display: block !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: clamp(0.46rem, 2.15vw, 0.62rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.015em !important;
  }
}
