.news-detail__content {
    min-width: 0;
}

.news-detail__back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 24px;
    color: var(--cke-brand, #004488);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.news-detail__back-link:hover,
.news-detail__contact-link:hover,
.news-detail__related-heading a:hover {
    text-decoration: none;
}

.news-detail__back-link img {
    display: block;
    width: 16px;
    height: 16px;
}

.news-detail__article {
    width: 100%;
    border: 1px solid var(--cke-border, #c1cddb);
    border-radius: 12px;
    background: var(--cke-surface-strong, #fff);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .08), 0 1px .5px rgba(0, 0, 0, .05);
}

.news-detail__article-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 784px;
    margin: 0 auto;
    padding: 32px 24px;
}

.news-detail__topline {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.news-detail__meta,
.news-detail__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.news-detail__meta {
    color: var(--cke-ink, #0f263b);
    font-size: 12px;
    line-height: 1.4;
}

.news-detail__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-detail__meta-item img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.news-detail__meta-item img[src*="icon-calendar.svg"] {
    filter: brightness(0) saturate(100%);
}

.news-detail__related-grid .card-component__meta-item img[src*="icon-calendar.svg"] {
    filter: brightness(0) saturate(100%);
}

.news-detail__meta-separator {
    width: 0;
    height: 8px;
    border-left: 1px solid var(--cke-border, #c1cddb);
}

.news-detail__badges {
    align-items: flex-start;
}

.news-detail__badge {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 2px 12px;
    border: 1px solid currentColor;
    border-radius: 80px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.news-detail__badge--green {
    background: #fafffa;
    color: #13800a;
}

.news-detail__badge--purple {
    background: #eae6f7;
    color: #3f2791;
}

.news-detail__badge--blue {
    background: #e4f0fb;
    color: #0052a3;
}

.news-detail__badge--brown {
    background: #fee9d9;
    color: #2e1201;
}

.news-detail__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-detail__header h1,
.news-detail__contact h2,
.news-detail__related-heading h2 {
    margin: 0;
}

.news-detail__header h1 {
    color: var(--cke-brand, #004488);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.news-detail__header p {
    margin: 0;
    color: #080808;
    font-size: 16px;
    line-height: 1.5;
}

.news-detail__body {
    min-width: 0;
    color: #080808;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.news-detail__body a:hover {
    color: var(--cke-brand-hover, #1058a1);
}

.news-detail__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-detail__tags {
    min-width: 0;
}

.news-detail__tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-detail__tags li {
    padding: 2px 12px;
    border: 1px solid #95a6ba;
    border-radius: 80px;
    background: #f7fafc;
    color: #37506e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.news-detail__body .document-file-embed,
.news-detail__body .document-embed {
    padding: 16px;
    border: 1px solid var(--cke-border, #c1cddb);
    border-radius: 8px;
    background: var(--semantic-surface-muted, #f8fafc);
}

.news-detail__contact {
    padding: 16px;
    border-radius: 12px;
    background: #eaf3fc;
    color: var(--cke-ink, #0f263b);
}

.news-detail__contact h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.news-detail__contact p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.news-detail__contact a {
    color: var(--cke-brand, #004488);
    text-decoration: underline;
}

.news-detail__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: var(--cke-brand, #004488);
    font-size: 14px;
    font-weight: 700;
}

.news-detail__contact-link img,
.news-detail__related-heading a img,
.news-detail__related-grid .card-component__cta img {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    opacity: 1;
    visibility: visible;
    object-fit: contain;
}

.news-detail__related {
    margin-top: 24px;
}

.news-detail__related-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.news-detail__related-heading h2 {
    color: var(--cke-ink, #0f263b);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
}

.news-detail__related-heading a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cke-brand, #004488);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.news-detail__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.news-detail__related-grid .card-component__body {
    gap: 10px;
    padding: 32px;
}

.news-detail__related-grid .card-component__topline {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.news-detail__related-grid .card-component__badges {
    justify-content: flex-start;
}

.news-detail__related-grid .card-component__title {
    font-size: 16px;
    line-height: 1.5;
}

.news-detail__related-grid .card-component__description {
    font-size: 14px;
}

@media (max-width: 900px) {
    .news-detail__article-inner {
        padding: 24px 16px;
    }

    .news-detail__related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .news-detail__back-link {
        margin-top: 4px;
    }

    .news-detail__article-inner {
        gap: 20px;
        padding: 20px 16px;
    }

    .news-detail__related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-detail__body table {
        display: block;
        overflow-x: auto;
    }
}
