/* =====================================================================
   Alcadon — new design (approved: /acquisition-test/, /home-test/,
   DESIGN-SPEC.md). Values mirror Acquisitions.dc.html one-to-one.
   Loaded on new-design pages only (old theme CSS is not loaded there),
   plus the block editor canvas.
   ===================================================================== */

/* ---- Base (new-design pages only). :where() keeps these at zero
   specificity so component colours below always win. ---- */
body.nd { margin: 0; padding: 0; font-family: 'Open Sans', system-ui, sans-serif; color: #3a4452; background: #ffffff; -webkit-font-smoothing: antialiased; }
:where(body.nd) *, :where(body.nd) *::before, :where(body.nd) *::after { box-sizing: border-box; }
:where(body.nd) a { text-decoration: none; color: inherit; }
:where(body.nd) img { max-width: 100%; }
/* Same base in the block editor canvas (zero specificity, so block/old-theme rules still win) */
html .editor-styles-wrapper { font-family: 'Open Sans', system-ui, sans-serif; color: #3a4452; -webkit-font-smoothing: antialiased; } /* beats WP's editor serif reset */
:where(.editor-styles-wrapper) a { text-decoration: none; color: inherit; }
:where(.editor-styles-wrapper) :where(.nd-section, .single-block, .nd-widget) * { box-sizing: border-box; }
.nd-main { display: block; }
/* WPML "development site" nag (was hidden in the old custom.css) */
body.nd .otgs-development-site-front-end { display: none !important; }

/* ---- Hero with transparent header ---- */
.nd-hero { position: relative; overflow: hidden; background: #1d3a60 center 30% / cover no-repeat; }
.nd-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,42,70,.62) 0%, rgba(24,50,82,.44) 42%, rgba(28,56,90,.5) 100%); pointer-events: none; }
.nd-hero__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 34px 40px 60px; }

.nd-header { position: relative; z-index: 5; background: rgba(88,102,120,.32); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); transition: background-color .2s ease; }
/* Subpages: the menu stays on screen while scrolling (client follow-up 2026-09-18). */
.nd-hero { padding-top: 82px; }
.nd-hero .nd-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; }
body.admin-bar .nd-hero .nd-header { top: 32px; }
.nd-hero .nd-header.is-scrolled { background: rgba(15,33,54,.96); }
.nd-header__inner { max-width: 1280px; margin: 0 auto; padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nd-header__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nd-header__logo img { height: 38px; width: auto; display: block; }
.nd-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.nd-nav__list { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; list-style: none; margin: 0; padding: 0; }
.nd-nav__list li { margin: 0; padding: 0; }
.nd-nav__list a { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; letter-spacing: 0.03em; color: #ffffff; text-transform: uppercase; border-bottom: 2px solid transparent; padding-bottom: 2px; transition: border-color .15s ease; }
.nd-nav__list a:hover { border-bottom-color: #ffffff; }
.nd-nav__list .current-menu-item > a,
.nd-nav__list .current_page_item > a,
.nd-nav__list .current-menu-ancestor > a { border-bottom: 2px solid #ffffff; padding-bottom: 2px; }
.nd-lang { display: flex; align-items: center; gap: 8px; }
.nd-lang__item { display: inline-flex; width: 26px; height: 18px; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.35); opacity: .55; transition: opacity .15s; }
.nd-lang__item.is-active, .nd-lang__item:hover { opacity: 1; }
.nd-lang__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-header__toggle { display: none; background: none; border: 0; padding: 6px; cursor: pointer; }
.nd-header__toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #ffffff; }

.nd-breadcrumb { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; color: rgba(255,255,255,.8); display: flex; flex-wrap: wrap; gap: 10px; align-items: center; text-transform: uppercase; }
.nd-breadcrumb a { color: inherit; }
.nd-breadcrumb__sep { opacity: .6; }
.nd-breadcrumb__current { color: #ffffff; }
.nd-hero__rule { width: 64px; height: 2px; background: rgba(255,255,255,.55); margin: 10px 0 0; }
.nd-hero__title { margin: 20px 0 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 64px; line-height: 1.02; color: #ffffff; letter-spacing: -0.02em; }

/* ---- Body: sidebar + content ---- */
.nd-body { max-width: 1280px; margin: 0 auto; padding: 56px 40px 80px; display: grid; grid-template-columns: 236px 1fr; gap: 56px; align-items: start; }
.nd-body--no-sidebar { grid-template-columns: 1fr; }
.nd-sidebar { position: sticky; top: 110px; }
.nd-sidebar__nav { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 600; }
.nd-sidebar__link { padding: 9px 14px; border-left: 2px solid transparent; color: #5b6675; }
.nd-sidebar__link.is-active { border-left-color: #688aa8; color: #1d2733; background: #f6f8fa; }
:is(.nd-content, .editor-styles-wrapper) { min-width: 0; }

/* ---- Sections ---- */
.nd-section { scroll-margin-top: 106px; }
.nd-section + .nd-section { margin-top: 60px; }
.nd-h2 { margin: 0 0 20px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 30px; line-height: 1.2; color: #688aa8; }
.nd-lead { margin: 0; max-width: 820px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.36; color: #1b2430; letter-spacing: -0.01em; }
.nd-text { margin: 0; font-size: 16.5px; line-height: 1.72; color: #56616f; }
.nd-text--intro { max-width: 780px; }
.nd-lead + .nd-text--intro { margin-top: 20px; }
.nd-grid { display: grid; gap: 20px; }
.nd-grid--2 { grid-template-columns: 1fr 1fr; }
.nd-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
.nd-grid > * { min-width: 0; }

/* Strategy boxes */
.nd-strategy__boxes { margin-top: 30px; }
.nd-box { border: 1px solid #e6eaf0; padding: 28px 28px; }
.nd-box--accent { border-top: 3px solid #688aa8; }
.nd-box__title { margin: 0 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; color: #1b2430; }
.nd-box__text { margin: 0; font-size: 15px; line-height: 1.65; color: #566170; }

/* Criteria */
.nd-criteria__intro { margin: 0 0 26px; max-width: 800px; font-size: 16px; line-height: 1.7; }
.nd-criteria { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #e6eaf0; }
.nd-criteria__item { display: flex; gap: 16px; padding: 24px 26px; border-right: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; }
.nd-criteria__num { flex-shrink: 0; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; color: #c3d2de; }
.nd-criteria__text { margin: 0; font-size: 15px; line-height: 1.6; color: #3a4452; }
.nd-criteria__footnote { margin: 24px 0 0; max-width: 800px; font-size: 15.5px; line-height: 1.7; }

/* Join cards */
.nd-join__intro { margin: 0 0 30px; max-width: 820px; }
.nd-join-card { background: #fafbfc; border: 1px solid #e6eaf0; padding: 26px 26px; }
.nd-join-card--dark { background: #22436e; border-color: #22436e; }
.nd-join-card__title { margin: 0 0 14px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: #1b2430; }
.nd-join-card--dark .nd-join-card__title { color: #ffffff; }
.nd-join-card__body p { margin: 0 0 12px; font-size: 14px; line-height: 1.7; color: #566170; }
.nd-join-card__body p:last-child { margin-bottom: 0; }
.nd-join-card__body p:has(+ ul) { color: #7c8694; line-height: 1.55; }
.nd-join-card__body ul { margin: 0 0 12px; padding-left: 18px; font-size: 14px; line-height: 1.7; color: #566170; }
.nd-join-card__body ul:last-child { margin-bottom: 0; }
.nd-join-card--dark .nd-join-card__body p,
.nd-join-card--dark .nd-join-card__body ul { color: rgba(255,255,255,.85); }

/* Process steps */
.nd-process__intro { margin: 0 0 30px; max-width: 820px; }
.nd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid #e6eaf0; }
.nd-steps__item { padding: 26px 24px; border-right: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; position: relative; }
.nd-steps__num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 30px; color: #e7ebf1; line-height: 1; }
.nd-steps__title { margin: 14px 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: #1b2430; }
.nd-steps__text { margin: 0; font-size: 13.5px; line-height: 1.6; color: #7c8694; }

/* Contact card */
.nd-contact { border: 1px solid #e6eaf0; padding: 0; display: grid; grid-template-columns: auto 1fr; align-items: stretch; max-width: 620px; overflow: hidden; }
.nd-contact__media { width: 150px; background: linear-gradient(160deg, #2c4f7c, #46658f); display: flex; align-items: center; justify-content: center; }
.nd-contact__media--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-contact__initials { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 40px; color: rgba(255,255,255,.92); letter-spacing: 0.02em; }
.nd-contact__body { padding: 28px 30px; }
.nd-contact__intro { margin: 0 0 14px; font-size: 14px; color: #7c8694; }
.nd-contact__name { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: #1b2430; }
.nd-contact__role { font-size: 13.5px; color: #9aa3b0; font-weight: 600; margin-top: 2px; }
.nd-contact__links { font-size: 14.5px; line-height: 1.8; color: #56616f; margin-top: 12px; }
.nd-contact__links a { color: #2c4f7c; font-weight: 600; }

/* ---- Footer ---- */
.nd-footer { position: relative; z-index: 4; background: linear-gradient(180deg, #112338 0%, #0b1828 100%); } /* same footer as the start page; solid here (no image behind) */
.nd-footer__inner { max-width: 1280px; margin: 0 auto; padding: 44px 40px 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.nd-footer__col { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.82); font-weight: 400; }
.nd-footer__col p { margin: 0; }
.nd-footer__col strong { display: inline-block; margin-bottom: 16px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; line-height: 1.2; color: #ffffff; }
.nd-footer__col a { color: inherit; font-weight: 400; font-size: 14px; }
.nd-footer__links { display: flex; flex-direction: column; gap: 9px; font-size: 14px; color: rgba(255,255,255,.82); }
.nd-footer__links a { color: inherit; }
.nd-footer__col a:hover, .nd-footer__links a:hover { color: #ffffff; }



/* ---- Om oss (DESIGN-SPEC applied to the about blocks; no page mockup) ---- */
.nd-grid--4 { grid-template-columns: repeat(4, 1fr); }
.nd-h3 { margin: 44px 0 12px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; color: #1b2430; scroll-margin-top: 106px; }
.nd-subintro { margin: 0 0 22px; max-width: 820px; font-size: 16px; line-height: 1.7; }
.nd-rich p { margin: 0 0 1em; }
.nd-rich p:last-child { margin-bottom: 0; }

.nd-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid #e6eaf0; }
.nd-stats__item { padding: 22px 24px; border-right: 1px solid #eef0f3; }
.nd-stats__item:last-child { border-right: 0; }
.nd-stats__num { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 30px; line-height: 1; color: #1b2430; }
.nd-stats__unit { margin-left: 5px; font-size: 15px; font-weight: 600; color: #7c8694; }
.nd-stats__label { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: #9aa3b0; }

.nd-timeline { margin-top: 30px; border-top: 1px solid #e6eaf0; }
.nd-timeline__item { display: grid; grid-template-columns: 96px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #eef0f3; }
.nd-timeline__year { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; line-height: 1.3; color: #688aa8; }
.nd-timeline__text { margin: 0; max-width: 760px; font-size: 15px; line-height: 1.65; color: #566170; }

.nd-box--dark { background: #22436e; border-color: #22436e; }
.nd-box__label { margin: 0 0 12px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; color: rgba(255,255,255,.72); }
.nd-box__label--ink { color: #688aa8; }
.nd-vm__statement { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 21px; line-height: 1.4; color: #ffffff; }
.nd-vm__quote { margin: 10px 0 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.35; color: #1b2430; }
.nd-criteria__text strong { font-weight: 700; color: #1b2430; }

.nd-value { padding: 30px 28px; min-height: 150px; }
.nd-value__title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; }
.nd-value__sub { margin-top: 8px; font-size: 15px; line-height: 1.55; }

.nd-targets { margin-top: 30px; }
.nd-target { padding: 24px 22px; }
.nd-target__num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 38px; line-height: 1; color: #1b2430; }
.nd-target__unit { margin-left: 2px; font-size: 20px; }
.nd-target__title { margin: 14px 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: #1b2430; }
.nd-target .nd-box__text { font-size: 14px; line-height: 1.6; }
.nd-targets__outro { margin: 24px 0 0; max-width: 820px; font-size: 15.5px; line-height: 1.7; }
.nd-support { display: flex; gap: 18px; align-items: flex-start; background: #fafbfc; border: 1px solid #e6eaf0; padding: 22px 24px; }
.nd-support__num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; color: #22436e; white-space: nowrap; }
.nd-support__title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: #1b2430; }
.nd-support__desc { margin-top: 4px; font-size: 14px; line-height: 1.6; color: #566170; }
.nd-defs { margin-top: 40px; padding-top: 26px; border-top: 1px solid #e6eaf0; }
.nd-defs__label { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: #9aa3b0; }
.nd-defs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; }
.nd-defs__item { margin: 0; font-size: 13.5px; line-height: 1.65; color: #7c8694; }
.nd-defs__item strong { color: #1b2430; }


/* ---- Våra bolag (DESIGN-SPEC applied; no page mockup) ---- */
.nd-principle__num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; color: #c3d2de; }
.nd-principle__title { margin-top: 12px; font-size: 19px; }
.nd-portfolio__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; flex-wrap: wrap; }
.nd-portfolio__head .nd-lead { flex: 1 1 420px; }
.nd-portfolio__counts { display: flex; gap: 30px; padding-bottom: 4px; }
.nd-company { position: relative; display: flex; flex-direction: column; border: 1px solid #e6eaf0; border-top: 3px solid #688aa8; background: #ffffff; }
.nd-company__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px 0; min-height: 70px; }
.nd-company__logo img { display: block; max-height: 42px; max-width: 190px; width: auto; height: auto; object-fit: contain; }
.nd-company__wordmark { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: #1b2430; }
.nd-company__since { flex-shrink: 0; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: #7c8694; white-space: nowrap; }
.nd-company__body { padding: 18px 26px 22px; flex: 1; }
.nd-company__country { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: #9aa3b0; text-transform: uppercase; }
.nd-company__dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.nd-company__name { margin: 8px 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 20px; color: #1b2430; }
.nd-company__desc { margin: 0; font-size: 14.5px; line-height: 1.62; color: #566170; }
.nd-company__note { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid #eef0f3; font-size: 13.5px; line-height: 1.6; color: #7c8694; }
.nd-company__stats { display: grid; grid-template-columns: auto auto 1fr; gap: 26px; padding: 16px 26px; border-top: 1px solid #eef0f3; background: #fafbfc; }
.nd-company__stat-num { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 22px; line-height: 1.1; color: #1b2430; }
.nd-company__stat-num--ceo { font-size: 15px; line-height: 1.5; }
.nd-company__msek { margin-left: 4px; font-size: 12px; font-weight: 600; color: #7c8694; }
.nd-company__link { position: absolute; inset: 0; z-index: 2; }


/* ---- Hållbarhet (DESIGN-SPEC applied; no page mockup) ---- */
.nd-focus { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.nd-focus__icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; background: #f0f4f8; }
.nd-focus__icon svg path { stroke: #688aa8; }
.nd-focus__title { margin: 0; }
.nd-report { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: #22436e; padding: 30px 32px; }
.nd-report__title { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.35; color: #ffffff; }
.nd-report__btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: #ffffff; color: #22436e; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
.nd-report__btn:hover { background: #f0f4f8; }


/* ---- Investerare: live widget markup (MFN / Modular Finance / Datablocks)
   restyled in the new design; behaviour still from the plugins + theme JS. ---- */
.nd-lead--sm { font-size: 19px; margin-bottom: 20px; }
.nd-widget { min-width: 0; }
.nd-note { margin: 12px 0 0; font-size: 13px; line-height: 1.6; color: #9aa3b0; }
:is(.nd-content, .editor-styles-wrapper) .h-500 { max-height: 500px; overflow-y: auto; }

/* Press tabs */
:is(.nd-content, .editor-styles-wrapper) .tabs-nav { display: flex; flex-wrap: wrap; gap: 4px 28px; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #e6eaf0; }
:is(.nd-content, .editor-styles-wrapper) .tabs-nav li a { display: block; padding: 10px 0; margin-bottom: -1px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 600; color: #5b6675; }
:is(.nd-content, .editor-styles-wrapper) .tabs-nav li.active a, :is(.nd-content, .editor-styles-wrapper) .tabs-nav li a:hover { color: #1d2733; border-bottom-color: #688aa8; }
:is(.nd-content, .editor-styles-wrapper) .tab-content { border: 1px solid #e6eaf0; border-top: 0; }
:is(.nd-content, .editor-styles-wrapper) .press-release .heading-block { position: sticky; top: 0; z-index: 1; padding: 12px 22px; background: #f6f8fa; border-bottom: 1px solid #eef0f3; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul { list-style: none; margin: 0; padding: 0; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li { border-bottom: 1px solid #eef0f3; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li:last-child { border-bottom: 0; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li a { display: grid; grid-template-columns: 104px 1fr; gap: 16px; padding: 13px 22px; font-size: 14.5px; line-height: 1.5; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li a:hover { color: #688aa8; background: #fafbfc; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li a .date { font-size: 13px; font-weight: 600; color: #9aa3b0; white-space: nowrap; }

/* Report archive table */
:is(.nd-content, .editor-styles-wrapper) .custom-border { border: 1px solid #e6eaf0; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block,
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report { display: grid; grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, 1fr)); gap: 12px; align-items: center; padding: 12px 22px; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block { position: sticky; top: 0; z-index: 1; background: #f6f8fa; border-bottom: 1px solid #eef0f3; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7c8694; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block > div:first-child { font-family: 'Archivo', sans-serif; font-size: 16px; letter-spacing: 0; text-transform: none; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report { border-bottom: 1px solid #eef0f3; font-size: 14.5px; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report > .title { line-height: 1.45; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report > .title span { display: block; margin-top: 2px; font-size: 12.5px; font-weight: 600; color: #9aa3b0; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report a { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: #2c4f7c; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report a:hover { color: #688aa8; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report a img { width: 20px; height: 20px; }
:is(.nd-content, .editor-styles-wrapper) .financial-report .single-report a .title { margin: 0; }

/* Share chart + key facts */
.nd-share { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.nd-share__chart { border: 1px solid #e6eaf0; padding: 16px; overflow-x: auto; }
.nd-facts { margin: 0; border: 1px solid #e6eaf0; border-top: 3px solid #688aa8; }
.nd-facts__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 20px; border-bottom: 1px solid #eef0f3; }
.nd-facts__row:last-child { border-bottom: 0; }
.nd-facts__row dt { margin: 0; }
.nd-facts__value { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; color: #1b2430; text-align: right; }

/* Tables: owners, PDMR, insider transactions, calendar */
:is(.nd-content, .editor-styles-wrapper) .table-responsive, :is(.nd-content, .editor-styles-wrapper) .mf-table-wrapper { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table, :is(.nd-content, .editor-styles-wrapper) #mf_calendar table, :is(.nd-content, .editor-styles-wrapper) .calendar-widget table { width: 100%; border-collapse: collapse; border: 1px solid #e6eaf0; font-size: 14px; color: #3a4452; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table th, :is(.nd-content, .editor-styles-wrapper) #mf_calendar th, :is(.nd-content, .editor-styles-wrapper) .calendar-widget table th { padding: 11px 14px; background: #f6f8fa; border: 0; border-bottom: 1px solid #e6eaf0; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #7c8694; white-space: nowrap; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table td, :is(.nd-content, .editor-styles-wrapper) #mf_calendar td, :is(.nd-content, .editor-styles-wrapper) .calendar-widget table td { padding: 11px 14px; border: 0; border-bottom: 1px solid #eef0f3; vertical-align: top; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table tr:last-child td { border-bottom: 0; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table .mf-sum-row td, :is(.nd-content, .editor-styles-wrapper) table.mf-table .mf-total-row td { font-weight: 700; color: #1b2430; background: #fafbfc; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table a, :is(.nd-content, .editor-styles-wrapper) #mf_calendar a { color: #2c4f7c; font-weight: 600; }
:is(.nd-content, .editor-styles-wrapper) .mf-powered-by { margin-top: 8px; font-size: 12px; color: #9aa3b0; }
:is(.nd-content, .editor-styles-wrapper) .mf-powered-by a { color: inherit; }
:is(.nd-content, .editor-styles-wrapper) #mf_calendar button { margin: 0 6px 10px 0; padding: 8px 14px; background: #ffffff; border: 1px solid #e6eaf0; color: #1d2733; font: 600 13px 'Open Sans', sans-serif; cursor: pointer; }
:is(.nd-content, .editor-styles-wrapper) #mf_calendar button:hover { border-color: #688aa8; }
:is(.nd-content, .editor-styles-wrapper) #mf_calendar td a + a { margin-left: 10px; }
:is(.nd-content, .editor-styles-wrapper) .mf-tot-owners { margin-top: 10px; font-size: 13px; color: #7c8694; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table td { white-space: nowrap; }
:is(.nd-content, .editor-styles-wrapper) table.mf-table td.mf-col-name, :is(.nd-content, .editor-styles-wrapper) table.mf-table td.owner-name, :is(.nd-content, .editor-styles-wrapper) table.mf-table td.aggregated-names, :is(.nd-content, .editor-styles-wrapper) table.mf-table td.cluster-owner-name { white-space: normal; min-width: 140px; }

/* Subscribe form */
.nd-subscribe { max-width: 640px; border: 1px solid #e6eaf0; border-top: 3px solid #688aa8; padding: 26px 30px; }
.nd-subscribe p { margin: 0 0 10px; font-size: 15px; line-height: 1.6; color: #56616f; }
.nd-subscribe ul.mfn-list { list-style: none; margin: 14px 0 18px; padding: 0; }
.nd-subscribe ul.mfn-list li { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; }
.nd-subscribe input[type="checkbox"] { width: 18px; height: 18px; margin: 0; accent-color: #22436e; flex-shrink: 0; }
.nd-subscribe label { font-size: 15px; font-weight: 600; color: #1b2430; }
.nd-subscribe .mfn-field-row { margin: 0 0 14px; }
.nd-subscribe .mfn-field-label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #7c8694; }
.nd-subscribe input[type="text"], .nd-subscribe input[type="email"], .nd-subscribe .mfn-field-input { width: 100%; max-width: 420px; padding: 11px 12px; border: 1px solid #d5dbe3; border-radius: 0; font: 15px 'Open Sans', sans-serif; color: #1b2430; }
.nd-subscribe .mfn-policy-approve { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 16px; }
.nd-subscribe .mfn-policy-approve label { font-weight: 400; font-size: 13.5px; line-height: 1.55; color: #56616f; }
.nd-subscribe .mfn-policy-approve label a { color: #2c4f7c; text-decoration: underline; }
.nd-subscribe .mfn-sub-submit { padding: 12px 24px; background: #22436e; border: 1px solid #22436e; border-radius: 0; color: #ffffff; font: 700 14px 'Open Sans', sans-serif; letter-spacing: 0.02em; cursor: pointer; }
.nd-subscribe .mfn-sub-submit:hover { background: #2c4f7c; border-color: #2c4f7c; }

/* Listing document link + IR contact + presentation links */
.nd-doclink { display: inline-flex; gap: 6px; margin-top: 16px; font-size: 14px; font-weight: 700; color: #22436e; border-bottom: 2px solid #688aa8; padding-bottom: 2px; }
.nd-ircontact { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; background: #22436e; padding: 30px 32px; color: #ffffff; }
.nd-ircontact__name { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 22px; color: #ffffff; }
.nd-ircontact__title { margin-top: 2px; font-size: 14px; color: rgba(255,255,255,.75); }
.nd-ircontact__links { display: flex; flex-direction: column; gap: 6px; font-size: 15px; font-weight: 600; }
.nd-ircontact__links a { color: #ffffff; }
.nd-links { border: 1px solid #e6eaf0; }
.nd-links__item { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid #eef0f3; font-size: 15px; font-weight: 600; color: #1b2430; }
.nd-links__item:last-child { border-bottom: 0; }
.nd-links__item svg { color: #688aa8; flex-shrink: 0; }
.nd-links__arrow { margin-left: auto; color: #9aa3b0; }


/* ---- Bolagsstyrning: builder blocks (editor content + directors + meeting
   documents) styled in place; their own headings/text are left untouched. ---- */
.nd-content > .single-block { scroll-margin-top: 106px; }
.nd-content > .single-block + .single-block { margin-top: 60px; }
.nd-content > .siderbar-board-block + .siderbar-board-block { margin-top: 44px; }
:is(.nd-content, .editor-styles-wrapper) .single-block h2 { margin: 0 0 20px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 30px; line-height: 1.2; color: #688aa8; }
:is(.nd-content, .editor-styles-wrapper) .single-block h3 { margin: 32px 0 14px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.3; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .single-block > h3:first-child { margin-top: 0; }
:is(.nd-content, .editor-styles-wrapper) .single-block h4, :is(.nd-content, .editor-styles-wrapper) .single-block h5 { margin: 24px 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .single-block p { margin: 0 0 1em; max-width: 820px; font-size: 16px; line-height: 1.72; color: #56616f; }
:is(.nd-content, .editor-styles-wrapper) .single-block strong { color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .single-block a { color: #2c4f7c; font-weight: 600; }
:is(.nd-content, .editor-styles-wrapper) .single-block a:hover { color: #688aa8; }
:is(.nd-content, .editor-styles-wrapper) .single-block ul, :is(.nd-content, .editor-styles-wrapper) .single-block ol { margin: 0 0 1em; padding-left: 20px; max-width: 820px; font-size: 16px; line-height: 1.72; color: #56616f; }

:is(.nd-content, .editor-styles-wrapper) .single-director { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 28px; align-items: start; padding: 26px 0; border-top: 1px solid #eef0f3; }
:is(.nd-content, .editor-styles-wrapper) .single-director:last-child { border-bottom: 1px solid #eef0f3; }
:is(.nd-content, .editor-styles-wrapper) .single-director .img-block img { display: block; width: 140px; height: 170px; object-fit: cover; }
:is(.nd-content, .editor-styles-wrapper) .single-director .content-block h5 { margin: 0 0 8px; font-size: 18px; }
:is(.nd-content, .editor-styles-wrapper) .single-director .content-block p { font-size: 14.5px; line-height: 1.65; color: #566170; }
:is(.nd-content, .editor-styles-wrapper) .single-director .content-block p:last-child { margin-bottom: 0; }

:is(.nd-content, .editor-styles-wrapper) .general-meetings .heading-block { position: sticky; top: 0; z-index: 1; padding: 12px 22px; background: #f6f8fa; border-bottom: 1px solid #eef0f3; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; color: #1b2430; }
:is(.nd-content, .editor-styles-wrapper) .has-special-li ul li a span { font-size: 13px; font-weight: 600; color: #9aa3b0; white-space: nowrap; }
:is(.nd-content, .editor-styles-wrapper) .single-block .has-special-li ul { margin: 0; padding: 0; max-width: none; }
:is(.nd-content, .editor-styles-wrapper) .single-block .has-special-li ul li a { color: #1b2430; font-weight: 400; }
:is(.nd-content, .editor-styles-wrapper) .single-block .has-special-li ul li a:hover { color: #688aa8; }
/* inline colour set in the editor content (old brand red) -> link blue; wording untouched */
:is(.nd-content, .editor-styles-wrapper) .single-block a [style*="color"], :is(.nd-content, .editor-styles-wrapper) .single-block [style*="color: #d22630"], :is(.nd-content, .editor-styles-wrapper) .single-block [style*="color:#d22630"] { color: #2c4f7c !important; }


/* ---- Kontakt (DESIGN-SPEC applied; no page mockup) ---- */
.nd-ct__name { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: #1b2430; }
.nd-ct__name--sm { margin-top: 6px; font-size: 16px; }
.nd-ct__text { margin-top: 8px; font-size: 14.5px; line-height: 1.75; color: #56616f; }
.nd-ct__text a, .nd-ct__web { color: #2c4f7c; font-weight: 600; }
.nd-ct__web { display: inline-block; margin-top: 8px; font-size: 13.5px; }
.nd-ct-hq { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); border: 1px solid #e6eaf0; border-top: 3px solid #688aa8; }
.nd-ct-hq__col { padding: 24px 24px; border-right: 1px solid #eef0f3; min-width: 0; }
.nd-ct-hq__col:last-child { border-right: 0; }
.nd-ct-group { margin-top: 28px; }
.nd-ct-group:first-of-type { margin-top: 0; }
.nd-ct-group__head { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid #e6eaf0; }
.nd-ct-group__brand { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: #1b2430; }
.nd-ct-offices { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.nd-ct-office { border: 1px solid #e6eaf0; padding: 18px 20px; }
.nd-ct-office .nd-ct__name--sm { margin-top: 0; }
.nd-ct-adviser { max-width: 620px; }
.nd-ct-adviser__title { margin-top: 4px; }


/* ---- Plain editor content (policy pages): direct children of the content column ---- */
.nd-content > h2 { margin: 40px 0 18px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 30px; line-height: 1.2; color: #688aa8; }
.nd-content > h3 { margin: 32px 0 12px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.3; color: #1b2430; }
.nd-content > h4 { margin: 24px 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: #1b2430; }
.nd-content > h2:first-child, .nd-content > h3:first-child, .nd-content > h4:first-child { margin-top: 0; }
.nd-content > p, .nd-content > ul, .nd-content > ol { margin: 0 0 1em; max-width: 820px; font-size: 16px; line-height: 1.72; color: #56616f; }
.nd-content > ul, .nd-content > ol { padding-left: 20px; }
.nd-content > p a, .nd-content > ul a, .nd-content > ol a, .nd-content > table a { color: #2c4f7c; font-weight: 600; text-decoration: underline; }
.nd-content > p strong, .nd-content > ul strong { color: #1b2430; }
.nd-content > table, .nd-content > figure > table { width: 100%; max-width: 980px; margin: 20px 0 28px; border-collapse: collapse; border: 1px solid #e6eaf0; font-size: 14.5px; color: #3a4452; }
.nd-content > figure { margin: 0; overflow-x: auto; }
.nd-content > table th, .nd-content > table td, .nd-content > figure > table th, .nd-content > figure > table td { padding: 11px 15px; border: 1px solid #eef0f3; text-align: left; vertical-align: top; line-height: 1.55; }
.nd-content > table th, .nd-content > figure > table th { background: #f6f8fa; font-weight: 700; color: #1b2430; }


/* ---- Press release (single mfn_news), search, 404 ---- */
.nd-hero__title--sm { max-width: 980px; font-size: 40px; line-height: 1.15; }
.nd-article { max-width: 820px; }
.nd-article__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.nd-back { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #e6eaf0; font-size: 18px; color: #22436e; }
.nd-back:hover { border-color: #688aa8; }
.nd-article__date { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #9aa3b0; }
.nd-article__image img { display: block; width: 100%; height: auto; margin-bottom: 26px; }
.nd-article p, .nd-article li { font-size: 16px; line-height: 1.72; color: #56616f; }
.nd-article p { margin: 0 0 1em; }
.nd-article strong { color: #1b2430; }
.nd-article h2 { margin: 34px 0 12px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 22px; line-height: 1.3; color: #1b2430; }
.nd-article h3, .nd-article h4 { margin: 26px 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: #1b2430; }
.nd-article ul, .nd-article ol { margin: 0 0 1em; padding-left: 20px; }
.nd-article a { color: #2c4f7c; font-weight: 600; text-decoration: underline; overflow-wrap: anywhere; }
.nd-article table { display: block; overflow-x: auto; width: 100%; margin: 16px 0 26px; border-collapse: collapse; border: 1px solid #e6eaf0; font-size: 14px; }
.nd-article th, .nd-article td { padding: 9px 12px; border: 1px solid #eef0f3; text-align: left; vertical-align: top; }
.nd-article th { background: #f6f8fa; color: #1b2430; }
.nd-article .mfn-footer, .nd-article .mfn-disclaimer { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e6eaf0; }
.nd-article .mfn-footer p, .nd-article .mfn-footer li, .nd-article .mfn-disclaimer p { font-size: 14px; }
.nd-button { display: inline-flex; margin-top: 10px; padding: 12px 22px; background: #22436e; color: #ffffff; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; }
.nd-button:hover { background: #2c4f7c; }
.nd-article a.nd-button, .nd-article a.nd-button:hover { color: #ffffff; text-decoration: none; }
.nd-search h3 { margin: 0 0 14px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 21px; color: #1b2430; }
.nd-search__group + .nd-search__group { margin-top: 36px; }
.nd-search__item > span:first-child { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.nd-search__title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: #1b2430; }
.nd-search__excerpt { font-size: 14px; font-weight: 400; line-height: 1.55; color: #7c8694; }

/* ---- Start page (Home.dc.html). Container unified with the subpages
   (1280 / 40px) so the shared header doesn't shift between pages. ---- */
.nd-home { position: relative; width: 100%; min-height: 100vh; background: #12263d center center / cover no-repeat; display: flex; flex-direction: column; overflow: hidden; }
.nd-home__overlay, .nd-home__scrim { position: absolute; pointer-events: none; }
.nd-home__overlay--v { inset: 0; background: linear-gradient(180deg, rgba(10,24,42,.5) 0%, rgba(10,24,42,.36) 38%, rgba(9,21,37,.58) 100%); }
.nd-home__overlay--h { inset: 0; background: linear-gradient(90deg, rgba(9,21,37,.5) 0%, rgba(9,21,37,.18) 52%, rgba(9,21,37,.42) 100%); }
.nd-home__scrim { left: 0; right: 0; top: 0; height: 170px; background: linear-gradient(180deg, rgba(8,20,36,.6) 0%, rgba(8,20,36,0) 100%); }
.nd-home .nd-header { z-index: 5; }
.nd-home__grid { position: relative; z-index: 3; flex: 1; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 40px 40px; display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: auto 1fr; column-gap: 48px; align-items: start; }
.nd-home__grid { grid-template-columns: 1fr 1fr; } /* 1.15fr:1fr at 1440 in the mockup; 1:1 keeps the real tile titles on whole words at 1280 */
.nd-home__grid > p:empty { display: none; }

.nd-home__share { display: block; color: inherit; transition: background-color .2s ease; grid-column: 2; grid-row: 1; justify-self: end; width: min(430px, 100%); margin-top: 24px; background: rgba(88,102,120,.5); border-radius: 18px; padding: 26px 30px 30px; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.nd-home__share-head { display: flex; align-items: center; gap: 14px; }
.nd-home__share-icon { width: 38px; height: 38px; flex-shrink: 0; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.nd-home__share-title { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 23px; color: #ffffff; letter-spacing: 0.01em; text-transform: uppercase; }
.nd-home__share-body .main-content { margin: 0; }
.nd-home__share-body .share-price { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 96px; line-height: 1; color: #c7d6e4; margin-top: 26px; letter-spacing: -0.03em; }
.nd-home__share-body .changes { font-size: 19px; font-weight: 400; margin-top: 20px; }
.nd-home__share-body .changes strong { font-weight: 400; }
.nd-home__share-body .text-color-green { color: #7ee08a; }
.nd-home__share-body .text-color-red { color: #ff9b95; }
.nd-home__share-body .bottom-block p { margin: 34px 0 0; font-size: 13px; color: #e8eef5; }

.nd-home__headline { grid-column: 1; grid-row: 1 / span 2; align-self: end; padding-bottom: 14px; }
.nd-home__title { margin: 0; font-family: 'Archivo', sans-serif; font-size: 66px; line-height: 1.12; letter-spacing: -0.02em; }
.nd-home__t-a { font-weight: 700; color: #c7d6e4; }
.nd-home__t-b { font-weight: 300; color: #ffffff; }
.nd-home__intro { margin: 40px 0 0; max-width: 640px; font-size: 17px; line-height: 1.6; color: #ffffff; }
.nd-home__intro p { margin: 0 0 1em; }
.nd-home__intro p:last-child { margin-bottom: 0; }

.nd-home__links { grid-column: 2; grid-row: 2; align-self: end; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 14px; }
.nd-home__tile { transition: background-color .2s ease; background: rgba(88,102,120,.42); border-radius: 16px; padding: 38px 10px 26px; display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); color: #ffffff; }
.nd-home__tile-icon { width: auto; height: 46px; max-width: 90px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.nd-home__tile-label { font-size: 15px; font-weight: 700; letter-spacing: 0.02em; color: #ffffff; line-height: 1.3; text-transform: uppercase; overflow-wrap: break-word; hyphens: manual; }

.nd-footer--home { background: linear-gradient(180deg, rgba(10,25,43,.78) 0%, rgba(8,20,35,.94) 100%); } /* translucent over the start-page image */
.nd-footer--home .nd-footer__inner { padding-top: 26px; padding-bottom: 28px; }
.nd-footer--home .nd-footer__col { line-height: 1.6; }
.nd-footer--home .nd-footer__col strong { margin-bottom: 8px; }
.nd-footer--home .nd-footer__links { gap: 6px; }
a.nd-home__share:hover, a.nd-home__tile:hover { background-color: rgba(88,102,120,.66); }

/* ---- Responsive (the concept is desktop-only; these keep it usable on smaller screens) ---- */
@media (min-width: 961px) and (max-height: 880px) {
    .nd-home__title { font-size: 56px; }
    .nd-home__intro { margin-top: 26px; }
    .nd-home__share { margin-top: 12px; padding: 20px 26px 22px; }
    .nd-home__share-body .share-price { font-size: 76px; margin-top: 16px; }
    .nd-home__share-body .changes { margin-top: 12px; }
    .nd-home__share-body .bottom-block p { margin-top: 18px; }
    .nd-home__tile { padding: 26px 10px 20px; gap: 18px; }
}
@media (min-width: 961px) and (max-height: 780px) {
    .nd-home__title { font-size: 48px; }
    .nd-home__intro { font-size: 15.5px; margin-top: 18px; }
    .nd-home__share-body .share-price { font-size: 64px; }
    .nd-home__tile-icon { height: 38px; }
}
@media (max-width: 1100px) {
    .nd-home { overflow: visible; }
    .nd-hero { overflow: visible; } /* let the open menu panel extend past the hero */
    .nd-header__toggle { display: block; }
    .nd-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 40px 28px; background: #0f2136; }
    .nd-header.is-open .nd-nav { display: flex; }
    .nd-nav__list { flex-direction: column; align-items: flex-start; gap: 16px; }
    .nd-nav__list a { font-size: 15px; }
}
@media (max-width: 960px) {
    .nd-ct-hq { grid-template-columns: 1fr 1fr; }
    .nd-ct-hq__col { border-bottom: 1px solid #eef0f3; }
    .nd-share { grid-template-columns: 1fr; }
    :is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block, :is(.nd-content, .editor-styles-wrapper) .financial-report .single-report { grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); padding-left: 14px; padding-right: 14px; }
    .nd-grid--4, .nd-stats, .nd-defs__grid { grid-template-columns: 1fr 1fr; }
    .nd-stats__item { border-bottom: 1px solid #eef0f3; }
    .nd-timeline__item { grid-template-columns: 64px 1fr; gap: 16px; }
    .nd-home__grid { grid-template-columns: 1fr; grid-template-rows: none; row-gap: 28px; padding-top: 20px; }
    .nd-home__share, .nd-home__headline, .nd-home__links { grid-column: 1; grid-row: auto; justify-self: stretch; align-self: start; }
    .nd-home__headline { order: 1; padding-bottom: 0; }
    .nd-home__share { order: 2; width: 100%; margin-top: 0; }
    .nd-home__links { order: 3; }
    .nd-home__title { font-size: 44px; }
    .nd-home__intro { margin-top: 24px; }
    .nd-home__share-body .share-price { font-size: 64px; }
    .nd-body { grid-template-columns: 1fr; gap: 0; padding-top: 40px; }
    .nd-sidebar { display: none; }
    .nd-hero__title { font-size: 44px; }
    .nd-grid--2, .nd-grid--3, .nd-criteria { grid-template-columns: 1fr; }
    .nd-steps { grid-template-columns: repeat(2, 1fr); }
    .nd-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .nd-hero__title--sm { font-size: 28px; }
    .nd-content > table { display: block; overflow-x: auto; }
    .nd-content > h2 { font-size: 26px; }
    .nd-ct-hq { grid-template-columns: 1fr; }
    .nd-ct-hq__col { border-right: 0; }
    :is(.nd-content, .editor-styles-wrapper) .single-director { grid-template-columns: 1fr; gap: 16px; }
    .nd-share__chart { padding: 10px; }
    :is(.nd-content, .editor-styles-wrapper) .has-special-li ul li a { grid-template-columns: 1fr; gap: 2px; padding: 12px 16px; }
    :is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block > div:not(:first-child) { display: none; }
    :is(.nd-content, .editor-styles-wrapper) .financial-report .heading-block, :is(.nd-content, .editor-styles-wrapper) .financial-report .single-report { grid-template-columns: 1fr; gap: 8px; }
    :is(.nd-content, .editor-styles-wrapper) .financial-report .single-report > div:empty { display: none; }
    .nd-subscribe { padding: 20px; }
    .nd-company__top { flex-wrap: wrap; padding-left: 20px; padding-right: 20px; }
    .nd-company__since { white-space: normal; }
    .nd-company__body, .nd-company__stats { padding-left: 20px; padding-right: 20px; }
    .nd-company__logo img { max-width: 100%; }
    .nd-company__stats { grid-template-columns: 1fr 1fr; }
    .nd-company__ceo { grid-column: 1 / -1; }
    .nd-grid--4, .nd-defs__grid { grid-template-columns: 1fr; }
    .nd-home__grid { padding-left: 20px; padding-right: 20px; }
    .nd-home__title { font-size: 36px; }
    .nd-home__links { grid-template-columns: 1fr; gap: 12px; }
    .nd-home__tile { flex-direction: row; justify-content: flex-start; padding: 18px 20px; gap: 16px; text-align: left; }
    .nd-home__tile-icon { width: 32px; height: 32px; }
    .nd-header__inner, .nd-hero__inner, .nd-body, .nd-footer__inner { padding-left: 20px; padding-right: 20px; }
    .nd-nav { padding-left: 20px; padding-right: 20px; }
    .nd-hero__title { font-size: 38px; }
    .nd-h2 { font-size: 26px; }
    .nd-lead { font-size: 18px; }
    .nd-steps { grid-template-columns: 1fr; }
    .nd-contact { grid-template-columns: 1fr; }
    .nd-contact__media { width: 100%; height: 180px; }
    .nd-footer__inner { grid-template-columns: 1fr; }
}

/* Block editor canvas: the old theme CSS is also loaded there; neutralise its leftovers
   so widget + builder-block previews match the new design. */
.editor-styles-wrapper .has-special-li ul li a span::after { content: none; }
.editor-styles-wrapper .single-block h2::before, .editor-styles-wrapper .single-block h2::after { content: none; }
.editor-styles-wrapper .custom-box.press-release ul li a::before,
.editor-styles-wrapper .custom-box.general-meetings ul li a::before,
.editor-styles-wrapper .custom-box.financial-report .single-report > div:first-child::before { content: none; }
.editor-styles-wrapper .tabs-wrapper .tabs-nav li a { opacity: 1; padding: 10px 0; background: none; justify-content: flex-start; height: auto; }
.editor-styles-wrapper .tabs-wrapper .tabs-nav li.active a { background: none; }
.editor-styles-wrapper .custom-box .heading-block { padding: 12px 22px; }
@media (max-width: 782px) {
    body.admin-bar .nd-hero .nd-header { top: 46px; }
}
@media (max-width: 600px) {
    body.admin-bar .nd-hero .nd-header { top: 0; }
}
