.m-podcast-teaser__card {
    border-radius: 20px;
    overflow: hidden;
    padding: var(--space-6) 0 0;
}
.m-podcast-teaser--dark .m-podcast-teaser__card {
    background: #1b1b1b;
    color: #fff;
}
.m-podcast-teaser--light .m-podcast-teaser__card {
    background: var(--color-bg-alt);
    color: var(--color-text);
}
.m-podcast-teaser__logo {
    display: block;
    width: 35%;
    max-width: 280px;
    height: auto;
    margin: 0 auto var(--space-5);
}
.m-podcast-teaser__embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.m-podcast-teaser__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.m-podcast-teaser__body {
    padding: var(--space-5);
    text-align: center;
}
.m-podcast-teaser__eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: var(--fs-xs);
    font-weight: var(--fw-bold);
    color: #b69154;
    margin-bottom: var(--space-3);
}
.m-podcast-teaser__headline {
    color: inherit;
    margin: 0 0 var(--space-4);
    font-size: clamp(var(--fs-lg), 3vw, var(--fs-xl));
}
.m-podcast-teaser--dark .m-podcast-teaser__headline { color: #fff; }
.m-podcast-teaser__lead {
    color: inherit;
    opacity: 0.9;
    font-size: var(--fs-md);
    line-height: 1.6;
    text-align: left;
    margin: 0;
}
