.single-blog .entry-content,
.single-post .entry-content {
    --amz-video-text: #24282d;
    --amz-video-muted: #687078;
    --amz-video-line: #e7e9ec;
    --amz-video-accent: #1769aa;
}

.entry-content > p {
    margin: 0 0 1.25rem;
    color: var(--amz-video-text, #24282d);
    font-size: 1.02rem;
    line-height: 1.95;
}

.entry-content > h2 {
    margin: 2.8rem 0 1.1rem;
    padding-left: .8rem;
    border-left: 3px solid var(--amz-video-accent, #1769aa);
    color: var(--amz-video-text, #24282d);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    line-height: 1.4;
}

.entry-content > h3 {
    margin: 2rem 0 .9rem;
    color: var(--amz-video-text, #24282d);
    font-size: 1.18rem;
    line-height: 1.45;
}

.entry-content > ul,
.entry-content > ol {
    margin: 1.2rem 0 1.5rem;
    padding-left: 1.4rem;
}

.entry-content > ul li,
.entry-content > ol li {
    margin: .45rem 0;
    line-height: 1.8;
}

.entry-content > blockquote {
    margin: 1.6rem 0;
    padding: .2rem 0 .2rem 1rem;
    border-left: 3px solid #c9ced4;
    color: #4f565d;
    font-style: normal;
}

.entry-content .amz-video-article__figure {
    margin: 2.25rem 0 2.5rem;
}

.entry-content .amz-video-article__image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #dce6e9;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(15 45 58 / 10%);
}

.entry-content .amz-video-article__figure figcaption {
    margin-top: .55rem;
    color: var(--amz-video-muted, #687078);
    font-size: .875rem;
    line-height: 1.6;
    text-align: center;
}

.entry-content .amz-video-source {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--amz-video-line, #e7e9ec);
    color: var(--amz-video-muted, #687078);
    font-size: .9rem;
    line-height: 1.75;
}

.entry-content .amz-video-source p {
    margin: 0;
}

.entry-content .amz-video-source a {
    color: var(--amz-video-accent, #1769aa);
}
