.nsr-news-page {
    background: #fff;
}

.nsr-news-detail-hero {
    position: relative;
    overflow: hidden;
    color: var(--nsr-text);
}

.nsr-news-detail-hero::after {
    position: absolute;
    right: var(--nsr-line-bleed);
    bottom: 0;
    left: var(--nsr-line-bleed);
    z-index: 2;
    height: 1px;
    background: var(--nsr-border);
    content: '';
}

.nsr-news-detail-hero__container {
    z-index: 1;
    padding: 64px var(--nsr-page-gutter);
}

.nsr-news-detail-hero__content-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
}

.nsr-news-detail-hero__breadcrumbs {
    margin-bottom: 16px;
}

.nsr-news-detail-hero__title {
    max-width: 1200px;
    margin: 0;
    color: var(--nsr-secondary-300);
    font-size: var(--nsr-font-size-3xl);
    font-weight: var(--nsr-font-weight-semibold);
    line-height: var(--nsr-line-height-lg);
}

.nsr-news-detail-hero__meta {
    display: flex;
    margin-top: 8px;
    color: var(--nsr-secondary-500);
    font-size: var(--nsr-font-size-xl);
    font-weight: var(--nsr-font-weight-regular);
    line-height: var(--nsr-line-height-md);
}

.nsr-news-detail {
    padding: var(--nsr-section-padding-y) var(--nsr-page-gutter);
    color: var(--nsr-secondary-500);
}

.nsr-news-detail__content {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	font-size: var(--nsr-font-size-base);
	line-height: var(--nsr-line-height-sm);
}

.nsr-news-detail__content > .container,
.nsr-news-detail__content > .container-fluid {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.nsr-news-detail__content .col-3 a,
.nsr-news-detail__content .col-3 img,
.nsr-news-detail__content .col-12 img {
	display: block;
	width: 100%;
}

.nsr-news-detail__content p {
    margin: 0 0 32px;
}

.nsr-news-detail__content a {
    text-decoration-color: currentColor;
}

.nsr-news-detail__content img {
    max-width: 100%;
    height: auto;
}

.nsr-news-detail__content > :last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.nsr-news-detail__content {
		width: 66.666667%;
	}
}

.nsr-news-page__introduction,
.nsr-news-page__empty,
.nsr-news-page__edit {
    padding: var(--nsr-section-padding-y) var(--nsr-page-gutter);
    color: var(--nsr-text);
    font-size: var(--nsr-font-size-base);
    line-height: 1.5;
}

.nsr-news-page__introduction > :last-child {
    margin-bottom: 0;
}

@media (max-width: 1599.98px) {
    .nsr-news-page__introduction,
    .nsr-news-page__empty,
    .nsr-news-page__edit {
        padding-right: var(--nsr-page-gutter);
        padding-left: var(--nsr-page-gutter);
    }
}

@media (max-width: 1199.98px) {
    .nsr-news-detail-hero__container {
        padding: 48px var(--nsr-page-gutter);
    }

    .nsr-news-detail-hero__breadcrumbs--mobile {
        width: 100%;
        margin-bottom: 32px;
    }

    .nsr-news-detail-hero__content-column {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .nsr-news-page__introduction,
    .nsr-news-page__empty,
    .nsr-news-page__edit {
        padding-right: var(--nsr-page-gutter);
        padding-left: var(--nsr-page-gutter);
    }

    .nsr-news-detail-hero__container {
        padding: 24px var(--nsr-page-gutter) 40px;
    }

    .nsr-news-detail-hero__content-column {
        padding: 0;
    }

    .nsr-news-detail-hero__breadcrumbs {
        margin-bottom: 20px;
    }

    .nsr-news-detail-hero__title {
        font-size: var(--nsr-font-size-2xl);
    }

    .nsr-news-detail-hero__meta {
        justify-content: flex-start;
    }
}
