/* =============================================
   PODCAST ARCHIVE - Blog Overview Cards
   ============================================= */

.podcast-archive .content__template {
    max-width: 1200px;
    margin: 0 auto;
}

.podcast-archive .content__template .card__video.grid__default {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    flex-wrap: unset;
}

.card__podcast-overview {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border: 1px solid #e8e0dc;
}

.card__podcast-overview:hover {
    box-shadow: 0 4px 20px rgba(23, 69, 65, 0.1);
    transform: translateY(-2px);
}

.card__podcast-overview--img img {
    width: 100%;
    height: auto;
    display: block;
}

.card__podcast-overview--content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
    gap: 0.5rem;
}

.card__podcast-overview--date {
    font-size: 0.85rem;
    color: #C56B31;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card__podcast-overview--content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #174541;
    margin: 0;
    line-height: 1.4;
}

.card__podcast-overview--content p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.card__podcast-overview--readmore {
    font-size: 0.9rem;
    font-weight: 600;
    color: #C56B31;
    margin-top: auto;
    padding-top: 0.5rem;
}

.card__podcast-overview:hover .card__podcast-overview--readmore {
    text-decoration: underline;
}

/* =============================================
   PODCAST SINGLE PAGE
   ============================================= */

/* Header */
.header__template--podcast {
    background-color: #174541;
    padding: 80px 0 60px;
    text-align: center;
}

.title__podcast h1 {
    color: #C99F92;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.title__podcast h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.3;
}

/* Single layout */
.podcast-single {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.podcast-single__image {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.podcast-single__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Metadata bar */
.podcast-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e8e0dc;
}

.podcast-meta__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.podcast-meta__item {
    font-size: 0.9rem;
    color: #666;
}

.podcast-meta__item:not(:last-child)::after {
    content: "\2022";
    margin-left: 1rem;
    margin-right: 1rem;
    color: #C99F92;
}

.podcast-meta .podcast-spotify-btn {
    padding: 8px 20px;
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Website SVG icon */
.podcast-icon-website {
    vertical-align: middle;
}

/* Breadcrumb */
.podcast-breadcrumb {
    padding: 1rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid #e8e0dc;
}

.podcast-breadcrumb a {
    color: #C56B31;
    text-decoration: none;
}

.podcast-breadcrumb a:hover {
    text-decoration: underline;
}

.podcast-breadcrumb__sep {
    margin: 0 0.5rem;
    color: #ccc;
}

.podcast-breadcrumb__current {
    color: #666;
}


.podcast-spotify-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #C56B31;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.podcast-spotify-btn:hover {
    background-color: #a85a28;
    color: #fff;
}

.podcast-spotify-btn .icon-spotify {
    font-size: 1.2rem;
}

.podcast-single .text__content-single {
    padding-bottom: 0;
}

/* Share icons */
.podcast-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2.5rem 0;
    padding: 1.5rem 0;
}

.podcast-share__label {
    font-size: 1.1rem;
    color: #174541;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.podcast-share__icon {
    color: #174541;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.podcast-share__icon:hover {
    color: #C56B31;
}

.podcast-share__icon--x {
    font-family: serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.podcast-share__copied-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2e7d32;
}

/* Profile cards (host/guest) */
.podcast-profile-card {
    background: #f9f6f4;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #174541;
}

.podcast-profile-card h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C56B31;
    margin: 0 0 0.5rem;
}

.podcast-profile-card h4 {
    font-size: 1.3rem;
    color: #174541;
    margin: 0 0 0.25rem;
    font-weight: 600;
}

.podcast-profile-card__job-title {
    display: block;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 0.75rem;
}

.podcast-profile-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.podcast-profile-socials {
    display: flex;
    gap: 1rem;
}

.podcast-profile-socials a {
    color: #174541;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.2rem;
}

.podcast-profile-socials a:hover {
    color: #C56B31;
}

/* Transcription */
.podcast-transcription {
    margin-top: 2.5rem;
    border: 1px solid #e8e0dc;
    border-radius: 8px;
    overflow: hidden;
}

.podcast-transcription summary {
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #174541;
    cursor: pointer;
    background: #f9f6f4;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.podcast-transcription summary::-webkit-details-marker {
    display: none;
}

.podcast-transcription summary::after {
    content: "\25BE";
    font-size: 1.2rem;
    color: #C56B31;
    transition: transform 0.3s ease;
}

.podcast-transcription details[open] summary::after {
    content: "\25B4";
}

.podcast-transcription__content {
    padding: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
}

/* You might also like */
.podcast-related {
    padding: 3rem 0;
    background: #f9f6f4;
}

.podcast-related__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #174541;
    margin: 0 0 1.5rem;
    text-align: center;
}

.podcast-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .podcast-related__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .podcast-related__grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
    .podcast-archive .content__template .card__video.grid__default {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .podcast-archive .content__template .card__video.grid__default {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .title__podcast h2 {
        font-size: 1.5rem;
        padding: 0 1rem;
    }

    .podcast-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .podcast-meta__item:not(:last-child)::after {
        display: none;
    }

    .podcast-profile-card {
        padding: 1.5rem;
    }

    .podcast-spotify-btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}
