/* px, not rem — see podcasts-public.css */

.hvp-ep {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 60px;
}

.hvp-ep__back {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #5a6472;
    text-decoration: none;
}

.hvp-ep__back:hover,
.hvp-ep__back:focus {
    color: #16202c;
    text-decoration: none;
}

.hvp-ep__video {
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: 26px;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

.hvp-ep__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hvp-ep__art {
    max-width: 320px;
    margin-bottom: 26px;
}

.hvp-ep__art img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.hvp-ep__title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #16202c;
    margin: 0 0 10px;
}

.hvp-ep__meta {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7a8592;
    margin: 0 0 22px;
}

.hvp-ep__dot {
    margin: 0 4px;
}

.hvp-ep__audio {
    display: block;
    width: 100%;
    margin-bottom: 28px;
}

.hvp-ep__desc {
    font-size: 16px;
    line-height: 1.7;
    color: #333d49;
}

.hvp-ep__desc p {
    margin: 0 0 14px;
}

.hvp-ep__desc a {
    text-decoration: underline;
}

.hvp-ep__h2 {
    font-size: 20px;
    font-weight: 700;
    color: #16202c;
    margin: 0 0 14px;
}

.hvp-ep__listen {
    margin: 34px 0;
    padding: 24px;
    background: #f6f8fa;
    border-radius: 10px;
}

.hvp-ep__transcript {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e4e7eb;
}

.hvp-ep__transcript-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3d4753;
}

.hvp-ep__transcript-body p {
    margin: 0 0 16px;
}

@media (max-width: 782px) {
    .hvp-ep__title {
        font-size: 25px;
    }

    .hvp-ep__listen {
        padding: 18px;
    }
}
