/* High contrast fixes loaded after the main CSS bundle. */
.hc-mode .innerpage-heading__date .innerpage-heading__icon {
    color: #fff !important;
    stroke: #fff !important;
}

.hc-mode .innerpage-heading__print .innerpage-heading__icon {
    color: #000 !important;
    stroke: #000 !important;
}

.hc-mode .innerpage-heading__print .innerpage-heading__icon polyline,
.hc-mode .innerpage-heading__print .innerpage-heading__icon path,
.hc-mode .innerpage-heading__print .innerpage-heading__icon rect {
    stroke: #000 !important;
}

.hc-mode .post-card__body {
    background: #111 !important;
    color: #fff !important;
    transition: background-color 0.2s ease !important;
}

.hc-mode .post-card:has(.post-card__media-link:hover) .post-card__body,
.hc-mode .post-card:has(.post-card__title-link:hover) .post-card__body,
.hc-mode .post-card:has(.post-card__more:hover) .post-card__body,
.hc-mode .post-card:focus-within .post-card__body {
    background: #161616 !important;
}
