/* Long-form editorial photography: one intentional in-article image, not a gallery. */
.single-post .entry-content .dt-editorial-photo {
    clear: both;
    max-width: 960px;
    margin: clamp(2.25rem, 5vw, 4.5rem) auto;
}

.single-post .entry-content .dt-editorial-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
    border-radius: 2px;
}

.single-post .entry-content .dt-editorial-photo figcaption {
    margin-top: 0.75rem;
    color: #5b6670;
    font-size: 0.875rem;
    line-height: 1.45;
    text-align: left;
}

@media (max-width: 767px) {
    .single-post .entry-content .dt-editorial-photo {
        margin: 2.25rem 0;
    }

    .single-post .entry-content .dt-editorial-photo img {
        max-height: none;
    }
}
