.news-featured-image-frame,
.news-card-image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #e9ecef;
}

.news-card-image-frame {
    aspect-ratio: 4 / 3;
}

.news-featured-image-frame {
    aspect-ratio: 16 / 9;
}

.news-featured-image,
.news-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-article-content img {
    max-width: 100%;
    height: auto;
}

.news-article-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 0.3rem solid #6c757d;
    background-color: #f8f9fa;
    font-size: 1.075rem;
}

.news-article-content blockquote > :last-child {
    margin-bottom: 0;
}

.news-article-content .news-align-left {
    text-align: left;
}

.news-article-content .news-align-center {
    text-align: center;
}

.news-article-content .news-align-right {
    text-align: right;
}

.news-article-content .news-align-justify {
    text-align: justify;
}

.news-article-content .news-highlight-yellow {
    background-color: #fff2cc;
}

.news-article-content .news-highlight-green {
    background-color: #d9ead3;
}

.news-article-content .news-highlight-blue {
    background-color: #cfe2f3;
}

.news-article-content .news-highlight-pink {
    background-color: #f4cccc;
}

.news-article-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1.5rem 0;
    aspect-ratio: 16 / 9;
}

.news-article-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
