.aside-content .sidebar-content-bg-block.single-block, .aside-content .sidebar-text-box-block.single-block, .aside-content .sidebar-vision-block.single-block {
    margin: 2.5rem 0;
}
.aside-content .single-block.mt-small{
    margin-top: 2.5rem;
} 
.aside-content .single-block.mb-small{
    margin-bottom: 2.5rem;
}

/* ============================================================
   Site width test (2026-09-09) — cap the content container so
   large / high-zoom (Windows 125%) screens get comfortable side
   margins instead of running edge-to-edge. Was 120rem (1920px)
   in main.min.css; client asked to test 1200px.
   ============================================================ */
.container { max-width: 1200px; }
/* Front-page widget row sits in a full-bleed .container-fluid; cap it to the
   same site width so the front page isn't edge-to-edge (footer stays full). */
.section-latest-block .container-fluid { max-width: 1200px; margin-left: auto; margin-right: auto; }
/* Header nav + footer content capped to the site width too, so the logo/menu
   and footer columns line up with the 1200 content (their full-width
   backgrounds are unaffected). */
.main-header .container-fluid, .main-footer .container-fluid { max-width: 1200px; margin-left: auto; margin-right: auto; }

/* ============================================================
   A1 — Front-page laptop responsiveness (1200–1536px band)
   Scales down the oversized hero + container padding so the
   front page reads comfortably on normal laptops without
   touching the 1440p+ design.
   ============================================================ */
@media (min-width: 1200px) and (max-width: 1536px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .section-hero-block.pt-70 { padding-top: 3.25rem; }
    .section-hero-block.pb-70 { padding-bottom: 3.25rem; }
    .section-hero-block .heading-text-container h1,
    .section-hero-block .heading-text-container h2 {
        font-size: 2.5rem;
        line-height: 1.12;
    }
    /* keep the four front-page widgets balanced and not cramped */
    .section-latest-block .single-box-container { padding: 1.25rem; }
}

/* ============================================================
   A8 — "Om oss" value cards (Kompetens / Lösningsorientering /
   Pålitlighet). Give the three cards consistent gaps, equal
   height and a clearer hierarchy; stack on small screens.
   ============================================================ */
.sidebar-text-box-block .text-box-wrapper.side-by-side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.sidebar-text-box-block .text-box-wrapper.side-by-side .single-text-box {
    flex: initial;
    max-width: none;
    min-height: 0;
    height: 100%;
    padding: 1.5rem;
}
.sidebar-text-box-block .text-box-wrapper.side-by-side .single-text-box .top-block {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
    .sidebar-text-box-block .text-box-wrapper.side-by-side {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   A7 — "Våra bolag" company boxes (responsive grid of cards)
   ============================================================ */
.company-boxes-block .company-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.company-box {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.company-box:hover {
    box-shadow: 0 8px 24px rgba(55, 77, 117, 0.12);
    transform: translateY(-2px);
}
.company-box__media img {
    width: 100%;
    height: auto;
    display: block;
}
.company-box__body { padding: 1.5rem; }
.company-box__title { margin: 0 0 .5rem; }
.company-box__text p:last-child { margin-bottom: 0; }
.company-box__link { position: absolute; inset: 0; z-index: 2; }
.company-box .screen-reader-text {
    position: absolute; width: 1px; height: 1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
@media (max-width: 991px) {
    .company-boxes-block .company-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .company-boxes-block .company-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   A9/A11 — Inner-page section header images + heading frame.
   The page.php template already renders a .page-hero section
   for every inner page; the .bg-media-container fills it as
   an object-fit:cover image when a featured image is set.
   A11 adds a thin white accent bar above every page-hero h1.
   ============================================================ */

/* A11 — Restrained heading frame: small white rule above the
   page-hero h1 on inner pages. Keeps brand typography clean. */
.page-hero .page-title h1::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    background: #fff;
    margin-bottom: 0.875rem;
    opacity: 0.5;
}

/* A9 — When a featured image is set the page-hero already
   applies a gradient via .bg-media-container.video-block:after.
   Tighten vertical padding slightly so the image-backed banner
   doesn't tower over the content on laptop viewports. */
@media (min-width: 1200px) and (max-width: 1536px) {
    .page-hero { padding: 1.75rem 0; }
}
/* ============================================================
   "Our Companies" / "Våra bolag" — content redesign
   Mirrors the approved design using the site font (Open Sans)
   and brand red (#D72027). Header & footer untouched.
   ============================================================ */
.oc-block { color: #1b2430; }
.oc-section { margin-top: 56px; scroll-margin-top: 90px; }
.oc-section:first-child { margin-top: 0; }

/* Eyebrow label */
.oc-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.oc-eyebrow__bar { width: 26px; height: 2px; background: #D72027; display: inline-block; flex-shrink: 0; }
.oc-eyebrow__label { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #D72027; text-transform: uppercase; }

/* Section 1 — Corporate structure */
.oc-lead { margin: 0; max-width: 790px; font-weight: 700; font-size: 30px; line-height: 1.32; color: #1b2430; letter-spacing: -0.01em; }
.oc-intro { margin-top: 22px; max-width: 790px; }
.oc-intro p { margin: 0 0 1em; font-size: 16.5px; line-height: 1.72; color: #56616f; }
.oc-intro p:last-child { margin-bottom: 0; }

/* Section 2 — Guiding principles */
.oc-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.oc-principle { background: #fff; border: 1px solid #e6eaf0; padding: 26px 24px; box-shadow: 0 1px 3px rgba(20,30,45,.04); display: flex; flex-direction: column; }
.oc-principle__num { font-weight: 700; font-size: 15px; color: #D72027; letter-spacing: 0.04em; }
.oc-principle__title { margin: 12px 0 8px; font-weight: 700; font-size: 18px; color: #1b2430; }
.oc-principle__text { margin: 0; font-size: 14.5px; line-height: 1.62; color: #5b6675; }

/* Section 3 — The portfolio */
.oc-portfolio__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.oc-portfolio__title { margin: 12px 0 0; font-weight: 700; font-size: 32px; color: #1b2430; letter-spacing: -0.01em; }
.oc-stats { display: flex; gap: 30px; padding-bottom: 4px; }
.oc-stat { text-align: right; }
.oc-stat__num { font-weight: 700; font-size: 26px; color: #1b2430; line-height: 1.1; }
.oc-stat__label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: #9aa3b0; }
.oc-stat__divider { width: 1px; background: #dde2e9; }

/* Company cards */
.oc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.oc-card { position: relative; background: #fff; border: 1px solid #e6eaf0; overflow: hidden; box-shadow: 0 2px 8px rgba(20,30,45,.05); display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.oc-card:hover { box-shadow: 0 10px 26px rgba(20,30,45,.12); transform: translateY(-2px); }
.oc-card__accent { height: 4px; }
.oc-card__top { padding: 22px 24px 0; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 14px; }
.oc-card__logo { height: 42px; display: flex; align-items: center; }
.oc-card__logo img { max-height: 38px; max-width: 172px; width: auto; object-fit: contain; display: block; }
.oc-card__wordmark { font-weight: 700; font-size: 18px; color: #1b2430; letter-spacing: -0.01em; }
.oc-card__since { flex-shrink: 0; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; border: 1px solid; border-radius: 2px; background: #fafbfc; padding: 5px 11px; white-space: nowrap; opacity: .9; }
.oc-card__body { padding: 18px 24px 0; flex: 1 1 auto; }
.oc-card__country { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: #7c8694; margin-bottom: 9px; }
.oc-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.oc-card__name { margin: 0 0 10px; font-weight: 700; font-size: 21px; color: #1b2430; letter-spacing: -0.01em; }
.oc-card__desc { margin: 0; font-size: 14.5px; line-height: 1.62; color: #566170; }
.oc-card__note { display: flex; gap: 9px; margin: 16px 0 4px; align-items: flex-start; }
.oc-card__note-mark { flex-shrink: 0; font-size: 13px; line-height: 1.5; }
.oc-card__note-text { font-size: 12.5px; line-height: 1.5; color: #7c8694; font-weight: 500; }
.oc-card__stats { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr 1.3fr; border-top: 1px solid #ebeef3; background: #fafbfc; }
.oc-card__stat { padding: 15px 18px; border-right: 1px solid #ebeef3; }
.oc-card__stat:last-child { border-right: 0; }
.oc-card__stat-num { font-weight: 700; font-size: 24px; color: #1b2430; line-height: 1; }
.oc-card__stat-num.is-ceo { font-size: 15px; line-height: 1.2; }
.oc-card__msek { font-size: 11px; font-weight: 600; color: #9aa3b0; margin-left: 3px; }
.oc-card__stat-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; color: #9aa3b0; margin-top: 5px; }
.oc-card__link { position: absolute; inset: 0; z-index: 2; }
.oc-card .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Responsive */
@media (max-width: 1199px) {
    .oc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
    .oc-principles-grid { grid-template-columns: 1fr; }
    .oc-lead { font-size: 25px; }
    .oc-portfolio__title { font-size: 26px; }
    .oc-grid { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
}
@media (max-width: 600px) {
    .oc-grid { grid-template-columns: 1fr; }
    .oc-card__stats { grid-template-columns: 1fr 1fr; }
    .oc-card__stat:nth-child(2) { border-right: 0; }
    .oc-card__stat--ceo { grid-column: 1 / -1; border-top: 1px solid #ebeef3; }
}

/* ============================================================
   About Alcadon Group — content redesign (design sync)
   Site font (Open Sans) + brand red (#D72027). Header & footer untouched.
   ============================================================ */
.ag-block { color: #1b2430; }
.ag-section { margin-top: 80px; scroll-margin-top: 90px; }
.ag-section:first-child { margin-top: 0; }
#karnvarden { scroll-margin-top: 90px; } /* "Kärnvärden" submenu anchor (core values live inside #vision) */

.ag-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.ag-eyebrow__bar { width: 26px; height: 2px; background: #D72027; flex-shrink: 0; }
.ag-eyebrow__label { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #D72027; text-transform: uppercase; }

.ag-h2 { margin: 0 0 16px; font-weight: 700; font-size: 32px; color: #1b2430; letter-spacing: -0.01em; }
.ag-h3 { margin: 0 0 6px; font-weight: 700; font-size: 20px; color: #1b2430; }
.ag-h3--mt { margin-top: 42px; }
.ag-muted { margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: #7c8694; }
.ag-muted--wide { max-width: 820px; }

/* Overview */
.ag-lead { margin: 0; max-width: 820px; font-weight: 600; font-size: 29px; line-height: 1.34; color: #1b2430; letter-spacing: -0.01em; }
.ag-overview__text { margin: 22px 0 0; max-width: 780px; font-size: 16.5px; line-height: 1.72; color: #56616f; }
.ag-figures { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e6eaf0; background: #fafbfc; margin-top: 34px; }
.ag-figure { padding: 22px 24px; border-right: 1px solid #e6eaf0; }
.ag-figure:last-child { border-right: 0; }
.ag-figure__num { font-weight: 700; font-size: 30px; color: #1b2430; line-height: 1; }
.ag-figure__unit { font-size: 13px; font-weight: 600; color: #9aa3b0; margin-left: 4px; }
.ag-figure__label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: #9aa3b0; margin-top: 7px; }

/* History timeline */
.ag-history__intro { max-width: 820px; margin-bottom: 38px; }
.ag-history__intro p { margin: 0; font-size: 16px; line-height: 1.72; color: #56616f; }
.ag-history__intro em { font-style: normal; color: #1b2430; font-weight: 600; }
.ag-timeline { display: flex; flex-direction: column; }
.ag-tl { display: grid; grid-template-columns: 78px 1fr; }
.ag-tl__year { text-align: right; padding-right: 20px; font-weight: 700; font-size: 18px; color: #D72027; }
.ag-tl__body { border-left: 2px solid #e1e6ec; padding: 0 0 30px 28px; position: relative; }
.ag-tl:last-child .ag-tl__body { border-left: 2px solid transparent; padding-bottom: 0; }
.ag-tl__dot { position: absolute; left: -7px; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: #D72027; box-shadow: 0 0 0 4px #fff; }
.ag-tl__text { margin: 0; font-size: 15px; line-height: 1.62; color: #566170; }

/* Vision & mission */
.ag-vm { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ag-vm__vision { background: #eaf1f8; border: 1px solid #d6e2ef; padding: 32px 30px; display: flex; flex-direction: column; }
.ag-vm__mission { background: linear-gradient(135deg, #22436e, #2c4f7c); padding: 32px 30px; display: flex; flex-direction: column; }
.ag-vm__tag { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #2c4f7c; }
.ag-vm__tag--light { color: rgba(255,255,255,.7); }
.ag-vm__vision-text { margin: 16px 0 0; font-weight: 600; font-size: 21px; line-height: 1.4; color: #1b2c44; }
.ag-vm__mission-intro { margin: 16px 0 0; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.82); }
.ag-vm__mission-quote { margin: 10px 0 0; font-weight: 700; font-size: 24px; line-height: 1.25; color: #fff; letter-spacing: -0.01em; }

/* Guiding principles */
.ag-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ag-principle { background: #fff; border: 1px solid #e6eaf0; padding: 26px; box-shadow: 0 1px 3px rgba(20,30,45,.04); }
.ag-principle__num { font-weight: 700; font-size: 15px; color: #D72027; }
.ag-principle__text { margin: 10px 0 0; font-size: 15px; line-height: 1.62; color: #566170; }
.ag-principle__text strong { color: #1b2430; }

/* Core values */
.ag-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ag-value { padding: 28px 26px; }
.ag-value__title { font-weight: 700; font-size: 20px; }
.ag-value__sub { margin-top: 8px; font-size: 14px; }

/* Financial targets */
.ag-targets__intro { margin: 0 0 30px; max-width: 820px; font-size: 16px; line-height: 1.72; color: #56616f; }
.ag-target-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ag-target { border: 1px solid #e6eaf0; border-top: 3px solid #D72027; padding: 26px 24px; }
.ag-target__num { font-weight: 800; font-size: 38px; color: #1b2430; line-height: 1; }
.ag-target__unit { font-size: 20px; }
.ag-target__title { margin-top: 12px; font-weight: 700; font-size: 15px; color: #1b2430; }
.ag-target__desc { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: #7c8694; }
.ag-targets__outro { margin: 24px 0 0; max-width: 820px; font-size: 15px; line-height: 1.7; color: #7c8694; }
.ag-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ag-support { display: flex; align-items: center; gap: 20px; border: 1px solid #e6eaf0; background: #fafbfc; padding: 22px 26px; }
.ag-support__num { font-weight: 800; font-size: 30px; color: #22436e; line-height: 1; white-space: nowrap; }
.ag-support__title { font-weight: 700; font-size: 15px; color: #1b2430; }
.ag-support__desc { font-size: 13px; color: #7c8694; margin-top: 3px; }
.ag-defs { margin-top: 36px; background: #eef4fa; border: 1px solid #dce8f3; padding: 26px 28px; }
.ag-defs__label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: #2c4f7c; margin-bottom: 16px; }
.ag-defs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 36px; }
.ag-def { margin: 0; font-size: 12.5px; line-height: 1.6; color: #5b6675; }
.ag-def strong { color: #1b2430; }

/* Responsive */
@media (max-width: 991px) {
    .ag-lead { font-size: 24px; }
    .ag-h2 { font-size: 26px; }
    .ag-vm, .ag-principles, .ag-support-grid, .ag-defs__grid { grid-template-columns: 1fr; }
    .ag-values { grid-template-columns: 1fr; }
    .ag-target-grid { grid-template-columns: 1fr 1fr; }
    .ag-figures { grid-template-columns: 1fr 1fr; }
    .ag-figure:nth-child(2) { border-right: 0; }
    .ag-figure { border-bottom: 1px solid #e6eaf0; }
}
@media (max-width: 600px) {
    .ag-target-grid { grid-template-columns: 1fr; }
    .ag-figures { grid-template-columns: 1fr; }
    .ag-figure { border-right: 0; }
    .ag-tl__year { font-size: 16px; padding-right: 12px; }
    .ag-tl { grid-template-columns: 60px 1fr; }
}

/* ============================================================
   Investors / Investerare — content redesign (design shell + live feeds)
   Site font (Open Sans) + brand red (#D72027). Header & footer untouched.
   Live MFN/Datablocks widgets keep their own internal markup; this only
   styles the section shells around them.
   ============================================================ */
.inv-block { color: #1b2430; }
.inv-section { margin-top: 60px; scroll-margin-top: 90px; }
.inv-section.inv-intro { margin-top: 0; }
#share.inv-section { margin-top: 52px; }

.inv-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.inv-eyebrow__bar { width: 26px; height: 2px; background: #D72027; flex-shrink: 0; }
.inv-eyebrow__label { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #D72027; text-transform: uppercase; }

.inv-h2 { margin: 0 0 18px; font-weight: 700; font-size: 32px; color: #1b2430; letter-spacing: -0.01em; }
.inv-lead { margin: 0; max-width: 840px; font-size: 18px; line-height: 1.7; color: #56616f; }
.inv-text { margin: 0 0 26px; max-width: 840px; font-size: 16px; line-height: 1.7; color: #56616f; }
.inv-note { margin: 12px 2px 0; font-size: 12.5px; color: #9aa3b0; }
.inv-widget { /* live MFN/Datablocks widget wrapper */ }

/* Subscribe (Datablocks widget) — framed card + brand-red submit button */
.inv-subscribe { border: 1px solid #e6eaf0; border-radius: 4px; padding: 26px 30px; background: #fbfcfd; max-width: 640px; margin-top: 18px; }
.inv-subscribe .mfn-sub-submit { background: #D72027 !important; border: 1px solid #D72027 !important; color: #fff !important; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: background .12s, border-color .12s; }
.inv-subscribe .mfn-sub-submit:hover { background: #b91b21 !important; border-color: #b91b21 !important; }
/* Checkboxes — MFN draws the visible box as the label's ::before pseudo-element
   (the real <input> is hidden), so the border must go on label::before, in both
   the unchecked (white) and checked (navy fill) states. */
.inv-subscribe .mfn-checkbox-row label::before,
.inv-subscribe .mfn-policy-approve label::before { border: 2px solid #6b7a90 !important; box-sizing: border-box !important; border-radius: 5px !important; }

/* Share section: chart + key-facts */
.inv-share-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 24px; align-items: stretch; }
.inv-chart { border: 1px solid #e6eaf0; background: #fff; padding: 20px 22px; min-width: 0; }
.inv-facts { border: 1px solid #e6eaf0; background: #fafbfc; display: flex; flex-direction: column; }
.inv-fact { padding: 18px 22px; border-bottom: 1px solid #ebeef3; }
.inv-fact:last-child { border-bottom: 0; }
.inv-fact__label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: #9aa3b0; }
.inv-fact__value { font-weight: 700; font-size: 17px; color: #1b2430; margin-top: 5px; }

/* Listing box */
.inv-listing { background: #eef4fa; border: 1px solid #dce8f3; padding: 32px 34px; }
.inv-listing__text { margin: 0; max-width: 840px; font-size: 16px; line-height: 1.72; color: #42566f; }
.inv-listing__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13.5px; font-weight: 700; color: #22436e; border-bottom: 2px solid #D72027; padding-bottom: 3px; }

/* IR contact card */
.inv-contact { background: #5d7aa1; padding: 38px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.inv-contact__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: rgba(255,255,255,.72); }
.inv-contact__name { font-weight: 700; font-size: 24px; color: #fff; margin-top: 10px; }
.inv-contact__title { font-size: 14px; color: rgba(255,255,255,.85); margin-top: 2px; }
.inv-contact__right { display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.inv-contact__link { color: #fff; font-weight: 600; }
.inv-contact__link:hover { color: #fff; text-decoration: underline; }

/* Responsive */
@media (max-width: 991px) {
    .inv-share-grid { grid-template-columns: 1fr; }
    .inv-h2 { font-size: 26px; }
    .inv-lead { font-size: 16px; }
}

/* ============================================================
   Bug fix 2026-06-16: "since" pill clipping on narrow viewports
   (reported by CFO on laptop — "Förvärvat aug 2022" wrapping)
   ============================================================ */
.oc-co__since { white-space: nowrap; }
.oc-co__stats { flex-wrap: wrap; }

/* ============================================================
   Site-wide design language — existing-page styling pass (2026-06-16)
   Applies the Our Companies / About / Investors visual language to
   Bolagsstyrning, Hållbarhet, Förvärv, Kontakta oss (and any future
   page using these blocks). Does NOT touch the redesigned
   .oc-* / .ag-* / .inv-* blocks.
   Palette: brand red #D72027, dark #1b2430, navy #22436e,
             mid #5d7aa1, text #56616f, subtle border #e6eaf0.
   ============================================================ */

/* ---- Block: anchor scroll offset ---- */
.siderbar-content-block.single-block,
.siderbar-board-block.single-block,
.section-general-meeting-block.single-block,
.section-contact-block.contact-blocks { scroll-margin-top: 90px; }

/* ---- Section h2: red accent bar + refined typography ---- */
.siderbar-content-block h2,
.siderbar-board-block h2,
.section-general-meeting-block h2 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #1b2430;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    padding-top: 8px;
}
.siderbar-content-block h2::before,
.siderbar-board-block h2::before,
.section-general-meeting-block h2::before {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background: #D72027;
    margin-bottom: 14px;
}

/* ---- Sub-headings h3 ---- */
.siderbar-content-block h3,
.siderbar-board-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #22436e;
    margin: 24px 0 10px;
}

/* ---- Body text ---- */
.siderbar-content-block p { font-size: 16px; line-height: 1.72; color: #56616f; }

/* ---- Links ---- */
.siderbar-content-block a { color: #22436e; }
.siderbar-content-block a:hover { color: #D72027; text-decoration: none; }

/* ---- Board member cards (.single-director) ---- */
.single-director {
    display: flex;
    gap: 28px;
    padding: 26px 0;
    border-bottom: 1px solid #e6eaf0;
    align-items: flex-start;
}
.single-director:last-child { border-bottom: 0; }
.single-director .img-block {
    flex: 0 0 130px;
    width: 130px;
}
.single-director .img-block img {
    width: 130px;
    height: 158px;
    object-fit: cover;
    object-position: top center;
    border-radius: 2px;
    display: block;
}
.single-director .content-block { flex: 1; min-width: 0; }
.single-director .content-block p { margin-bottom: 8px; font-size: 15px; }
.single-director .content-block strong { font-size: 15px; color: #1b2430; }

/* ---- General meetings accordion ---- */
.section-general-meeting-block .custom-border {
    border: 1px solid #e6eaf0;
    border-radius: 2px;
    max-height: 520px;
    overflow-y: auto;
}
.section-general-meeting-block .custom-box.general-meetings {
    border-bottom: 1px solid #e6eaf0;
}
.section-general-meeting-block .custom-box.general-meetings:last-child { border-bottom: 0; }
.section-general-meeting-block .heading-block {
    padding: 13px 20px;
    font-size: 13.5px;
    font-weight: 700;
    color: #22436e;
    background: #fafbfc;
    border-left: 3px solid transparent;
    transition: background 0.15s, border-color 0.15s;
    cursor: pointer;
}
.section-general-meeting-block .heading-block:hover {
    background: #f0f4f8;
    border-left-color: #D72027;
}
.section-general-meeting-block .content-block.has-special-li { padding: 4px 20px 14px; }
.section-general-meeting-block .content-block.has-special-li ul { list-style: none; padding: 0; margin: 0; }
.section-general-meeting-block .content-block.has-special-li li a {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 9px 0 9px 30px;
    border-bottom: 1px solid #f0f4f8;
    font-size: 14px;
    color: #22436e;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.section-general-meeting-block .content-block.has-special-li li:last-child a { border-bottom: 0; }
.section-general-meeting-block .content-block.has-special-li li a:hover { color: #D72027; text-decoration: none; }
.section-general-meeting-block .content-block.has-special-li li a span {
    font-size: 12px;
    color: #9aa3b0;
    font-weight: 600;
    white-space: nowrap;
}

/* ---- Contact section (Kontakta oss) ---- */
.section-contact-block .content-block h3,
.section-contact-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #22436e;
    margin-bottom: 10px;
}
.section-contact-block a { color: #22436e; }
.section-contact-block a:hover { color: #D72027; text-decoration: none; }

/* ---- Förvärv / Hållbarhet strong as lead text ---- */
.siderbar-content-block strong { color: #1b2430; }


/* ===== CONTACT BLOCK (acf/contact) ===== */
.ct-block { max-width: 1140px; padding: 56px 0 80px; }
.ct-section { margin-top: 56px; }
.ct-section:first-child { margin-top: 0; }
.ct-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.ct-eyebrow__bar { display: block; width: 26px; height: 2px; background: #D72027; flex-shrink: 0; }
.ct-eyebrow__text { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #D72027; text-transform: uppercase; }
.ct-hq-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 0; border: 1px solid #e6eaf0; }
.ct-hq-col { padding: 28px 30px; border-right: 1px solid #eef0f3; }
.ct-hq-col:last-child { border-right: none; }
.ct-hq-name { font-weight: 700; font-size: 17px; color: #1b2430; }
.ct-hq-addr { font-size: 14px; line-height: 1.85; color: #56616f; margin-top: 10px; }
.ct-exec-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: #9aa3b0; text-transform: uppercase; }
.ct-exec-name { font-weight: 700; font-size: 16px; color: #1b2430; margin-top: 10px; }
.ct-exec-contact { font-size: 14px; line-height: 1.8; color: #56616f; margin-top: 6px; }
.ct-link { color: #2c4f7c; font-weight: 600; text-decoration: none; }
.ct-link:hover { text-decoration: underline; }
.ct-link-red { display: inline-block; margin-top: 7px; font-size: 13px; color: #D72027; font-weight: 600; text-decoration: none; }
.ct-link-red:hover { text-decoration: underline; }
.ct-section--offices { margin-top: 56px; }
.ct-office-group { margin-bottom: 34px; }
.ct-office-group__header { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.ct-office-group__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.ct-office-group__brand { font-weight: 700; font-size: 15px; color: #1b2430; }
.ct-office-group__country { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: #9aa3b0; text-transform: uppercase; }
.ct-office-group__rule { flex: 1; height: 1px; background: #eef0f3; }
.ct-office-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0; border: 1px solid #e6eaf0; }
.ct-office-card { padding: 20px 22px; border-right: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; }
.ct-office-city { font-weight: 700; font-size: 14.5px; color: #1b2430; }
.ct-office-addr { font-size: 13.5px; line-height: 1.7; color: #56616f; margin-top: 7px; }
.ct-adviser-box { border: 1px solid #e6eaf0; background: #fafbfc; padding: 28px 30px; max-width: 560px; }
.ct-adviser-name { font-weight: 700; font-size: 17px; color: #1b2430; }
.ct-adviser-title { font-size: 13px; color: #9aa3b0; font-weight: 600; margin-top: 3px; }
.ct-adviser-info { font-size: 14px; line-height: 1.8; color: #56616f; margin-top: 12px; }

/* ===== ACQUISITIONS BLOCK (acf/acquisitions) ===== */
.acq-block { padding: 56px 0 80px; }
.acq-layout { display: grid; grid-template-columns: 236px 1fr; gap: 56px; align-items: start; }
.acq-sidebar { position: sticky; top: 28px; }
.acq-sidebar__label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #9aa3b0; margin: 0 0 14px 2px; text-transform: uppercase; }
.acq-sidebar__nav { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 600; }
.acq-sidebar__link { padding: 9px 14px; border-left: 2px solid transparent; color: #5b6675; text-decoration: none; transition: color 0.15s; }
.acq-sidebar__link--active { border-left-color: #D72027; color: #1d2733; background: #f6f8fa; }
.acq-sidebar__link:hover { color: #1d2733; }
.acq-main { min-width: 0; }
.acq-section { margin-top: 60px; scroll-margin-top: 24px; }
.acq-section:first-child { margin-top: 0; }
.acq-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.acq-eyebrow__bar { display: block; width: 26px; height: 2px; background: #D72027; flex-shrink: 0; }
.acq-eyebrow__text { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #D72027; text-transform: uppercase; }
.acq-lead { margin: 0; font-weight: 600; font-size: 27px; line-height: 1.36; color: #1b2430; letter-spacing: -0.01em; }
.acq-body { margin: 20px 0 0; font-size: 16px; line-height: 1.72; color: #56616f; }
.acq-body--lg { font-size: 16.5px; }
.acq-body--footnote { font-size: 15.5px; }
.acq-h2 { margin: 0 0 16px; font-weight: 700; font-size: 32px; color: #1b2430; letter-spacing: -0.01em; }
.acq-dim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.acq-dim { border: 1px solid #e6eaf0; padding: 28px; }
.acq-dim--red { border-top: 3px solid #D72027; }
.acq-dim--navy { border-top: 3px solid #22436e; }
.acq-dim__label { font-weight: 700; font-size: 13px; letter-spacing: 0.05em; color: #D72027; text-transform: uppercase; }
.acq-dim__label--navy { color: #22436e; }
.acq-dim__title { margin: 12px 0 10px; font-weight: 700; font-size: 21px; color: #1b2430; }
.acq-dim__body { margin: 0; font-size: 15px; line-height: 1.65; color: #566170; }
.acq-crit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #e6eaf0; margin-top: 26px; }
.acq-crit-item { display: flex; gap: 16px; padding: 24px 26px; border-right: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; }
.acq-crit-num { flex-shrink: 0; font-weight: 800; font-size: 20px; color: #e2c4c5; line-height: 1; }
.acq-crit-text { margin: 0; font-size: 15px; line-height: 1.6; color: #3a4452; }
.acq-join-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 0; }
.acq-join-card { background: #fafbfc; border: 1px solid #e6eaf0; padding: 26px; }
.acq-join-card--dark { background: #22436e; border-color: #22436e; }
.acq-join-card__title { margin: 0 0 14px; font-weight: 700; font-size: 17px; color: #1b2430; }
.acq-join-card--dark .acq-join-card__title { color: #fff; }
.acq-join-card .acq-body { margin-top: 0; font-size: 14px; color: #7c8694; line-height: 1.55; }
.acq-join-card--dark .acq-body { color: rgba(255,255,255,.85); }
.acq-list { margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.7; color: #566170; }
.acq-join-card--dark .acq-list { color: rgba(255,255,255,.85); }
.acq-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid #e6eaf0; margin-top: 0; }
.acq-step { padding: 26px 24px; border-right: 1px solid #eef0f3; }
.acq-step:last-child { border-right: none; }
.acq-step__num { font-weight: 800; font-size: 30px; color: #e7ebf1; line-height: 1; }
.acq-step__title { margin: 14px 0 8px; font-weight: 700; font-size: 16px; color: #1b2430; }
.acq-step__body { margin: 0; font-size: 13.5px; line-height: 1.6; color: #7c8694; }
.acq-contact-card { border: 1px solid #e6eaf0; display: grid; grid-template-columns: 150px 1fr; align-items: stretch; max-width: 620px; overflow: hidden; }
.acq-contact-card__initials { background: linear-gradient(160deg, #2c4f7c, #46658f); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 40px; color: rgba(255,255,255,.92); letter-spacing: 0.02em; }
.acq-contact-card__photo { display: block; }
.acq-contact-card__photo img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; object-position: center 22%; }
.acq-contact-card__body { padding: 28px 30px; }
.acq-contact-card__intro { margin: 0 0 14px; font-size: 14px; color: #7c8694; }
.acq-contact-card__name { font-weight: 700; font-size: 18px; color: #1b2430; }
.acq-contact-card__role { font-size: 13.5px; color: #9aa3b0; font-weight: 600; margin-top: 2px; }
.acq-contact-card__links { font-size: 14.5px; line-height: 1.8; color: #56616f; margin-top: 12px; }

/* ===== SUSTAINABILITY BLOCK (acf/sustainability) ===== */
.sust-block { padding: 56px 0 80px; }
.sust-layout { display: grid; grid-template-columns: 236px 1fr; gap: 56px; align-items: start; }
.sust-sidebar { position: sticky; top: 28px; }
.sust-sidebar__label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #9aa3b0; margin: 0 0 14px 2px; text-transform: uppercase; }
.sust-sidebar__nav { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 600; }
.sust-sidebar__link { padding: 9px 14px; border-left: 2px solid transparent; color: #5b6675; text-decoration: none; transition: color 0.15s; }
.sust-sidebar__link--active { border-left-color: #2f8a5b; color: #1d2733; background: #f4f8f5; }
.sust-sidebar__link:hover { color: #1d2733; }
.sust-main { min-width: 0; }
.sust-section { margin-top: 58px; scroll-margin-top: 24px; }
.sust-section:first-child { margin-top: 0; }
.sust-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.sust-eyebrow__bar { display: block; width: 26px; height: 2px; background: #2f8a5b; flex-shrink: 0; }
.sust-eyebrow__text { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #2f8a5b; text-transform: uppercase; }
.sust-lead { margin: 0; font-weight: 600; font-size: 27px; line-height: 1.36; color: #1b2430; letter-spacing: -0.01em; }
.sust-body { margin: 18px 0 0; font-size: 16px; line-height: 1.72; color: #56616f; }
.sust-body:first-of-type { margin-top: 22px; }
.sust-body--footnote { margin-top: 26px; }
.sust-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.sust-focus-card { border: 1px solid #e6eaf0; border-top: 3px solid #2f8a5b; padding: 30px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.sust-focus-icon { width: 46px; height: 46px; border-radius: 50%; background: #eaf4ee; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.sust-focus-card__title { margin: 0; font-weight: 700; font-size: 20px; color: #1b2430; }
.sust-report-box { background: linear-gradient(135deg, #2f5a44, #5a7c63); padding: 38px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.sust-report-box__left {}
.sust-report-box__label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: rgba(255,255,255,.72); text-transform: uppercase; }
.sust-report-box__title { margin-top: 12px; font-weight: 700; font-size: 24px; color: #fff; }
.sust-report-box__btn { display: inline-flex; align-items: center; gap: 11px; background: #fff; color: #2f5a44; font-weight: 700; font-size: 14px; padding: 14px 22px; text-decoration: none; white-space: nowrap; }
.sust-report-box__btn:hover { background: #f0f5f2; }

/* ===== RESPONSIVE: contact + acquisitions + sustainability ===== */
@media (max-width: 900px) {
  .ct-hq-grid { grid-template-columns: 1fr 1fr; }
  .acq-layout, .sust-layout { grid-template-columns: 1fr; }
  .acq-sidebar, .sust-sidebar { position: static; }
  .acq-dim-grid, .acq-join-grid { grid-template-columns: 1fr; }
  .acq-steps-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .ct-hq-grid { grid-template-columns: 1fr; }
  .ct-office-cards { grid-template-columns: 1fr; }
  .acq-crit-grid, .sust-focus-grid { grid-template-columns: 1fr; }
  .acq-steps-grid { grid-template-columns: 1fr; }
  .acq-contact-card { grid-template-columns: 1fr; }
  .acq-contact-card__initials { height: 100px; }
  .acq-contact-card__photo img { height: 260px; min-height: 0; }
  .sust-report-box { flex-direction: column; }
}

/* ===== INVESTORS — Presentations grid ===== */
.inv-pres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #e6eaf0; margin-top: 20px; }
.inv-pres-item { display: flex; align-items: center; gap: 14px; padding: 15px 20px; border-right: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; text-decoration: none; color: #1b2430; transition: background 0.12s; }
.inv-pres-item:hover { background: #f6f8fa; }
.inv-pres-item__icon { flex-shrink: 0; display: flex; align-items: center; }
.inv-pres-item__title { flex: 1; font-size: 14px; font-weight: 600; color: #1b2430; line-height: 1.4; }
.inv-pres-item__arrow { color: #D72027; font-size: 14px; font-weight: 700; flex-shrink: 0; }
@media (max-width: 640px) { .inv-pres-grid { grid-template-columns: 1fr; } }

/* Footer: hide WPML "development site" nag banner so the footer sits flush at the
   bottom (staging only; absent on production once a real WPML key is in place). */
.otgs-development-site-front-end { display: none !important; }

/* Cookie policy pages (Cookiepolicy #2271 / Cookie Policy #2272) — readable table */
body.page-id-2271 table, body.page-id-2272 table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
body.page-id-2271 th, body.page-id-2272 th,
body.page-id-2271 td, body.page-id-2272 td { border: 1px solid #e6eaf0; padding: 11px 15px; text-align: left; vertical-align: top; line-height: 1.5; }
body.page-id-2271 th, body.page-id-2272 th { background: #f4f6f9; font-weight: 700; color: #1b2430; }

/* ============================================================
   Section-block refactor — sections now render bare (no .xx-block
   wrapper) directly inside .aside-content, so reproduce the page
   padding the wrapper used to give. Add each family's page IDs
   here as it is migrated. Additive only; unchanged pages untouched.
   ============================================================ */
/* Sustainability (1397 SE / 1414 EN) — replaces .sust-block padding */
.page-id-1397 .aside-content, .page-id-1414 .aside-content { padding: 56px 0 80px; }
/* Contact (869/880) — replaces .ct-block padding + max-width.
   NB: the contact template has no .aside-content wrapper (unlike sustainability);
   sections render directly in the centred .col-xl-8 content column, so the shim
   targets that column. Longhand top/bottom padding preserves the col's 15px
   horizontal gutter; max-width mirrors the old .ct-block (inert at this width). */
.page-id-869 .col-xl-8.col-lg-10.m-auto,
.page-id-880 .col-xl-8.col-lg-10.m-auto { max-width: 1140px; padding-top: 56px; padding-bottom: 80px; }
/* Company Boxes (232 SE / 806 EN) — replaces .oc-block, which only set text colour
   (no padding). Sections render inside .aside-content beside the sticky left-nav. */
.page-id-232 .aside-content, .page-id-806 .aside-content { color: #1b2430; }
/* About Alcadon Group (101 SE / 803 EN) — replaces .ag-block, which only set text
   colour (no padding). Sections render inside .aside-content beside the sticky left-nav. */
.page-id-101 .aside-content, .page-id-803 .aside-content { color: #1b2430; }
/* Acquisitions (1371 SE / 1417 EN) — replaces .acq-block padding. Same sidebar
   layout as sustainability: sections render inside .aside-content beside the sticky
   left-nav, and .acq-block only set padding (no max-width). */
.page-id-1371 .aside-content, .page-id-1417 .aside-content { padding: 56px 0 80px; }
/* Investors (269 SE / 799 EN) — replaces .inv-block, which only set text colour
   (no padding). The class/id rules .inv-section.inv-intro and #share.inv-section
   still apply on the bare sections. Sections render inside .aside-content beside
   the sticky left-nav / sidebar. */
.page-id-269 .aside-content, .page-id-799 .aside-content { color: #1b2430; }
