/* Frontend polish for generated Podcast posts. */
.tnp-podcast-generated-post .tnp-podcast-single-meta {
    display: flex;
}

.tnp-podcast-generated-post .tnp-podcast-single-featured-wrap {
    margin-bottom: 22px !important;
}

.tnp-podcast-image-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 12px auto 24px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--tnp-muted, #5c6675);
    text-align: center;
}

.tnp-podcast-spreaker-player {
    width: 100%;
    max-width: 100%;
    height: 225px !important;
    margin: 8px auto 34px;
    overflow: hidden !important;
}

.tnp-podcast-spreaker-player iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 225px !important;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.tnp-podcast-review-paragraph,
.tnp-podcast-review-lede {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: clamp(19px, 1.45vw, 21px);
    line-height: 1.68;
    font-weight: 400;
    color: var(--tnp-text, #172033);
    text-indent: 1.7em;
}

.tnp-podcast-review-paragraph:last-child,
.tnp-podcast-review-lede:last-child {
    margin-bottom: 0;
}

.tnp-podcast-spreaker-fallback a {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tnp-podcast-written-version__paragraph {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(19px, 1.45vw, 21px);
    line-height: 1.68;
    color: var(--tnp-text, #172033);
    text-indent: 1.7em;
}

@media (max-width: 700px) {
    .tnp-podcast-generated-post .tnp-podcast-single-featured-wrap {
        margin-bottom: 18px !important;
    }

    .tnp-podcast-spreaker-player {
        margin-bottom: 28px;
    }

    .tnp-podcast-review-paragraph,
    .tnp-podcast-review-lede,
    .tnp-podcast-written-version__paragraph {
        font-size: 18px;
        line-height: 1.62;
        text-indent: 1.25em;
    }
}
