/* =============================================================================
   CCH News CSS
   ============================================================================= */

/* Latest news section background */
.cch.cch-latest-news {
    background-image: linear-gradient(135deg, #32508B 0%, #32813F 50%, #BF246D 100%);
}
/* Blog/news */
.p2e-blog-entry-content-inner {
    border-top: 8px solid #345091;
}

/* =============================================================================
   News article page
   File: wwwroot/css/custom.css
   ============================================================================= */

.cch .cch-news-article {
    background-color: var(--cch-bg-white);
}

.cch .cch-news-article__body {
    padding-block: 2rem 2.5rem;
}

.cch-news-article__figure {
    width: 100%;
}

.cch .cch-news-article__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 31, 69, 0.14);
}

.cch .cch-news-article__header {
    margin-bottom: 1.5rem;
}

.cch .cch-news-article__date {
    margin-bottom: 0.5rem;
    color: var(--cch-medium-blue);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

/*.cch .cch-news-article__title {
    max-width: 48rem;
    margin-bottom: 1.5rem;
    color: var(--cch-dark-blue);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
}*/

.cch .cch-news-article__title,
.cch .cch-news-article__content {
    width: 100%;
    max-width: none;
    margin-bottom: 1.5rem;
    color: var(--cch-dark-blue);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
}

.cch .cch-news-article__content {
    width: 100%;
    max-width: none;
}

    .cch .cch-news-article__content p,
    .cch .cch-news-article__content li {
        font-size: 1rem;
        line-height: 1.6;
    }

    .cch .cch-news-article__content a {
        color: var(--cch-blue);
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 0.2em;
    }

        .cch .cch-news-article__content a:hover,
        .cch .cch-news-article__content a:focus {
            color: var(--cch-blue) !important;
            text-decoration: none;
        }

        .cch .cch-news-article__content a:focus-visible {
            outline: 3px solid var(--cch-orange);
            outline-offset: 3px;
            border-radius: 0.25rem;
        }

/* Share row used inside news article */
.cch .cch-news-article .cch-share-this {
    max-width: 48rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--cch-border-grey);
}

.cch .cch-share-this {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.cch .cch-share-this__title {
    margin: 0;
    color: var(--cch-dark-blue);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2;
}

.cch .cch-share-this__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.cch .cch-share-this__link {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background-color: var(--cch-bg-soft);
    color: var(--cch-blue);
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}

    .cch .cch-share-this__link:hover,
    .cch .cch-share-this__link:focus {
        background-color: var(--cch-blue);
        color: var(--cch-white) !important;
        text-decoration: none;
    }

    .cch .cch-share-this__link:focus-visible {
        outline: 3px solid var(--cch-orange);
        outline-offset: 3px;
    }

/* Related news section */
.cch .cch-related-news {
    padding-block: 2rem 3rem;
}

.cch .cch-related-news__title {
    margin-inline: auto;
    color: var(--cch-dark-blue);
    text-align: center;
}

    .cch .cch-related-news__title::after {
        margin-left: auto;
        margin-right: auto;
    }

.cch .cch-related-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.75rem;
    background-color: var(--cch-white);
    box-shadow: 0 0.5rem 1rem rgba(0, 31, 69, 0.08);
}

.cch .cch-related-news-card__image-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background-color: var(--cch-bg-light);
}

.cch .cch-related-news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cch .cch-related-news-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 10rem;
    align-items: center;
    justify-content: center;
    color: var(--cch-blue);
    font-size: 2rem;
}

.cch .cch-related-news-card__accent {
    display: block;
    height: 0.35rem;
    background-color: var(--cch-blue);
}

.cch .cch-related-news-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

.cch .cch-related-news-card__date {
    margin-bottom: 0.75rem;
    color: var(--cch-medium-blue);
    font-size: 0.875rem; /* 14px */
    font-weight: 700;
    line-height: 1.4;
}

.cch .cch-related-news-card__heading {
    margin-bottom: 1rem;
    color: var(--cch-dark-blue);
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
    line-height: 1.35;
}

.cch .cch-related-news-card__summary {
    flex-grow: 1;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.cch .cch-related-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    width: fit-content;
    margin-top: auto;
    color: var(--cch-blue);
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
}

    .cch .cch-related-news-card__link:hover,
    .cch .cch-related-news-card__link:focus {
        color: var(--cch-pink) !important;
        text-decoration: none;
    }

    .cch .cch-related-news-card__link:focus-visible {
        outline: 3px solid var(--cch-orange);
        outline-offset: 3px;
        border-radius: 0.25rem;
    }

@media (min-width: 768px) {
    .cch .cch-news-article__body {
        padding-block: 3rem;
    }

    .cch .cch-related-news {
        padding-block: 2.5rem 4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cch .cch-related-news-card,
    .cch .cch-related-news-card__image {
        transition: none;
    }
}


/* Latest News: blue border (legacy class name retained for compatibility) */
.cch .cch-card--yellow-border {
    border: 2px solid var(--cch-blue);
}

/* Category CTA pill */
.cch-cat-cta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: .63636rem;
    padding: .25rem 1rem;
    border: 1px solid currentColor;
    border-radius: 32px;
    text-transform: uppercase;
    text-decoration: none;
}

    .cch-cat-cta:hover,
    .cch-cat-cta:focus-visible {
        text-decoration: none;
    }

/* On dark backgrounds */
.bg-primary .cch-cat-cta {
    margin-bottom: 5px;
    font-size: .54545rem;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

    .bg-primary .cch-cat-cta a {
        color: #fff;
    }

/* On light backgrounds */
.bg-body-light .cch-cat-cta {
    margin-bottom: 5px;
    font-size: .54545rem;
    background: var(--cch-blue);
    color: #FFF;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

    .bg-body-light .cch-cat-cta a {
        color: var(--cch-blue);
    }
/* Latest News cards: subtle image zoom */
.cch .cch-card .ratio {
    overflow: hidden;
}

    .cch .cch-card .ratio img {
        transform: scale(1);
        transition: transform 200ms ease-in-out;
        will-change: transform;
    }

.cch a:hover .cch-card .ratio img,
.cch a:focus-visible .cch-card .ratio img {
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .cch .cch-card .ratio img {
        transition: none;
    }

    .cch a:hover .cch-card .ratio img,
    .cch a:focus-visible .cch-card .ratio img {
        transform: none;
    }
}

/* =============================================================================
   Latest News cards
   ============================================================================= */

.cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    min-height: 14rem;
    background-color: var(--cch-bg-light);
}

.cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cch .cch-latest-news-section .cch-latest-news-card .cch-card-accent {
    height: 0.5rem;
    background-color: var(--cch-blue);
}

.cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__body {
    padding: 3rem 1.75rem 1.75rem;
    text-align: left;
}

.cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__icon {
    left: 50%;
    top: -2.25rem;
    transform: translateX(-50%);
}

.cch .cch-latest-news-card__type {
    color: var(--cch-black);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.cch .cch-latest-news-card__date {
    color: var(--cch-medium-blue);
    font-size: 0.875rem; /* 14px */
    font-weight: 700;
    line-height: 1.4;
}

.cch .cch-latest-news-card__summary {
    flex-grow: 1;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.cch .cch-latest-news-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 14rem;
    align-items: center;
    justify-content: center;
    background-color: var(--cch-bg-light);
    color: var(--cch-blue);
    font-size: 3rem;
}

@media (min-width: 992px) {
    .cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__image-wrap {
        min-height: 16rem;
    }

    .cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__body {
        padding: 3.25rem 2rem 2rem;
    }
}

/* Align latest news card headings */
.cch .cch-latest-news-card__date {
    display: block;
    flex-grow: 0;
    min-height: 1.5rem;
    margin-bottom: 1rem;
}

.cch .cch-latest-news-card__title {
    min-height: 6rem;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .cch .cch-latest-news-card__title {
        min-height: auto;
    }
}

/* Latest news card alignment fix */
.cch .cch-latest-news-card .cch-latest-news-card__date {
    flex-grow: 0;
    min-height: 1.5rem;
    margin-bottom: 1rem;
}

.cch .cch-latest-news-card .cch-latest-news-card__title {
    margin-bottom: 1rem;
}


/* =============================================================================
   Latest News heading row
   ============================================================================= */

.cch .cch-latest-news-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}

.cch .cch-latest-news-header__content {
    max-width: 48rem;
    margin-inline: auto;
}

    .cch .cch-latest-news-header__content .cch-heading-accent {
        margin-inline: auto;
    }

        .cch .cch-latest-news-header__content .cch-heading-accent::after {
            margin-left: auto;
            margin-right: auto;
        }

    .cch .cch-latest-news-header__content p {
        margin-bottom: 0;
    }

/* View all link */
.cch .cch-latest-news-header__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    width: fit-content;
    padding: 0.6rem 1rem;
    border: 2px solid var(--cch-blue);
    border-radius: 999px;
    color: var(--cch-blue);
    background-color: var(--cch-white);
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
}

    .cch .cch-latest-news-header__link:hover,
    .cch .cch-latest-news-header__link:focus-visible {
        color: var(--cch-white) !important;
        background-color: var(--cch-blue);
        border-color: var(--cch-blue);
        text-decoration: none;
    }

    .cch .cch-latest-news-header__link:focus-visible {
        outline: 3px solid var(--cch-orange);
        outline-offset: 4px;
    }

/* Desktop/tablet: keep View all at the top-right */
@media (min-width: 768px) {
    .cch .cch-latest-news-header {
        min-height: 4rem;
    }

    .cch .cch-latest-news-header__link {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* Mobile: stack below the intro so it does not overlap */
@media (max-width: 767.98px) {
    .cch .cch-latest-news-header__link {
        margin-inline: auto;
    }
}

.cch .cch-latest-news-section .cch-latest-news-card .cch-home-card__link {
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
/* =============================================================================
   Latest News category pill
   ============================================================================= */
.cch .cch-latest-news-card__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 1.875rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 0.3rem;
    background-color: var(--cch-blue);
    color: var(--cch-white);
    font-size: 0.875rem; /* 14px */
    font-weight: 700;
    line-height: 1;
}

/* =============================================================================
   News landing page
   File: wwwroot/css/custom.css
   ============================================================================= */

/*.cch .cch-news-landing {
    background-color: var(--cch-bg-white);
}*/

.cch .cch-news-empty {
    padding: 2rem;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.75rem;
    background-color: var(--cch-white);
}

/* Top newest story */
.cch .cch-news-feature-card {
    overflow: hidden;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.75rem;
    background-color: var(--cch-white);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 31, 69, 0.08);
}

.cch .cch-news-feature-card__image-link {
    display: block;
    height: 100%;
    min-height: 18rem;
    overflow: hidden;
    background-color: var(--cch-bg-light);
}

.cch .cch-news-feature-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
}

.cch .cch-news-feature-card__placeholder {
    display: flex;
    min-height: 18rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--cch-bg-light);
    color: var(--cch-blue);
    font-size: 3rem;
}

.cch .cch-news-feature-card__label {
    color: var(--cch-blue);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.cch .cch-news-feature-card__body {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border-top: 0.5rem solid var(--cch-blue);
}

.cch .cch-news-feature-card__excerpt {
    color: var(--cch-black);
    line-height: 1.5;
}

/* Standard cards */
.cch .cch-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.75rem;
    background-color: var(--cch-white);
    box-shadow: 0 0.35rem 1rem rgba(0, 31, 69, 0.08);
    transition: box-shadow 180ms ease-in-out, transform 180ms ease-in-out;
}

    .cch .cch-news-card:hover,
    .cch .cch-news-card:focus-within {
        transform: translateY(-2px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 31, 69, 0.14);
    }

.cch .cch-news-card__image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: var(--cch-bg-light);
}

.cch .cch-news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 200ms ease-in-out;
}

.cch .cch-news-card:hover .cch-news-card__image,
.cch .cch-news-card:focus-within .cch-news-card__image {
    transform: scale(1.05);
}

.cch .cch-news-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 12rem;
    align-items: center;
    justify-content: center;
    background-color: var(--cch-bg-light);
    color: var(--cch-blue);
    font-size: 2.5rem;
}

.cch .cch-news-card__accent-wrap {
    position: relative;
}

.cch .cch-news-card__icon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--cch-white);
    border-radius: 999px;
    background-color: var(--cch-blue);
    color: var(--cch-white);
    font-size: 2rem;
    line-height: 1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 31, 69, 0.18);
}

.cch .cch-news-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 3rem 1.25rem 1.25rem;
}

.cch .cch-news-card__date {
    color: var(--cch-medium-blue);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.cch .cch-news-card__title {
    margin-bottom: 0.75rem;
}

.cch .cch-news-card__excerpt {
    flex-grow: 1;
    margin-bottom: 1rem;
    color: var(--cch-black);
    font-size: 1rem;
    line-height: 1.5;
}

.cch .cch-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    width: fit-content;
    margin-top: auto;
    color: var(--cch-blue);
    font-weight: 800;
    text-decoration: none;
}

/*    .cch .cch-news-card__link:hover,
    .cch .cch-news-card__link:focus {
        color: var(--cch-dark-blue) !important;
        text-decoration: none;
    }*/

.cch .cch-news-card__card-link,
.cch .cch-news-feature-card__card-link {
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 0.75rem;
}

.cch .cch-news-card,
.cch .cch-news-feature-card {
    position: relative;
    overflow: visible;
}

.cch .cch-news-card__card-link {
    flex: 1 1 auto;
    flex-direction: column;
}

.cch .cch-news-feature-card__card-link {
    flex-direction: column;
}

/*    .cch .cch-news-card__card-link:focus-visible,
    .cch .cch-news-feature-card__card-link:focus-visible {
        border-color: var(--cch-blue);
        outline: none;
    }
*/

/* Keep images and content clipped to the rounded card */
.cch .cch-news-card,
.cch .cch-news-feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
}

/* The single link continues to fill the complete card */
.cch .cch-news-card__card-link,
.cch .cch-news-feature-card__card-link {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.cch .cch-news-card__card-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.cch .cch-news-feature-card__card-link {
    display: block;
}

    /* Remove the link's own browser outline */
    .cch .cch-news-card__card-link:focus-visible,
    .cch .cch-news-feature-card__card-link:focus-visible {
        outline: none;
    }

/* Draw the keyboard focus outside the complete card */
.cch .cch-news-card:has(.cch-news-card__card-link:focus-visible),
.cch .cch-news-feature-card:has(.cch-news-feature-card__card-link:focus-visible) {
    overflow: visible;
    outline: 3px solid var(--cch-orange);
    outline-offset: 4px;
}

@media (min-width: 992px) {
    .cch .cch-news-feature-card__image-link,
    .cch .cch-news-feature-card__image,
    .cch .cch-news-feature-card__placeholder {
        min-height: 22rem;
    }

    .cch .cch-news-feature-card__body {
        padding: 2rem;
        border-top: 0;
        border-left: 0.5rem solid var(--cch-blue);
    }

    .cch .cch-news-card__body {
        padding: 3.25rem 1.5rem 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cch .cch-news-card,
    .cch .cch-news-card__image {
        transition: none;
    }

        .cch .cch-news-card:hover,
        .cch .cch-news-card:focus-within {
            transform: none;
        }

            .cch .cch-news-card:hover .cch-news-card__image,
            .cch .cch-news-card:focus-within .cch-news-card__image {
                transform: none;
            }
}

/* =============================================================================
   News landing toolbar - display only
   ============================================================================= */

.cch .cch-news-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
}

.cch .cch-news-toolbar__search {
    width: 100%;
}

.cch .cch-news-toolbar__search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

    .cch .cch-news-toolbar__search-wrap i {
        position: absolute;
        left: 1rem;
        color: #6b7280;
        font-size: 0.875rem;
        pointer-events: none;
    }

.cch .cch-news-toolbar__search-input {
    min-height: 44px;
    padding-left: 2.75rem;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.35rem;
    background-color: var(--cch-white);
    color: var(--cch-black);
    font-size: 0.95rem;
}

    .cch .cch-news-toolbar__search-input::placeholder {
        color: #6b7280;
        opacity: 1;
    }

    .cch .cch-news-toolbar__search-input:focus {
        border-color: var(--cch-blue);
        box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.18);
    }

    .cch .cch-news-toolbar__search-input:focus-visible {
        outline: 3px solid var(--cch-orange);
        outline-offset: 3px;
    }

.cch .cch-news-toolbar__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cch .cch-news-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 5rem;
    padding: 0.55rem 1.25rem;
    border: 2px solid var(--cch-blue);
    border-radius: 999px;
    background-color: var(--cch-white);
    color: var(--cch-blue);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: default;
}

    .cch .cch-news-filter-pill.is-active {
        background-color: var(--cch-blue);
        color: var(--cch-white);
    }

    .cch .cch-news-filter-pill:hover,
    .cch .cch-news-filter-pill:focus {
        border-color: var(--cch-blue);
        background-color: var(--cch-blue);
        color: var(--cch-white);
    }

    .cch .cch-news-filter-pill:focus-visible {
        outline: 3px solid var(--cch-orange);
        outline-offset: 3px;
    }

@media (min-width: 992px) {
    .cch .cch-news-toolbar {
        grid-template-columns: minmax(16rem, 28rem) 1fr;
        gap: 2rem;
    }

    .cch .cch-news-toolbar__filters {
        justify-content: flex-end;
    }
}

@media (max-width: 575.98px) {
    .cch .cch-news-toolbar__filters {
        gap: 0.5rem;
    }

    .cch .cch-news-filter-pill {
        flex: 1 1 auto;
        padding-inline: 1rem;
    }
}


/* =============================================================================
   Share this page
   ============================================================================= */

.cch .cch-share-this {
    margin-block: 2rem;
    padding: 1.25rem;
    border: 1px solid var(--cch-border-grey);
    border-radius: 0.75rem;
    background-color: var(--cch-white);
    box-shadow: 0 0.35rem 1rem rgba(0, 31, 69, 0.08);
}

.cch .cch-share-this__title {
    margin-bottom: 1rem;
    color: var(--cch-dark-blue);
    font-size: 1.25rem;
    line-height: 1.3;
}

.cch .cch-share-this__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    padding-left: 0;
}

.cch .cch-share-this__item {
    margin: 0;
}

.cch .cch-share-this__link {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--cch-blue);
    border-radius: 999px;
    background-color: var(--cch-white);
    color: var(--cch-blue);
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease-in-out, border-color 160ms ease-in-out, color 160ms ease-in-out, transform 160ms ease-in-out, box-shadow 160ms ease-in-out;
}

.cch .cch-share-this__button {
    padding: 0;
    appearance: none;
    cursor: pointer;
}

.cch .cch-share-this__link:hover,
.cch .cch-share-this__link:focus {
    border-color: var(--cch-blue);
    background-color: var(--cch-blue);
    color: var(--cch-white) !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 31, 69, 0.18);
}

.cch .cch-share-this__link:focus-visible {
    outline: 3px solid var(--cch-orange);
    outline-offset: 4px;
}

.cch .cch-share-this__link i {
    display: inline-block;
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    .cch .cch-share-this__link {
        transition: none;
    }

        .cch .cch-share-this__link:hover,
        .cch .cch-share-this__link:focus {
            transform: none;
        }
}

/* =============================================================================
   CCH News focus and card-link
   ============================================================================= */

/* -------------------------------------------------------------------------
   Consistent keyboard focus colour
   ------------------------------------------------------------------------- */

.cch .cch-news-article__content a:focus-visible,
.cch .cch-share-this__link:focus-visible,
.cch .cch-latest-news-header__link:focus-visible,
.cch .cch-news-toolbar__search-input:focus-visible,
.cch .cch-news-filter-pill:focus-visible,
.cch .cch-related-news-card a:focus-visible {
    outline: 3px solid var(--cch-blue, #005eb8);
    outline-offset: 4px;
}

/* Avoid showing a second Bootstrap-style focus effect on the search field. */
.cch .cch-news-toolbar__search-input:focus-visible {
    border-color: var(--cch-blue, #005eb8);
    box-shadow: none;
}

/* -------------------------------------------------------------------------
   Complete news-card links
   ------------------------------------------------------------------------- */

/*
 * Keep the outer article visible so an offset focus outline is not clipped.
 * The anchor clips its own image/content to preserve the rounded corners.
 */
.cch .cch-news-card,
.cch .cch-news-feature-card {
    position: relative;
    overflow: visible;
    border-radius: 0.75rem;
}

.cch .cch-news-card__card-link,
.cch .cch-news-feature-card__card-link {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border-radius: inherit;
}

.cch .cch-news-card__card-link {
    flex: 1 1 auto;
    flex-direction: column;
}

.cch .cch-news-feature-card__card-link {
    flex-direction: column;
}

    /* One clear external focus ring around the complete card. */
    .cch .cch-news-card__card-link:focus-visible,
    .cch .cch-news-feature-card__card-link:focus-visible {
        outline: 3px solid var(--cch-blue, #005eb8);
        outline-offset: 4px;
    }

        /* Remove obsolete pseudo-element rings if earlier rules remain in the file. */
        .cch .cch-news-card__card-link:focus-visible::after,
        .cch .cch-news-feature-card__card-link:focus-visible::after {
            content: none;
        }

/* Keep H2 headings consistent across News landing and article pages. */
.cch .cch-news-landing h2,
.cch .cch-news-article h2,
.cch .cch-related-news h2 {
    color: var(--cch-heading-color, #002957);
}

/* Do not make the heading or read-more text appear as separate links. */
.cch .cch-news-card__title,
.cch .cch-news-feature-card__title {
    color: var(--cch-heading-color, #002957);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

.cch .cch-news-card__read-more,
.cch .cch-news-feature-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    min-height: 44px;
    margin-top: auto;
    color: var(--cch-blue);
    font-weight: 800;
    text-decoration: none;
}

/* Card hover/focus feedback without introducing extra links. */
.cch .cch-news-card__card-link:focus-visible .cch-news-card__title,
.cch .cch-news-feature-card__card-link:focus-visible .cch-news-feature-card__title,
.cch .cch-news-card__card-link:hover .cch-news-card__read-more,
.cch .cch-news-card__card-link:focus-visible .cch-news-card__read-more,
.cch .cch-news-feature-card__card-link:hover .cch-news-feature-card__read-more,
.cch .cch-news-feature-card__card-link:focus-visible .cch-news-feature-card__read-more {
    color: var(--cch-blue, #005eb8);
}

/* -------------------------------------------------------------------------
   Motion preferences
   ------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .cch .cch-news-card,
    .cch .cch-news-feature-card,
    .cch .cch-news-card__image,
    .cch .cch-news-feature-card__image {
        transition: none;
    }

        .cch .cch-news-card:hover,
        .cch .cch-news-card:focus-within,
        .cch .cch-news-feature-card:hover,
        .cch .cch-news-feature-card:focus-within {
            transform: none;
        }

            .cch .cch-news-card:hover .cch-news-card__image,
            .cch .cch-news-card:focus-within .cch-news-card__image,
            .cch .cch-news-feature-card:hover .cch-news-feature-card__image,
            .cch .cch-news-feature-card:focus-within .cch-news-feature-card__image {
                transform: none;
            }
}

/* News interactions: use the brand pink for pointer hover feedback. */
.cch .cch-news-article__content a:hover,
.cch .cch-related-news-card__link:hover,
.cch .cch-latest-news-card .cch-home-card__link:hover {
    color: var(--cch-pink) !important;
}

.cch .cch-news-card__link:hover {
    color: var(--cch-pink) !important;
}

.cch .cch-share-this__link:hover,
.cch .cch-latest-news-header__link:hover,
.cch .cch-news-filter-pill:hover {
    border-color: var(--cch-pink);
    background-color: var(--cch-pink);
    color: var(--cch-white) !important;
}

/* WCAG 2.2 AAA 2.4.13: strong focus perimeter around complete news actions. */
.cch .cch-related-news-card__link:focus-visible,
.cch .cch-news-card__card-link:focus-visible,
.cch .cch-news-feature-card__card-link:focus-visible {
    outline: 3px solid var(--cch-dark-blue, #002957);
    outline-offset: 3px;
    border-radius: 0.25rem;
}
