.enterprise-publication,
.enterprise-single-article,
.enterprise-search-page {
    --enterprise-brand: rgb(0, 0, 41);
    --enterprise-brand-hover: #000050;
    --enterprise-accent: #640d00;
    --enterprise-ink: #11111c;
    --enterprise-muted: #686872;
    --enterprise-faint: #f6f7fa;
    --enterprise-panel: #dcdee2;
    --enterprise-line: #bababa;
    --enterprise-soft-line: #e3e3e7;
    --enterprise-surface: #ffffff;
    --enterprise-focus: #640d00;
    --enterprise-serif: Georgia, "Times New Roman", serif;
    --enterprise-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    color: var(--enterprise-ink);
    font-family: var(--enterprise-sans);
}

.enterprise-publication *,
.enterprise-publication *::before,
.enterprise-publication *::after,
.enterprise-single-article *,
.enterprise-single-article *::before,
.enterprise-single-article *::after,
.enterprise-search-page *,
.enterprise-search-page *::before,
.enterprise-search-page *::after {
    box-sizing: border-box;
}

.enterprise-publication a,
.enterprise-single-article a,
.enterprise-search-page a {
    color: inherit;
}

.enterprise-publication a:focus-visible,
.enterprise-single-article a:focus-visible,
.enterprise-search-page a:focus-visible,
.enterprise-search-page button:focus-visible,
.enterprise-search-page input:focus-visible {
    outline: 2px solid var(--enterprise-focus);
    outline-offset: 3px;
}

.enterprise-publication {
    width: min(100%, 1440px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 64px 64px;
    background: var(--enterprise-surface);
}


.enterprise-publication-homepage .cp-enterprise-home-width-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.enterprise-publication-homepage .cp-enterprise-home-padding-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.enterprise-publication-homepage :where(.entry-header, .page-header, .wp-block-post-title, .entry-title, .page-title):not(.enterprise-publication *) {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.enterprise-publication-homepage .enterprise-publication {
    width: min(100%, 1440px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.enterprise-single-article-page {
    background: #ffffff;
}

.enterprise-single-article-page :where(.site-content, .site-main, .content-area, .entry-content, main, .content-wrapper, .container):has(.enterprise-single-article),
.enterprise-single-article-page .enterprise-single-article-post {
    background: #ffffff;
}

.enterprise-shortcode-notice {
    padding: 16px 18px;
    border-left: 4px solid rgb(0, 0, 41);
    color: #34343f;
    background: #f4f4f7;
    font-size: 14px;
}

.enterprise-section-heading {
    max-width: 900px;
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-section-heading h2 {
    margin: 8px 0 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.enterprise-section-heading p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--enterprise-muted);
    font-size: 15px;
    line-height: 1.7;
}

.enterprise-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #777780;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.enterprise-section-bar {
    width: 100%;
    padding: 9px 18px;
    color: #ffffff;
    background: var(--enterprise-brand);
}

.enterprise-section-bar span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.enterprise-category-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 8px;
    padding: 3px 10px;
    color: #ffffff;
    background: var(--enterprise-brand);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.enterprise-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--enterprise-brand);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
}

.enterprise-read-more span {
    transition: transform 140ms ease;
}

.enterprise-read-more:hover,
.enterprise-read-more:focus-visible {
    color: var(--enterprise-brand-hover);
}

.enterprise-read-more:hover span,
.enterprise-read-more:focus-visible span {
    transform: translateX(3px);
}

.enterprise-placeholder-image {
    width: 100%;
    height: 100%;
    min-height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid var(--enterprise-line);
    color: #9a9ca0;
    background: #d8d8d8;
}

.enterprise-placeholder-image span {
    padding: 8px;
    color: #8f9097;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.enterprise-empty-state {
    padding: 24px;
    border: 1px solid var(--enterprise-line);
    color: var(--enterprise-muted);
    background: #f7f7f8;
}

.enterprise-empty-state p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.enterprise-category-archive {
    padding-top: 40px;
}

.enterprise-category-hero {
    margin-bottom: 42px;
}

.enterprise-category-hero-copy {
    max-width: 900px;
    padding: 24px 0 0;
}

.enterprise-category-hero-copy h1 {
    margin: 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.18;
}

.enterprise-category-hero-copy p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--enterprise-muted);
    font-size: 15px;
    line-height: 1.75;
}

.enterprise-post-list-wrap {
    max-width: 1040px;
}

.enterprise-post-list {
    display: grid;
    gap: 0;
}

.enterprise-post-item {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 28px 0;
    border-top: 1px solid var(--enterprise-line);
}

.enterprise-post-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.enterprise-post-image,
.enterprise-latest-lead-image,
.enterprise-card-image,
.enterprise-search-card-image,
.enterprise-related-image {
    display: block;
    overflow: hidden;
    background: #d8d8d8;
    text-decoration: none;
}

.enterprise-post-image {
    aspect-ratio: 4 / 3;
}

.enterprise-post-thumbnail,
.enterprise-card-thumbnail,
.enterprise-latest-lead-thumbnail,
.enterprise-homepage-feature-thumbnail,
.enterprise-search-card-thumbnail,
.enterprise-related-thumbnail,
.enterprise-single-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 160ms ease;
}

.enterprise-post-image:hover .enterprise-post-thumbnail,
.enterprise-card-image:hover .enterprise-card-thumbnail,
.enterprise-latest-lead-image:hover .enterprise-latest-lead-thumbnail,
.enterprise-search-card-image:hover .enterprise-search-card-thumbnail,
.enterprise-related-card:hover .enterprise-related-thumbnail {
    transform: scale(1.03);
}

.enterprise-post-title,
.enterprise-card-title,
.enterprise-latest-lead-title,
.enterprise-related-title,
.enterprise-search-card-title {
    overflow-wrap: anywhere;
}

.enterprise-post-title {
    margin: 0;
    font-family: var(--enterprise-serif);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.18;
}

.enterprise-post-title a,
.enterprise-card-title a,
.enterprise-latest-lead-title a,
.enterprise-search-card-title a {
    color: var(--enterprise-brand);
    text-decoration: none;
}

.enterprise-post-title a:hover,
.enterprise-post-title a:focus-visible,
.enterprise-card-title a:hover,
.enterprise-card-title a:focus-visible,
.enterprise-latest-lead-title a:hover,
.enterprise-latest-lead-title a:focus-visible,
.enterprise-search-card-title a:hover,
.enterprise-search-card-title a:focus-visible {
    color: var(--enterprise-brand-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.enterprise-post-meta,
.enterprise-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-top: 8px;
    color: #777780;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.enterprise-post-meta time,
.enterprise-card-meta time {
    color: var(--enterprise-muted);
}

.enterprise-post-excerpt,
.enterprise-card-excerpt,
.enterprise-latest-lead-excerpt {
    color: #444450;
    font-size: 14px;
    line-height: 1.7;
}

.enterprise-post-excerpt {
    max-width: 720px;
    margin: 14px 0 0;
}

.enterprise-pagination,
.enterprise-post-pagination {
    margin-top: 42px;
}

.enterprise-pagination {
    display: flex;
    justify-content: center;
}

.enterprise-pagination .page-numbers,
.enterprise-post-pagination .page-numbers,
.enterprise-search-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-pagination .page-numbers li,
.enterprise-post-pagination .page-numbers li,
.enterprise-search-pagination .page-numbers li {
    margin: 0;
}

.enterprise-pagination a.page-numbers,
.enterprise-pagination span.page-numbers,
.enterprise-post-pagination a.page-numbers,
.enterprise-post-pagination span.page-numbers,
.enterprise-search-pagination a.page-numbers,
.enterprise-search-pagination span.page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--enterprise-line);
    color: var(--enterprise-brand);
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.enterprise-pagination a.page-numbers.prev,
.enterprise-pagination a.page-numbers.next {
    width: auto;
}

.enterprise-pagination span.page-numbers.current,
.enterprise-pagination a.page-numbers:hover,
.enterprise-pagination a.page-numbers:focus-visible,
.enterprise-post-pagination span.page-numbers.current,
.enterprise-post-pagination a.page-numbers:hover,
.enterprise-search-pagination span.page-numbers.current,
.enterprise-search-pagination a.page-numbers:hover {
    color: #ffffff;
    border-color: var(--enterprise-brand);
    background: var(--enterprise-brand);
}

.enterprise-pagination span.page-numbers.dots {
    border-color: transparent;
    color: var(--enterprise-muted);
    background: transparent;
}

.enterprise-latest-layout {
    width: 100%;
}

.enterprise-latest-lead {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-latest-lead-image {
    aspect-ratio: 15 / 11;
}

.enterprise-latest-lead-title {
    margin: 8px 0 0;
    font-family: var(--enterprise-serif);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.28;
}

.enterprise-latest-lead-excerpt {
    max-width: 720px;
    margin: 14px 0 0;
}

.enterprise-latest-support {
    margin-top: 36px;
}

.enterprise-homepage-feature {
    padding-top: 48px;
    padding-bottom: 40px;
}

.enterprise-homepage-feature-grid {
    display: grid;
    gap: 40px;
    align-items: start;
}

.enterprise-homepage-feature-grid-has-about {
    grid-template-columns: minmax(0, 1fr) 340px;
}

.enterprise-homepage-feature-grid-no-about {
    grid-template-columns: minmax(0, 1fr);
}

.enterprise-homepage-feature-main {
    min-width: 0;
}

.enterprise-homepage-feature-kicker {
    margin-bottom: 10px;
    color: #777780;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.enterprise-homepage-feature-rule {
    width: 100%;
    margin-bottom: 24px;
    border-top: 1px solid var(--enterprise-line);
}

.enterprise-homepage-feature-story {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.enterprise-homepage-feature-image {
    display: block;
    overflow: hidden;
    margin: 0;
    background: #d8d8d8;
    text-decoration: none;
    aspect-ratio: 15 / 11;
}

.enterprise-homepage-feature-image:hover .enterprise-homepage-feature-thumbnail,
.enterprise-homepage-feature-image:focus-visible .enterprise-homepage-feature-thumbnail {
    transform: scale(1.025);
}

.enterprise-homepage-feature-copy {
    min-width: 0;
    max-width: none;
    padding-top: 2px;
}

.enterprise-homepage-feature-title {
    margin: 8px 0 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.32;
    overflow-wrap: anywhere;
}

.enterprise-homepage-feature-title a {
    color: inherit;
    text-decoration: none;
}

.enterprise-homepage-feature-title a:hover,
.enterprise-homepage-feature-title a:focus-visible {
    color: var(--enterprise-brand-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.enterprise-homepage-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-top: 10px;
    color: #777780;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.enterprise-homepage-feature-meta time {
    color: var(--enterprise-muted);
}

.enterprise-homepage-feature-excerpt {
    margin: 12px 0 0;
    color: #444450;
    font-size: 14px;
    line-height: 1.72;
}

.enterprise-homepage-feature-link {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: var(--enterprise-brand);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
}

.enterprise-homepage-feature-link span {
    transition: transform 140ms ease;
}

.enterprise-homepage-feature-link:hover,
.enterprise-homepage-feature-link:focus-visible {
    color: var(--enterprise-brand-hover);
}

.enterprise-homepage-feature-link:hover span,
.enterprise-homepage-feature-link:focus-visible span {
    transform: translateX(3px);
}

.enterprise-homepage-about {
    min-width: 0;
    padding: 0;
    border: 0;
    color: var(--enterprise-ink);
    background: transparent;
}

.enterprise-homepage-about > *:first-child {
    margin-top: 0;
}

.enterprise-homepage-about > *:last-child {
    margin-bottom: 0;
}

.enterprise-homepage-about :where(h1, h2, h3) {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--enterprise-line);
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
}

.enterprise-homepage-about p {
    margin: 0 0 12px;
    color: var(--enterprise-ink);
    font-size: 13px;
    line-height: 1.78;
}

.enterprise-homepage-about a {
    font-size: 13px;
    text-underline-offset: 3px;
}

.enterprise-category-cards {
    position: relative;
    padding-top: 48px;
}

.enterprise-category-cards::before {
    position: absolute;
    top: 0;
    right: 64px;
    left: 64px;
    border-top: 2px solid rgba(0, 0, 41, .10);
    content: "";
}

.enterprise-card-grid,
.enterprise-category-group-grid {
    display: grid;
    gap: 36px 40px;
}

.enterprise-category-group-grid-five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.enterprise-category-group-grid-five .enterprise-section-group {
    grid-column: span 2;
}

.enterprise-category-group-grid-five .enterprise-section-group:nth-child(4) {
    grid-column: 2 / span 2;
}

.enterprise-category-group-grid-five .enterprise-section-group:nth-child(5) {
    grid-column: 4 / span 2;
}

/*
 * Defensive fallback for cached shortcode markup produced by earlier builds.
 * A five-section class combined with columns=2 must remain a true two-column
 * grid. Reset the six-track placement rules so no implicit columns are created.
 */
.enterprise-category-group-grid-five.enterprise-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enterprise-category-group-grid-five.enterprise-columns-2 .enterprise-section-group,
.enterprise-category-group-grid-five.enterprise-columns-2 .enterprise-section-group:nth-child(4),
.enterprise-category-group-grid-five.enterprise-columns-2 .enterprise-section-group:nth-child(5) {
    width: auto;
    grid-column: auto;
    justify-self: stretch;
}

.enterprise-card-grid.enterprise-columns-1,
.enterprise-category-group-grid.enterprise-columns-1 {
    grid-template-columns: 1fr;
}

.enterprise-card-grid.enterprise-columns-2,
.enterprise-category-group-grid.enterprise-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enterprise-card-grid.enterprise-columns-3,
.enterprise-category-group-grid.enterprise-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.enterprise-card-grid.enterprise-columns-4,
.enterprise-category-group-grid.enterprise-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enterprise-section-group {
    min-width: 0;
}

.enterprise-section-list {
    display: flex;
    flex-direction: column;
}

.enterprise-section-list .enterprise-empty-state {
    border-top: 0;
}

.enterprise-article-card {
    min-width: 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--enterprise-line);
    color: var(--enterprise-brand);
    background: #ffffff;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.enterprise-section-list .enterprise-article-card {
    border-top: 0;
}

.enterprise-article-card:hover,
.enterprise-article-card:focus-within {
    border-color: #9c9ca4;
    background: var(--enterprise-faint);
}

.enterprise-card-image {
    width: 100px;
    height: 78px;
    flex: 0 0 100px;
}

.enterprise-card-content {
    min-width: 0;
    flex: 1 1 auto;
}

.enterprise-card-title {
    margin: 0;
    font-family: var(--enterprise-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.enterprise-card-excerpt {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.6;
}

/*
 * Enterprise single articles replace the theme's post body with a complete
 * publication layout. Hide only theme-generated post header/media/meta elements
 * that sit outside the custom article container.
 */
.enterprise-single-article-page:has(.enterprise-single-article) :where(
    .entry-header,
    .post-header,
    .page-header,
    .entry-title,
    .post-title,
    .wp-block-post-title,
    .entry-meta,
    .post-meta,
    .entry-categories,
    .cat-links,
    .byline,
    .posted-on,
    .comments-link,
    .post-thumbnail,
    .featured-image,
    .wp-post-image,
    .wp-block-post-featured-image,
    .wp-block-post-terms,
    .wp-block-post-author,
    .wp-block-post-author-name,
    .wp-block-post-date,
    .wp-block-post-comments-link
):not(.enterprise-single-article *) {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.enterprise-single-article-page:has(.enterprise-single-article) :where(
    .navigation.post-navigation,
    .post-navigation,
    .single-post-navigation,
    .wp-block-post-navigation-link,
    .nav-links:has(.nav-previous),
    .nav-links:has(.nav-next),
    .nav-previous,
    .nav-next,
    .previous-post,
    .next-post
):not(.enterprise-single-article *) {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.enterprise-single-article-page:has(.enterprise-single-article) .enterprise-single-article-post {
    margin-top: 0;
    padding-top: 0;
}


.enterprise-single-article-page :where(
    .site-content,
    .site-main,
    .content-area,
    .entry-content,
    .wp-block-post-content,
    .content-wrapper,
    .container
):has(.enterprise-single-article) {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
}

.enterprise-single-article {
    max-width: 1440px;
    margin: 0 auto;
    padding: 28px 80px 32px;
    background: #ffffff;
}

.enterprise-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-bottom: 24px;
    color: #000051;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.enterprise-single-breadcrumb a {
    color: #000051;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.enterprise-single-breadcrumb span {
    color: var(--enterprise-line);
}

.enterprise-single-header {
    max-width: 900px;
    margin-bottom: 28px;
}

.enterprise-single-header h1 {
    margin: 0 0 16px;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.28;
}

.enterprise-single-deck {
    max-width: 760px;
    margin: 0 0 18px;
    color: #444450;
    font-family: var(--enterprise-serif);
    font-size: 19px;
    line-height: 1.6;
}

.enterprise-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--enterprise-line);
    color: #777780;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.enterprise-single-meta .enterprise-category-label {
    margin: 0;
}

.enterprise-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 900px) 340px;
    gap: 40px 50px;
    align-items: start;
}

.enterprise-single-grid-no-related {
    grid-template-columns: minmax(0, 900px);
}

.enterprise-single-main {
    min-width: 0;
}

.enterprise-single-hero-media {
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid var(--enterprise-line);
    background: #ebebeb;
    aspect-ratio: 16 / 9;
}

.enterprise-single-hero-media .enterprise-placeholder-image {
    min-height: 260px;
    border: 0;
}

.enterprise-article-body {
    max-width: 700px;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 18px;
    line-height: 1.7;
}

.enterprise-article-body p {
    margin: 0 0 24px;
}

.enterprise-article-body .cp-lead-paragraph {
    font-size: 1.16em;
    line-height: 1.65;
}

.enterprise-article-body .cp-subheading {
    margin: 34px 0 14px;
    color: var(--enterprise-brand);
    font-size: 1.22em;
    font-weight: 700;
    line-height: 1.35;
}

.enterprise-article-body .cp-small-note {
    color: var(--enterprise-muted);
    font-family: var(--enterprise-sans);
    font-size: .84em;
    line-height: 1.55;
}

.enterprise-article-body blockquote {
    margin: 30px 0;
    padding: 4px 0 4px 22px;
    border-left: 4px solid var(--enterprise-accent);
    color: #30303b;
    font-style: italic;
}

.enterprise-article-body ul,
.enterprise-article-body ol {
    margin: 0 0 24px;
    padding-left: 1.5em;
}

.enterprise-article-body li + li {
    margin-top: 8px;
}

.enterprise-article-body .cp-align-left { text-align: left; }
.enterprise-article-body .cp-align-center { text-align: center; }
.enterprise-article-body .cp-align-right { text-align: right; }

.enterprise-article-body h1,
.enterprise-article-body h2,
.enterprise-article-body h3,
.enterprise-article-body h4,
.enterprise-article-body h5,
.enterprise-article-body h6 {
    margin: 38px 0 14px;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-weight: 700;
    line-height: 1.28;
}

.enterprise-article-body h1 {
    font-size: 30px;
}

.enterprise-article-body h2 {
    font-size: 26px;
}

.enterprise-article-body h3 {
    font-size: 22px;
}

.enterprise-article-body h4,
.enterprise-article-body h5,
.enterprise-article-body h6 {
    font-size: 19px;
}

.enterprise-article-body a {
    color: var(--enterprise-brand);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.enterprise-article-body a:hover,
.enterprise-article-body a:focus-visible {
    color: var(--enterprise-accent);
}

.enterprise-article-body img,
.enterprise-article-body video {
    max-width: 100%;
    height: auto;
}

.enterprise-article-body figure,
.enterprise-article-body .wp-block-image,
.enterprise-article-body .wp-caption {
    max-width: 100%;
    margin: 34px 0;
}

.enterprise-article-body .cp-article-image img,
.enterprise-article-body .wp-block-image img,
.enterprise-article-body .wp-caption img {
    width: 100%;
    display: block;
}

.enterprise-article-body figcaption,
.enterprise-article-body .wp-caption-text {
    margin-top: 8px;
    color: #777780;
    font-family: var(--enterprise-sans);
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
}

.enterprise-article-body .cp-article-video,
.enterprise-article-body .wp-block-embed {
    width: 100%;
}

.enterprise-article-body iframe,
.enterprise-article-body embed,
.enterprise-article-body object,
.enterprise-article-body .wp-video {
    max-width: 100%;
}

.enterprise-article-body .cp-article-video iframe,
.enterprise-article-body .wp-block-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 220px;
    display: block;
}


.enterprise-article-body .cp-article-table {
    width: 100%;
    max-width: 100%;
    margin: 34px 0;
}

.enterprise-article-body .cp-article-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--enterprise-line);
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.enterprise-article-body .cp-article-table-scroll:focus-visible {
    outline: 2px solid var(--enterprise-focus);
    outline-offset: 3px;
}

.enterprise-article-body .cp-article-table table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    color: var(--enterprise-ink);
    font-family: var(--enterprise-sans);
    font-size: 14px;
    line-height: 1.5;
}

.enterprise-article-body .cp-article-table caption {
    padding: 12px 14px;
    color: var(--enterprise-brand);
    background: #f4f5f7;
    font-weight: 700;
    text-align: left;
}

.enterprise-article-body .cp-article-table th,
.enterprise-article-body .cp-article-table td {
    padding: 11px 13px;
    border-right: 1px solid var(--enterprise-soft-line);
    border-bottom: 1px solid var(--enterprise-soft-line);
    text-align: left;
    vertical-align: top;
}

.enterprise-article-body .cp-article-table th:last-child,
.enterprise-article-body .cp-article-table td:last-child {
    border-right: 0;
}

.enterprise-article-body .cp-article-table tbody tr:last-child td {
    border-bottom: 0;
}

.enterprise-article-body .cp-article-table thead th {
    color: var(--enterprise-brand);
    background: #eceef1;
    font-weight: 750;
}

.enterprise-article-body .cp-article-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.enterprise-related-articles {
    width: 100%;
    padding: 16px;
    color: var(--enterprise-brand);
    background: var(--enterprise-panel);
}

.enterprise-related-articles h2 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--enterprise-line);
    font-family: var(--enterprise-sans);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.enterprise-related-list {
    display: flex;
    flex-direction: column;
}

.enterprise-related-card {
    display: block;
    padding: 14px 12px;
    border-bottom: 1px solid var(--enterprise-line);
    text-decoration: none;
    transition: background-color 140ms ease;
}

.enterprise-related-card:hover,
.enterprise-related-card:focus-visible {
    background: #caccd0;
}

.enterprise-related-card-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.enterprise-related-image {
    width: 64px;
    height: 48px;
    flex: 0 0 64px;
}

.enterprise-related-copy {
    min-width: 0;
    display: block;
}

.enterprise-related-copy .enterprise-category-label {
    margin-bottom: 6px;
    padding: 2px 8px;
    font-size: 9px;
}

.enterprise-related-title {
    display: block;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.enterprise-related-meta {
    display: block;
    margin-top: 8px;
    color: #66666f;
    font-size: 11px;
    line-height: 1.45;
}

.enterprise-other-stories {
    margin-top: 34px;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 0;
    border-top: 1px solid var(--enterprise-line);
    background: #ffffff;
}

.enterprise-other-stories-heading {
    margin-bottom: 22px;
}

.enterprise-other-stories-heading h2 {
    margin: 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-sans);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
}

.enterprise-other-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 22px;
}

.enterprise-other-story-card-wrap {
    min-width: 0;
}

.enterprise-other-story-card {
    display: block;
    color: var(--enterprise-brand);
    text-decoration: none;
}

.enterprise-other-story-card:focus-visible {
    outline: 2px solid var(--enterprise-focus);
    outline-offset: 4px;
}

.enterprise-other-story-image {
    display: block;
    overflow: hidden;
    margin-bottom: 14px;
    background: #d8d8d8;
    aspect-ratio: 16 / 10;
}

.enterprise-other-story-thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 160ms ease;
}

.enterprise-other-story-card:hover .enterprise-other-story-thumbnail,
.enterprise-other-story-card:focus-visible .enterprise-other-story-thumbnail {
    transform: scale(1.03);
}

.enterprise-other-story-copy {
    display: block;
}

.enterprise-other-story-title {
    display: block;
    margin: 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.enterprise-other-story-card:hover .enterprise-other-story-title,
.enterprise-other-story-card:focus-visible .enterprise-other-story-title {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.enterprise-other-story-date {
    display: block;
    margin-top: 9px;
    color: var(--enterprise-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.enterprise-search-page {
    max-width: 1380px;
    margin: 0 auto;
    padding: 56px 32px;
}

.enterprise-article-search-page:has(.enterprise-search-page) :where(
    .entry-header,
    .page-header,
    .wp-block-post-title,
    .entry-title,
    .page-title,
    .post-thumbnail,
    .featured-image
):not(.enterprise-search-page *) {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.enterprise-search-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

.enterprise-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 42px;
    border: 1px solid rgba(0, 0, 41, .35);
    background: #ffffff;
}

.enterprise-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 18px 22px;
    color: var(--enterprise-ink);
    background: transparent;
    font-size: 16px;
    line-height: 1.4;
}

.enterprise-search-form button {
    height: 52px;
    flex: 0 0 auto;
    margin: 4px;
    border: 0;
    padding: 0 24px;
    color: #ffffff;
    background: var(--enterprise-accent);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.enterprise-search-button-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.enterprise-search-header {
    margin-bottom: 24px;
}

.enterprise-search-header h2 {
    margin: 0;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.enterprise-search-grid {
    display: grid;
    grid-template-columns: repeat(var(--enterprise-search-columns, 5), minmax(0, 1fr));
    gap: 32px 16px;
}

.enterprise-search-columns-1 .enterprise-search-grid {
    grid-template-columns: 1fr;
}

.enterprise-search-columns-2 .enterprise-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enterprise-search-columns-3 .enterprise-search-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.enterprise-search-columns-4 .enterprise-search-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enterprise-search-columns-5 .enterprise-search-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.enterprise-search-columns-6 .enterprise-search-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.enterprise-search-card {
    min-width: 0;
}

.enterprise-search-card-image {
    aspect-ratio: 16 / 10;
}

.enterprise-search-card-category {
    display: block;
    margin-top: 14px;
    color: var(--enterprise-brand);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.enterprise-search-card-title {
    margin: 8px 0;
    font-family: var(--enterprise-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.enterprise-search-card-author,
.enterprise-search-card-date {
    display: block;
    color: #555560;
    font-size: 13px;
    line-height: 1.45;
}

.enterprise-search-card-date {
    margin-top: 4px;
    color: var(--enterprise-muted);
}

.enterprise-search-empty {
    padding: 42px;
    border: 1px solid var(--enterprise-line);
    background: #ffffff;
    text-align: center;
}

.enterprise-search-empty h3 {
    margin: 0 0 10px;
    color: var(--enterprise-brand);
    font-family: var(--enterprise-serif);
    font-size: 24px;
}

.enterprise-search-empty p {
    margin: 0;
    color: var(--enterprise-muted);
}

.enterprise-search-pagination {
    margin-top: 46px;
}

.enterprise-search-pagination .page-numbers {
    justify-content: center;
}

@media (max-width: 1280px) {
    .enterprise-publication,
    .enterprise-single-article {
        padding-right: 48px;
        padding-left: 48px;
    }

    .enterprise-category-cards::before {
        right: 48px;
        left: 48px;
    }

    .enterprise-card-grid.enterprise-columns-4,
    .enterprise-category-group-grid.enterprise-columns-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .enterprise-category-group-grid-five {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .enterprise-search-columns-5 .enterprise-search-grid,
    .enterprise-search-columns-6 .enterprise-search-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .enterprise-publication,
    .enterprise-single-article {
        padding-right: 32px;
        padding-left: 32px;
    }

    .enterprise-card-grid.enterprise-columns-3,
    .enterprise-card-grid.enterprise-columns-4,
    .enterprise-category-group-grid.enterprise-columns-3,
    .enterprise-category-group-grid.enterprise-columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enterprise-category-group-grid-five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enterprise-category-group-grid-five .enterprise-section-group,
    .enterprise-category-group-grid-five .enterprise-section-group:nth-child(4),
    .enterprise-category-group-grid-five .enterprise-section-group:nth-child(5) {
        grid-column: auto;
    }

    .enterprise-category-group-grid-five .enterprise-section-group:nth-child(5) {
        width: min(100%, calc((100% - 40px) / 2));
        justify-self: center;
        grid-column: 1 / -1;
    }

    .enterprise-single-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-related-articles {
        width: 100%;
        margin-left: 0;
        max-width: 700px;
    }

    .enterprise-other-stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enterprise-category-cards::before {
        right: 32px;
        left: 32px;
    }

    .enterprise-homepage-feature {
        padding-top: 40px;
        padding-bottom: 36px;
    }

    .enterprise-homepage-feature-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 28px;
    }

    .enterprise-homepage-feature-grid-no-about {
        grid-template-columns: minmax(0, 1fr);
    }

    .enterprise-homepage-feature-story {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 22px;
    }

    .enterprise-homepage-feature-title {
        font-size: 22px;
    }

    .enterprise-search-columns-4 .enterprise-search-grid,
    .enterprise-search-columns-5 .enterprise-search-grid,
    .enterprise-search-columns-6 .enterprise-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .enterprise-publication,
    .enterprise-search-page {
        padding: 36px 24px 52px;
    }

    .enterprise-single-article {
        padding: 22px 24px 32px;
    }

    .enterprise-category-hero-copy h1,
    .enterprise-single-header h1,
    .enterprise-section-heading h2,
    .enterprise-search-header h2 {
        font-size: 28px;
    }

    .enterprise-post-item,
    .enterprise-latest-lead {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .enterprise-post-image,
    .enterprise-latest-lead-image {
        width: 100%;
    }

    .enterprise-card-grid.enterprise-columns-2,
    .enterprise-card-grid.enterprise-columns-3,
    .enterprise-card-grid.enterprise-columns-4,
    .enterprise-category-group-grid.enterprise-columns-2,
    .enterprise-category-group-grid.enterprise-columns-3,
    .enterprise-category-group-grid.enterprise-columns-4 {
        grid-template-columns: 1fr;
    }

    .enterprise-category-group-grid-five {
        grid-template-columns: 1fr;
    }

    .enterprise-category-group-grid-five .enterprise-section-group:nth-child(5) {
        width: 100%;
        justify-self: stretch;
        grid-column: auto;
    }

    .enterprise-post-title {
        font-size: 26px;
    }

    .enterprise-latest-lead-title {
        font-size: 24px;
    }

    .enterprise-related-articles {
        max-width: none;
    }

    .enterprise-other-stories {
        margin-top: 28px;
        padding-top: 14px;
    }

    .enterprise-category-cards {
        padding-top: 40px;
    }

    .enterprise-category-cards::before {
        right: 24px;
        left: 24px;
    }

    .enterprise-homepage-feature {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .enterprise-homepage-feature-grid,
    .enterprise-homepage-feature-grid-has-about {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .enterprise-homepage-feature-story {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }

    .enterprise-homepage-feature-title {
        font-size: 22px;
    }

    .enterprise-homepage-about {
        padding-top: 26px;
        border-top: 1px solid var(--enterprise-line);
    }

    .enterprise-search-grid,
    .enterprise-search-columns-2 .enterprise-search-grid,
    .enterprise-search-columns-3 .enterprise-search-grid,
    .enterprise-search-columns-4 .enterprise-search-grid,
    .enterprise-search-columns-5 .enterprise-search-grid,
    .enterprise-search-columns-6 .enterprise-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .enterprise-publication,
    .enterprise-search-page {
        padding: 28px 16px 44px;
    }

    .enterprise-single-article {
        padding: 20px 16px 30px;
    }

    .enterprise-section-heading,
    .enterprise-category-hero {
        margin-bottom: 28px;
    }

    .enterprise-category-hero-copy h1,
    .enterprise-single-header h1,
    .enterprise-section-heading h2,
    .enterprise-search-header h2 {
        font-size: 24px;
    }

    .enterprise-single-deck,
    .enterprise-article-body {
        font-size: 16px;
    }

    .enterprise-article-card {
        gap: 12px;
        padding: 14px;
    }

    .enterprise-card-image {
        width: 88px;
        height: 70px;
        flex-basis: 88px;
    }

    .enterprise-card-title {
        font-size: 15px;
    }

    .enterprise-other-stories-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-other-stories {
        margin-top: 24px;
        padding-top: 12px;
    }

    .enterprise-other-story-title {
        font-size: 17px;
    }

    .enterprise-category-cards {
        padding-top: 32px;
    }

    .enterprise-category-cards::before {
        right: 16px;
        left: 16px;
    }

    .enterprise-homepage-feature {
        padding: 28px 16px 30px;
    }

    .enterprise-homepage-feature-rule {
        margin-bottom: 18px;
    }

    .enterprise-homepage-feature-story {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 14px;
    }

    .enterprise-homepage-feature-image {
        aspect-ratio: 4 / 3;
    }

    .enterprise-homepage-feature-title {
        font-size: 18px;
    }

    .enterprise-homepage-feature-excerpt {
        display: none;
    }

    .enterprise-homepage-feature-link {
        min-height: 32px;
        margin-top: 10px;
    }

    .enterprise-card-excerpt,
    .enterprise-read-more {
        display: none;
    }

    .enterprise-search-grid,
    .enterprise-search-columns-2 .enterprise-search-grid,
    .enterprise-search-columns-3 .enterprise-search-grid,
    .enterprise-search-columns-4 .enterprise-search-grid,
    .enterprise-search-columns-5 .enterprise-search-grid,
    .enterprise-search-columns-6 .enterprise-search-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-search-form input[type="search"] {
        padding: 15px 16px;
    }

    .enterprise-search-form button {
        padding: 0 18px;
    }
}



/*
 * Category archive media fit.
 * Keep the existing 4:3 frame and crop the source image to fill it.
 */
.enterprise-category-archive .enterprise-post-image {
    position: relative;
    isolation: isolate;
}

.enterprise-category-archive .enterprise-post-image > img.enterprise-post-thumbnail {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center;
}

/*
 * Enterprise landing-page image and card refinements.
 * Keep the media frames unchanged while forcing the source image to fill them.
 * Prevent theme or grid stretch rules from creating empty space below cards.
 */
body.enterprise-publication-homepage .enterprise-homepage-feature-image,
body.enterprise-publication-homepage .enterprise-card-image {
    position: relative;
    isolation: isolate;
}

body.enterprise-publication-homepage .enterprise-homepage-feature-image > img.enterprise-homepage-feature-thumbnail,
body.enterprise-publication-homepage .enterprise-card-image > img.enterprise-card-thumbnail {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center;
}

body.enterprise-publication-homepage .enterprise-category-group-grid {
    align-items: start;
}

body.enterprise-publication-homepage .enterprise-category-group-grid .enterprise-section-group {
    height: auto !important;
    align-self: start;
}

body.enterprise-publication-homepage .enterprise-section-list {
    height: auto !important;
}

body.enterprise-publication-homepage .enterprise-section-list .enterprise-article-card {
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto;
    align-self: stretch;
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-post-thumbnail,
    .enterprise-card-thumbnail,
    .enterprise-latest-lead-thumbnail,
    .enterprise-homepage-feature-thumbnail,
    .enterprise-search-card-thumbnail,
    .enterprise-related-thumbnail,
    .enterprise-single-hero-image,
    .enterprise-other-story-thumbnail,
    .enterprise-article-card,
    .enterprise-related-card,
    .enterprise-read-more span,
    .enterprise-homepage-feature-link span {
        transition: none;
    }
}


/*
 * Enterprise single-article spacing hardening.
 *
 * Some themes add vertical padding, margins, or minimum heights to the post,
 * content, and main wrappers. Reset only wrappers containing the Enterprise
 * article. The publication article keeps its own responsive 28px/22px/20px
 * top padding and 32px/32px/30px bottom padding.
 */
body.enterprise-single-article-page article.enterprise-single-article-post,
body.enterprise-single-article-page :where(
    #content,
    #primary,
    #main,
    main,
    .site-content,
    .site-main,
    .content-area,
    .entry-content,
    .wp-block-post-content,
    .content-wrapper,
    .container,
    .ast-container
):has(.enterprise-single-article) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    flex-grow: 0 !important;
}

body.enterprise-single-article-page :where(
    .navigation.post-navigation,
    .post-navigation,
    .single-post-navigation,
    .wp-block-post-navigation-link,
    .nav-links:has(.nav-previous),
    .nav-links:has(.nav-next),
    .nav-previous,
    .nav-next,
    .previous-post,
    .next-post
):not(.enterprise-single-article *) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
}

/*
 * Search-result media fit.
 * Preserve the existing 16:10 card frame and crop the source image to cover it.
 */
.enterprise-search-page .enterprise-search-card-image {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.enterprise-search-page .enterprise-search-card-image > img.enterprise-search-card-thumbnail {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center;
}

/*
 * Single-article Hero Image bounds.
 * Keep the same editorial image size whether Related Stories exists or not.
 */
body.enterprise-single-article-page .enterprise-single-main {
    width: min(100%, 900px);
    max-width: 900px;
    justify-self: start;
}

body.enterprise-single-article-page .enterprise-single-hero-media {
    position: relative;
    isolation: isolate;
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    max-height: 506px;
    aspect-ratio: 16 / 9;
}

body.enterprise-single-article-page .enterprise-single-hero-media > img.enterprise-single-hero-image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center;
}

@media (max-width: 1024px) {
    body.enterprise-single-article-page .enterprise-single-main,
    body.enterprise-single-article-page .enterprise-single-hero-media {
        width: 100% !important;
        max-width: 900px !important;
    }
}
