/* ============================================================
   ALANYA HOME — MODERN ARTICLES
   ============================================================ */


/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

body.ah-theme .ah-articles-hero {
    padding: 34px 0 62px;

    background: #f7f6f3;
    border-bottom: 1px solid #ebe7df;
}


body.ah-theme .ah-articles-breadcrumb {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 46px;

    color: #88837b;

    font-size: 11px;
    line-height: 1.4;
}


body.ah-theme .ah-articles-breadcrumb a {
    color: #777168;

    text-decoration: none;
}


body.ah-theme .ah-articles-breadcrumb a:hover {
    color: #a9823f;
}


body.ah-theme .ah-articles-hero-content {
    max-width: 920px;
}


body.ah-theme .ah-articles-eyebrow {
    margin-bottom: 13px;

    color: #a9823f;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;
}


body.ah-theme .ah-articles-title {
    max-width: 900px;

    margin: 0;

    color: #111;

    font-size: clamp(44px, 5vw, 72px);
    font-weight: 650;

    line-height: .99;

    letter-spacing: -.045em;
}


body.ah-theme .ah-articles-intro {
    max-width: 820px;

    margin-top: 28px;

    color: #666159;

    font-size: 15px;
    line-height: 1.75;
}


body.ah-theme .ah-articles-intro p:last-child {
    margin-bottom: 0;
}



/* ------------------------------------------------------------
   MAIN
   ------------------------------------------------------------ */

body.ah-theme .ah-articles-main {
    padding: 66px 0 90px;

    background: #fff;
}


body.ah-theme .ah-articles-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 34px 28px;
}



/* ------------------------------------------------------------
   CARD
   ------------------------------------------------------------ */

body.ah-theme .ah-article-card {
    display: flex;

    min-width: 0;

    flex-direction: column;

    overflow: hidden;

    border: 1px solid #e9e5de;
    border-radius: 16px;

    background: #fff;

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        transform .22s ease;
}


body.ah-theme .ah-article-card:hover {
    border-color: #cfb273;

    box-shadow:
        0 18px 45px rgba(17,17,17,.08);

    transform: translateY(-3px);
}



/* image */

body.ah-theme .ah-article-image {
    position: relative;

    display: block;

    width: 100%;

    aspect-ratio: 16 / 10;

    overflow: hidden;

    background: #eeeae3;
}


body.ah-theme .ah-article-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .45s ease;
}


body.ah-theme .ah-article-card:hover
.ah-article-image img {
    transform: scale(1.025);
}



/* body */

body.ah-theme .ah-article-body {
    display: flex;

    flex: 1;

    flex-direction: column;

    padding: 27px 27px 24px;
}


body.ah-theme .ah-article-kicker {
    margin-bottom: 11px;

    color: #a9823f;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;
}


body.ah-theme .ah-article-title {
    margin: 0;

    font-size: 23px;
    font-weight: 650;

    line-height: 1.24;

    letter-spacing: -.025em;
}


body.ah-theme .ah-article-title a {
    color: #111;

    text-decoration: none;
}


body.ah-theme .ah-article-description {
    display: -webkit-box;

    margin:
        15px
        0
        0;

    overflow: hidden;

    color: #706b64;

    font-size: 13px;
    line-height: 1.65;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


body.ah-theme .ah-article-footer {
    margin-top: auto;

    padding-top: 23px;
}


body.ah-theme .ah-article-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #111;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .02em;

    text-decoration: none;

    transition: color .18s ease;
}


body.ah-theme .ah-article-link span:last-child {
    color: #a9823f;

    font-size: 16px;

    transition: transform .18s ease;
}


body.ah-theme .ah-article-link:hover {
    color: #a9823f;
}


body.ah-theme .ah-article-link:hover
span:last-child {
    transform: translateX(3px);
}



/* ------------------------------------------------------------
   EXTRA LEGACY WIDGET HOST
   ------------------------------------------------------------ */

body.ah-theme .ah-articles-extras {
    margin-top: 58px;
}



/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 991px) {

    body.ah-theme .ah-articles-hero {
        padding:
            30px
            0
            42px;
    }


    body.ah-theme .ah-articles-breadcrumb {
        margin-bottom: 30px;
    }


    body.ah-theme .ah-articles-title {
        font-size: clamp(
            38px,
            7vw,
            56px
        );
    }


    body.ah-theme .ah-articles-main {
        padding:
            42px
            0
            68px;
    }


    body.ah-theme .ah-articles-grid {
        gap: 24px 20px;
    }


    body.ah-theme .ah-article-body {
        padding:
            22px
            21px
            21px;
    }


    body.ah-theme .ah-article-title {
        font-size: 20px;
    }

}



/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    body.ah-theme .ah-articles-hero {
        padding:
            24px
            0
            30px;
    }


    body.ah-theme .ah-articles-breadcrumb {
        display: none;
    }


    body.ah-theme .ah-articles-eyebrow {
        margin-bottom: 9px;

        font-size: 9px;
    }


    body.ah-theme .ah-articles-title {
        font-size: clamp(
            31px,
            9vw,
            40px
        );

        line-height: 1.04;
    }


    body.ah-theme .ah-articles-intro {
        margin-top: 19px;

        font-size: 13px;
        line-height: 1.65;
    }


    body.ah-theme .ah-articles-main {
        padding:
            28px
            0
            54px;
    }


    body.ah-theme .ah-articles-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }


    body.ah-theme .ah-article-card {
        border-radius: 14px;
    }


    body.ah-theme .ah-article-image {
        aspect-ratio: 16 / 10;
    }


    body.ah-theme .ah-article-body {
        padding:
            20px
            19px
            19px;
    }


    body.ah-theme .ah-article-title {
        font-size: 20px;
    }


    body.ah-theme .ah-article-description {
        font-size: 12px;

        -webkit-line-clamp: 3;
    }


    body.ah-theme .ah-articles-extras {
        margin-top: 38px;
    }

}



/* ============================================================
   PAGE ARTICLES — EDITORIAL BODY
   ============================================================ */

body.ah-theme .ah-page-article-content {
    max-width: 980px;

    margin:
        0
        auto
        64px;
}


body.ah-theme .ah-page-article-prose {
    color: #4f4b45;

    font-size: 15px;
    line-height: 1.78;
}


/* Headings */

body.ah-theme .ah-page-article-prose h2 {
    margin:
        46px
        0
        16px;

    color: #111;

    font-size: 30px;
    font-weight: 650;

    line-height: 1.18;

    letter-spacing: -.025em;
}


body.ah-theme .ah-page-article-prose h2:first-child {
    margin-top: 0;

    font-size: 36px;

    line-height: 1.12;

    letter-spacing: -.035em;
}


body.ah-theme .ah-page-article-prose h3 {
    margin:
        32px
        0
        11px;

    color: #171717;

    font-size: 20px;
    font-weight: 650;

    line-height: 1.28;
}


body.ah-theme .ah-page-article-prose h4 {
    margin:
        25px
        0
        9px;

    color: #222;

    font-size: 16px;
    font-weight: 700;
}


/* Paragraphs */

body.ah-theme .ah-page-article-prose p {
    margin:
        0
        0
        18px;
}


body.ah-theme .ah-page-article-prose strong,
body.ah-theme .ah-page-article-prose b {
    color: #222;

    font-weight: 700;
}


/* Links */

body.ah-theme .ah-page-article-prose a {
    color: #9c793a;

    font-weight: 600;

    text-decoration: none;

    border-bottom:
        1px solid
        rgba(156,121,58,.3);

    transition:
        color .18s ease,
        border-color .18s ease;
}


body.ah-theme .ah-page-article-prose a:hover {
    color: #111;

    border-color: #111;
}


/* Lists */

body.ah-theme .ah-page-article-prose ul,
body.ah-theme .ah-page-article-prose ol {
    margin:
        18px
        0
        25px;

    padding-left: 25px;
}


body.ah-theme .ah-page-article-prose li {
    margin-bottom: 8px;

    padding-left: 3px;
}


/* Gold marker */

body.ah-theme .ah-page-article-prose ul li::marker {
    color: #b28b46;
}


body.ah-theme .ah-page-article-prose ol li::marker {
    color: #9c793a;

    font-weight: 700;
}


/* Horizontal rules */

body.ah-theme .ah-page-article-prose hr {
    margin:
        42px
        0;

    border: 0;
    border-top: 1px solid #e8e3da;
}


/* ============================================================
   TABLES
   ============================================================ */

body.ah-theme .ah-page-article-prose table {
    width: 100% !important;

    margin:
        24px
        0
        36px;

    border-collapse: separate;
    border-spacing: 0;

    overflow: hidden;

    border:
        1px solid
        #e7e2d9;

    border-radius: 12px;

    background: #fff;

    font-size: 13px;
}


body.ah-theme .ah-page-article-prose thead th,
body.ah-theme .ah-page-article-prose tr:first-child th {
    padding:
        14px
        15px !important;

    color: #fff !important;

    background: #111 !important;

    border: 0 !important;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .03em;
}


body.ah-theme .ah-page-article-prose td {
    padding:
        13px
        15px !important;

    color: #555048 !important;

    background: #fff !important;

    border: 0 !important;
    border-bottom:
        1px solid
        #eee9e1 !important;

    vertical-align: top;
}


body.ah-theme .ah-page-article-prose tr:last-child td {
    border-bottom: 0 !important;
}


body.ah-theme .ah-page-article-prose tbody tr:nth-child(even) td {
    background: #faf9f7 !important;
}


/* ============================================================
   ARTICLE GRID AFTER EDITORIAL CONTENT
   ============================================================ */

body.ah-theme
.ah-page-article-content
+ .ah-articles-grid {
    padding-top: 56px;

    border-top: 1px solid #ebe6dd;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    body.ah-theme .ah-page-article-content {
        max-width: 840px;

        margin-bottom: 50px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    body.ah-theme .ah-page-article-content {
        width: 100%;

        margin-bottom: 42px;
    }


    body.ah-theme .ah-page-article-prose {
        font-size: 14px;

        line-height: 1.7;
    }


    body.ah-theme .ah-page-article-prose h2 {
        margin-top: 36px;

        font-size: 25px;
    }


    body.ah-theme .ah-page-article-prose h2:first-child {
        font-size: 29px;
    }


    body.ah-theme .ah-page-article-prose h3 {
        margin-top: 28px;

        font-size: 19px;
    }


    body.ah-theme .ah-page-article-prose ul,
    body.ah-theme .ah-page-article-prose ol {
        padding-left: 21px;
    }


    /*
     * Legacy editor tables can have fixed widths.
     * Make them horizontally scrollable without breaking page.
     */
    body.ah-theme .ah-page-article-prose {
        overflow-x: auto;
    }


    body.ah-theme .ah-page-article-prose table {
        min-width: 620px;

        font-size: 12px;
    }


    body.ah-theme .ah-page-article-prose th,
    body.ah-theme .ah-page-article-prose td {
        padding:
            11px
            12px !important;
    }

}



/* ============================================================
   ARTICLE LANDING HERO — FINAL
   ============================================================ */

body.ah-theme .ah-articles-hero {
    padding:
        34px
        0
        56px !important;

    background: #f7f6f3 !important;
}


body.ah-theme .ah-articles-hero-content {
    max-width: 900px !important;
}


body.ah-theme .ah-articles-title {
    font-size:
        clamp(
            46px,
            5.4vw,
            74px
        ) !important;
}


@media (max-width: 767px) {

    body.ah-theme .ah-articles-hero {
        padding:
            25px
            0
            31px !important;
    }


    body.ah-theme .ah-articles-title {
        font-size:
            clamp(
                32px,
                9vw,
                40px
            ) !important;
    }

}



/* ============================================================
   CUSTOM HTML LANDING SKIN
   ============================================================ */

body.ah-theme .ah-page-article-prose .landing {
    width: 100%;
}


/* Custom HTML contains its own H1.
   Visually demote it below the actual page H1. */
body.ah-theme .ah-page-article-prose .landing > header > h1 {
    margin:
        0
        0
        18px !important;

    color: #111 !important;

    font-size: 34px !important;
    font-weight: 650 !important;

    line-height: 1.15 !important;

    letter-spacing: -.03em !important;
}


/* Lead paragraph */
body.ah-theme .ah-page-article-prose .landing .lead {
    max-width: 880px;

    margin-bottom: 0 !important;

    color: #68635c !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.75 !important;
}


/* Sections */
body.ah-theme .ah-page-article-prose .landing > section {
    margin:
        0
        0
        52px !important;
}


/* Section headings */
body.ah-theme .ah-page-article-prose .landing > section > h2 {
    margin:
        0
        0
        15px !important;

    padding-top: 0 !important;

    color: #111 !important;

    font-size: 27px !important;
    font-weight: 650 !important;

    line-height: 1.2 !important;

    letter-spacing: -.025em !important;
}


/* ============================================================
   NEIGHBOURHOOD GRID
   ============================================================ */

body.ah-theme
.ah-page-article-prose
.landing
.row.g-3 {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 18px !important;

    margin:
        24px
        0
        0 !important;
}


body.ah-theme
.ah-page-article-prose
.landing
.row.g-3
> [class*="col-"] {
    width: auto !important;
    max-width: none !important;

    flex: none !important;

    padding:
        22px
        21px
        18px !important;

    border:
        1px solid
        #e8e3da;

    border-radius: 13px;

    background: #faf9f7;
}


body.ah-theme
.ah-page-article-prose
.landing
.row.g-3
h3 {
    margin:
        0
        0
        10px !important;

    color: #111 !important;

    font-size: 17px !important;
    font-weight: 650 !important;

    line-height: 1.3 !important;
}


body.ah-theme
.ah-page-article-prose
.landing
.row.g-3
p {
    margin-bottom: 12px !important;

    color: #666159 !important;

    font-size: 13px !important;
    line-height: 1.6 !important;
}


body.ah-theme
.ah-page-article-prose
.landing
.row.g-3
p:last-child {
    margin-bottom: 0 !important;
}


body.ah-theme
.ah-page-article-prose
.landing
.row.g-3
a {
    color: #a9823f !important;

    font-size: 11px;
    font-weight: 700;

    border-bottom: 0 !important;
}


/* ============================================================
   LINKS / CTA
   ============================================================ */

body.ah-theme
.ah-page-article-prose
.landing
a.ah-link {
    color: #a9823f !important;

    font-weight: 650;

    border-bottom:
        1px solid
        rgba(169,130,63,.28) !important;
}


/* Buttons that may exist inside custom HTML */
body.ah-theme
.ah-page-article-prose
.landing
.btn,
body.ah-theme
.ah-page-article-prose
.landing
a.btn {
    display: inline-flex !important;

    min-height: 42px;

    align-items: center;
    justify-content: center;

    padding:
        0
        18px !important;

    border:
        1px solid
        #111 !important;

    border-radius: 9px !important;

    background:
        #111 !important;

    color:
        #fff !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    box-shadow: none !important;
}


body.ah-theme
.ah-page-article-prose
.landing
.btn:hover,
body.ah-theme
.ah-page-article-prose
.landing
a.btn:hover {
    border-color:
        #b18a46 !important;

    background:
        #b18a46 !important;

    color:
        #111 !important;
}


/* ============================================================
   TABLE
   ============================================================ */

body.ah-theme
.ah-page-article-prose
.landing
table {
    margin-top: 22px !important;

    border-radius: 12px !important;

    box-shadow:
        0
        8px
        30px
        rgba(17,17,17,.035);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991px) {

    body.ah-theme
    .ah-page-article-prose
    .landing
    .row.g-3 {
        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    body.ah-theme
    .ah-page-article-prose
    .landing
    > header
    > h1 {
        font-size: 27px !important;

        line-height: 1.18 !important;
    }


    body.ah-theme
    .ah-page-article-prose
    .landing
    .lead {
        font-size: 14px !important;

        line-height: 1.7 !important;
    }


    body.ah-theme
    .ah-page-article-prose
    .landing
    > section {
        margin-bottom: 38px !important;
    }


    body.ah-theme
    .ah-page-article-prose
    .landing
    > section
    > h2 {
        font-size: 23px !important;
    }


    body.ah-theme
    .ah-page-article-prose
    .landing
    .row.g-3 {
        grid-template-columns: 1fr !important;

        gap: 12px !important;
    }


    body.ah-theme
    .ah-page-article-prose
    .landing
    .row.g-3
    > [class*="col-"] {
        padding:
            18px
            17px
            16px !important;
    }

}



/* ============================================================
   CUSTOM HTML LANDING — FINAL SKIN
   ============================================================ */

body.ah-theme .ah-page-article-prose .landing {
    width: 100%;
}


/* Internal landing title */
body.ah-theme .ah-page-article-prose .landing > header > h1 {
    margin: 0 0 18px !important;
    color: #111 !important;
    font-size: 34px !important;
    font-weight: 650 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
}


/* Intro */
body.ah-theme .ah-page-article-prose .landing .lead {
    max-width: 900px;
    margin-bottom: 0 !important;
    color: #69645d !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}


/* Main editorial sections */
body.ah-theme .ah-page-article-prose .landing > section {
    margin-bottom: 52px !important;
}

body.ah-theme .ah-page-article-prose .landing > section > h2 {
    margin: 0 0 16px !important;
    color: #111 !important;
    font-size: 27px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: -.025em !important;
}


/* ============================================================
   POPULAR AREAS
   ============================================================ */

body.ah-theme .ah-page-article-prose .landing .row.g-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 24px 0 0 !important;
}

body.ah-theme .ah-page-article-prose .landing .row.g-3 > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;

    padding: 21px 20px 18px !important;

    border: 1px solid #e8e3da !important;
    border-top: 2px solid #b28b46 !important;
    border-radius: 10px !important;

    background: #faf9f7 !important;
}

body.ah-theme .ah-page-article-prose .landing .row.g-3 h3 {
    margin: 0 0 9px !important;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

body.ah-theme .ah-page-article-prose .landing .row.g-3 p {
    margin: 0 0 12px !important;
    color: #666159 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

body.ah-theme .ah-page-article-prose .landing .row.g-3 p:last-child {
    margin-bottom: 0 !important;
}

body.ah-theme .ah-page-article-prose .landing .row.g-3 a {
    color: #a9823f !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}


/* ============================================================
   INLINE LINKS
   ============================================================ */

body.ah-theme .ah-page-article-prose .landing a.ah-link {
    color: #a9823f !important;
    font-weight: 650 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(169,130,63,.3) !important;
}


/* ============================================================
   CUSTOM HTML BUTTONS
   ============================================================ */

body.ah-theme .ah-page-article-prose .landing .btn,
body.ah-theme .ah-page-article-prose .landing a.btn {
    display: inline-flex !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;

    border: 1px solid #111 !important;
    border-radius: 8px !important;

    background: #111 !important;
    color: #fff !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-decoration: none !important;
    box-shadow: none !important;
}

body.ah-theme .ah-page-article-prose .landing .btn:hover,
body.ah-theme .ah-page-article-prose .landing a.btn:hover {
    border-color: #b28b46 !important;
    background: #b28b46 !important;
    color: #111 !important;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {

    body.ah-theme .ah-page-article-prose .landing .row.g-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}

@media (max-width: 767px) {

    body.ah-theme .ah-page-article-prose .landing > header > h1 {
        font-size: 27px !important;
        line-height: 1.18 !important;
    }

    body.ah-theme .ah-page-article-prose .landing .lead {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    body.ah-theme .ah-page-article-prose .landing > section {
        margin-bottom: 38px !important;
    }

    body.ah-theme .ah-page-article-prose .landing > section > h2 {
        font-size: 23px !important;
    }

    body.ah-theme .ah-page-article-prose .landing .row.g-3 {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.ah-theme .ah-page-article-prose .landing .row.g-3 > [class*="col-"] {
        padding: 18px 17px 16px !important;
    }

}

/* ============================================================
   ARTICLE LANDING CTA — FINAL
   ============================================================ */

body.ah-theme .ah-page-article-prose .cta-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 38px 0 !important;
}

body.ah-theme .ah-page-article-prose .btn-ah {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;

    padding: 0 20px !important;

    border: 1px solid #111 !important;
    border-radius: 8px !important;

    background: #111 !important;
    color: #fff !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-decoration: none !important;
    box-shadow: none !important;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        color .18s ease;
}

body.ah-theme .ah-page-article-prose .btn-ah:hover {
    background: #b28b46 !important;
    border-color: #b28b46 !important;
    color: #111 !important;
}

@media (max-width: 575px) {
    body.ah-theme .ah-page-article-prose .cta-row {
        flex-direction: column;
    }

    body.ah-theme .ah-page-article-prose .btn-ah {
        width: 100%;
    }
}


body.ah-theme .ah-page-article-prose .ah-custom-landing-title {
    margin: 0 0 18px !important;
    color: #111 !important;
    font-size: 34px !important;
    font-weight: 650 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
}

@media (max-width: 767px) {
    body.ah-theme .ah-page-article-prose .ah-custom-landing-title {
        font-size: 27px !important;
        line-height: 1.18 !important;
    }
}

/* ============================================================
   ARTICLE LANDING — WIDER DESKTOP CONTENT
   ============================================================ */

@media (min-width: 992px) {

    body.ah-theme .ah-page-article-content {
        max-width: 1200px !important;
    }

    body.ah-theme .ah-articles-hero-content {
        max-width: 1200px !important;
    }

}


/* ============================================================
   ARTICLE LANDING — FULL CONTAINER ALIGNMENT
   Align editorial body with hero title
   ============================================================ */

@media (min-width: 992px) {

    body.ah-theme .ah-page-article-content {
        width: 100% !important;
        max-width: none !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.ah-theme .ah-page-article-prose {
        width: 100% !important;
        max-width: none !important;
    }

    body.ah-theme .ah-articles-hero-content {
        width: 100% !important;
        max-width: none !important;
    }

}


@media (min-width: 992px) {

    body.ah-theme .ah-page-article-prose .landing > header,
    body.ah-theme .ah-page-article-prose .landing > section:not(:has(.row.g-3)):not(:has(table)) {
        max-width: 1120px;
    }

    body.ah-theme .ah-page-article-prose .landing .row.g-3,
    body.ah-theme .ah-page-article-prose .landing table {
        width: 100% !important;
    }

}

