.podcast-hero {
    background-color: #e8e8e8;
    padding: 18px 0;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(156, 161, 167, .65);
}

.podcast-hero-track {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 130px;
}

.podcast-hero-wave {
    flex: 1 1 auto;
    height: 58px;
    background-image: url('../img/podcast-wave.png');
    background-repeat: repeat-x;
    background-position: center;
}

.podcast-hero-center {
    flex: 0 0 auto;
    background: transparent;
    padding: 0;
    margin: 0 16px;
    text-align: center;
}

.podcast-hero-logo {
    width: min(300px, 78vw);
    height: auto;
}

.podcast-lista {
    background: #e8e8e8;
    padding: 14px 0 42px;
    overflow-x: hidden;
    min-height: 600px;
}

/* Remove o espaço padrão abaixo da navbar nesta página */
.page-podcasts .section-navbar .navbar {
    margin-bottom: 0;
}

/* Ajuste local da navbar para evitar quebra de linha nesta página */
@media (min-width: 1200px) {
    .page-podcasts .section-navbar .navbar-nav > li > a {
        white-space: nowrap;
        padding-left: 14px;
        padding-right: 14px;
    }
}

.podcast-card {
    display: grid;
    gap: 18px;
}

.podcast-card--featured {
    grid-template-columns: 44% 1fr;
    padding: 18px 0;
}

.podcast-divider {
    height: 2px;
    background: #9ca1a7;
    opacity: .65;
    width: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 10px;
}

.podcast-media-link {
    display: block;
    position: relative;
    border: 1px solid #c6c6c6;
    overflow: hidden;
}

.podcast-media-ratio {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #d9d9d9;
}

.podcast-media-ratio > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.podcast-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    transition: opacity .2s ease;
}

.podcast-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    background: rgba(160, 23, 19, .88);
    opacity: 0;
    transform: scale(.9);
    transition: all .2s ease;
}

.podcast-play-btn:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}

.podcast-media-link:hover .podcast-play-overlay,
.podcast-media-link:focus .podcast-play-overlay {
    opacity: 1;
}

.podcast-media-link:hover .podcast-play-btn,
.podcast-media-link:focus .podcast-play-btn {
    opacity: 1;
    transform: scale(1);
    background: rgba(208, 16, 22, .95);
}

.podcast-card__content h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #222;
}

.podcast-card__content h2 a {
    color: inherit;
}
.podcast-card__content h2 a:hover{
    color: #a01713;
}

.podcast-card__content p {
    color: #444;
    font-size: 15.5px;
    line-height: 1.34;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
}

.podcast-participantes {
    margin: 0;
}

.podcast-participantes li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.podcast-participantes img {
    width: 16px;
    margin-top: 4px;
}

.podcast-participantes strong {
    display: block;
    color: #d01016;
    font-size: 16px;
    line-height: 1.05;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.podcast-participantes span {
    display: block;
    color: #222;
    font-size: 11px;
    line-height: 1.15;
    margin-top: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
}

.podcast-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-top: 14px;
}

.podcast-cta-wrap {
    text-align: center;
    margin: 34px 0 0;
}

.podcast-btn-all {
    padding: 10px 22px;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
}

.podcast-btn-all__icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    transform: translateY(-1px);
}

.podcast-empty {
    text-align: center;
    padding: 30px 0;
    color: #666;
}

.podcast-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.podcast-toolbar__left label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
}

.podcast-toolbar__right {
    margin-left: auto;
}

.podcast-ordem-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.podcast-ordem-form select {
    min-width: 180px;
}

.podcast-toolbar__left {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #2f3540;
}

.podcast-paginacao {
    margin-top: 22px;
    text-align: center;
}

.podcast-paginacao .pagination {
    margin: 0;
}

.podcast-detalhe {
    padding-top: 24px;
}

.podcast-detalhe-head h1 {
    margin: 0 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.podcast-detalhe-video {
    margin-bottom: 18px;
}

.podcast-iframe-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #111;
}

.podcast-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.podcast-detalhe-resumo p {
    margin: 0 0 24px;
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
}

.podcast-detalhe-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.podcast-detalhe-col h3 {
    margin: 0 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.podcast-detalhe-col--meta h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .005em;
    opacity: .88;
}

.podcast-meta li {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
}

.podcast-meta a {
    color: #a01713;
}

.podcast-detalhe-back {
    margin-top: 42px;
}

.podcast-btn-back {
    padding: 10px 22px;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
}

.podcast-btn-back__icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .podcast-hero-logo {
        width: min(250px, 68vw);
    }

    .podcast-card--featured {
        grid-template-columns: 1fr;
    }

    .podcast-card__content h2 {
        font-size: 26px;
    }

    .podcast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .podcast-detalhe-cols {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .podcast-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .podcast-toolbar__right {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .podcast-hero {
        padding: 14px 0;
    }

    .podcast-hero-track {
        min-height: auto;
        display: block;
    }

    .podcast-hero-wave {
        display: none;
    }

    .podcast-hero-center {
        margin: 0 auto;
        width: fit-content;
        padding: 0;
    }

    .podcast-hero-logo {
        width: min(190px, 62vw);
    }

    .podcast-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.podcast-hero-link, .podcast-hero-link:hover, .podcast-hero-link:focus { text-decoration: none; display: inline-block; }
.podcast-hero-link:focus,
.podcast-hero-link:active {
    outline: none;
    box-shadow: none;
}
