.single-news-view .header-wrapper {
    padding-top: calc(var(--header-height) + 1.5rem);
}

.single-news-view .news-image {
    margin-top: 40px;
}

.news-image .news-img-container .standard-cover-img.visible {
    visibility: visible;
    display: block;
}

.news-image .news-img-container .standard-cover-img.hidden {
    visibility: hidden;
    display: none;
}

@media screen and (min-width: 768px) {
    .single-news-view .news-image {
        order: 2;
        margin-top: 0;
    }
}

.single-news-view .heading-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.single-news-view .tag {
    display: inline-flex;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.5);
    background: transparent;
    border-radius: 100em;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
}

.single-news-view .tag-container {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.single-news-view .related-items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.single-news-view .v-space {
    margin-bottom: 1.5rem;
}
