.vdx-article-shell {
    max-width: 860px;
}

.vdx-article-header {
    margin: 0 auto 28px;
}

.vdx-article-header h2 {
    color: #d5dde3;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 400;
}

.vdx-article-header blockquote {
    border-left: 3px solid var(--vdx-accent);
    color: #fff;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    margin: 28px auto;
    max-width: 700px;
    padding-left: 22px;
    text-align: left;
}

.vdx-single-featured-frame {
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    margin: 32px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.vdx-single-featured-frame .vdx-single-featured {
    display: block;
    height: 100% !important;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100% !important;
}

.vdx-article-header > img.vdx-single-featured,
.vdx-article-header > img.wp-post-image {
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    display: block;
    height: auto !important;
    margin: 32px 0 0;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    object-fit: contain;
    width: 100% !important;
}

.vdx-article-content {
    color: var(--vdx-text);
    font-size: 1.2rem;
    line-height: 1.9;
}

.vdx-article-content > * {
    max-width: 100%;
}

.vdx-article-content img,
.vdx-article-content iframe {
    height: auto;
    max-width: 100%;
}

.vdx-article-content a {
    color: var(--vdx-accent);
}

.vdx-article-related {
    margin: 48px auto 0;
    max-width: 1180px;
}

@media (max-width: 800px) {
    .vdx-article-content {
        font-size: 1.05rem;
    }
}

@media (max-width: 560px) {
    .vdx-author-bio,
    .vdx-footer-details {
        padding: 18px;
    }

    .vdx-article-header blockquote {
        font-size: 1.15rem;
        padding-left: 16px;
    }
}
