.single-blog .entry-content,
.single-blog .article-content,
.single-blog .article-meta,
.single-post .entry-content,
.single-post .article-content,
.single-post .article-meta {
    --amz-video-text: #24282d;
    --amz-video-muted: var(--aikb-muted, #6b7280);
    --amz-video-line: var(--aikb-line, #e6dfd4);
    --amz-video-accent: var(--aikb-accent, var(--theme-color, #c45c26));
}

.entry-content > p {
    max-width: 820px;
    margin: 0 auto 1.25rem;
    color: var(--amz-video-text, #24282d);
    font-size: 1.02rem;
    line-height: 1.95;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.entry-content .amz-video-article__media-toggle,
.article-content .amz-video-article__media-toggle,
.article-meta .amz-video-article__media-toggle {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    width: min(100%, 820px);
    margin: -.35rem auto 1.35rem;
}

.article-meta .amz-video-article__media-toggle {
    width: auto;
    margin: 0;
    vertical-align: baseline;
}

.entry-content .amz-video-article__media-toggle[hidden],
.article-content .amz-video-article__media-toggle[hidden],
.entry-content .amz-video-article__figure[hidden],
.article-content .amz-video-article__figure[hidden] {
    display: none !important;
}

.amz-video-article__media-toggle-button {
    min-height: 2.25rem;
    padding: .38rem .78rem;
    border: 1px solid var(--amz-video-line, #e7e9ec);
    border-radius: 6px;
    background: #fff;
    color: var(--amz-video-muted, #687078);
    font: inherit;
    font-size: .9rem;
    line-height: 1.35;
    cursor: pointer;
}

.amz-video-article__media-toggle-button:hover,
.amz-video-article__media-toggle-button:focus-visible {
    border-color: var(--amz-video-accent, var(--theme-color, #c45c26));
    color: var(--amz-video-accent, var(--theme-color, #c45c26));
}

.amz-video-article__media-toggle-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.article-meta .amz-video-article__media-toggle-button {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

.amz-video-article__media-toggle-icon {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 1em;
    line-height: 1;
    vertical-align: -1px;
}

.article-meta .amz-video-article__media-toggle-button:hover,
.article-meta .amz-video-article__media-toggle-button:focus-visible {
    background: transparent;
    color: var(--amz-video-accent, var(--theme-color, #c45c26));
}

.article-meta .amz-video-article__media-toggle-status {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.entry-content > h2 {
    box-sizing: border-box;
    width: min(100%, 900px);
    margin: 2.8rem auto 1.1rem;
    padding-left: .8rem;
    border-left: 3px solid var(--amz-video-accent, var(--theme-color, #c45c26));
    color: var(--amz-video-text, #24282d);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    line-height: 1.4;
    text-wrap: balance;
}

.entry-content > h3 {
    width: min(100%, 820px);
    margin: 2rem auto .9rem;
    color: var(--amz-video-text, #24282d);
    font-size: 1.18rem;
    line-height: 1.45;
    text-wrap: balance;
}

.entry-content > ul,
.entry-content > ol {
    box-sizing: border-box;
    width: min(100%, 820px);
    margin: 1.2rem auto 1.5rem;
    padding-left: 1.4rem;
}

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

.entry-content > table,
.article-content > table {
    width: min(100%, 900px);
    margin: 1.5rem auto 1.8rem;
    border: 1px solid var(--amz-video-line, #e7e9ec);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    background: #fff;
    color: var(--amz-video-text, #24282d);
    font-size: .96rem;
    line-height: 1.65;
    overflow: hidden;
}

.entry-content > table th,
.article-content > table th {
    padding: .8rem .9rem;
    border-right: 1px solid #dce5ed;
    border-bottom: 1px solid #dce5ed;
    background: #f3f7fb;
    color: #24435b;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
}

.entry-content > table td,
.article-content > table td {
    padding: .8rem .9rem;
    border-right: 1px solid var(--amz-video-line, #e7e9ec);
    border-bottom: 1px solid var(--amz-video-line, #e7e9ec);
    vertical-align: top;
}

.entry-content > table tr > :last-child,
.article-content > table tr > :last-child {
    border-right: 0;
}

.entry-content > table tbody tr:last-child td,
.article-content > table tbody tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 640px) {
    .entry-content > table,
    .article-content > table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .entry-content > table th,
    .entry-content > table td,
    .article-content > table th,
    .article-content > table td {
        min-width: 8.5rem;
        padding: .7rem .75rem;
    }
}

.entry-content .amz-video-article__figure,
.article-content .amz-video-article__figure {
    display: flex;
    clear: both;
    flex-direction: column;
    align-items: center;
    width: min(100%, 900px);
    margin: 2.25rem auto 2.5rem;
    text-align: center;
}

.entry-content .amz-video-article__image,
.article-content .amz-video-article__image {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
    outline: 0 !important;
}

.entry-content .amz-video-article__image--legacy-svg,
.article-content .amz-video-article__image--legacy-svg {
    clip-path: inset(3% 2%);
}

.entry-content .amz-video-article__figure figcaption,
.article-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;
}
