/* =========================================================
   PODCAST COMMON - KÖŞELİ GAZETE / MANŞET TASARIMI
   Liste + Detay ortak dosya
   ========================================================= */

.podcast-page{
    --pc-red:#990000;
    --pc-red-dark:#6f0000;
    --pc-black:#111111;
    --pc-bg:#f4f4f1;
    --pc-card:#ffffff;
    --pc-border:#deded8;
    --pc-muted:#6b7280;
    --pc-soft:#f8fafc;

    background:var(--pc-bg);
    color:var(--pc-black);
    font-family:Arial, Helvetica, sans-serif;
}

.podcast-page *,
.podcast-page *::before,
.podcast-page *::after{
    box-sizing:border-box;
}

.podcast-page a{
    text-decoration:none;
}

.podcast-page img{
    max-width:100%;
}

/* =========================================================
   COMMON TOPLINE
   ========================================================= */

.podcast-topline{
    position:relative;
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:26px;
}

.podcast-topline::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1px;
    background:#999;
    transform:translateY(-50%);
}

.podcast-topline span{
    position:relative;
    z-index:2;
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 34px;
    background:var(--pc-red);
    color:#fff;
    font-size:22px;
    line-height:1;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
    transform:skew(-10deg);
}

/* =========================================================
   COMMON BREADCRUMB / KICKER
   ========================================================= */

.podcast-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    color:var(--pc-muted);
    font-size:13px;
    margin-bottom:18px;
}

.podcast-breadcrumb a{
    color:#111;
    font-weight:900;
}

.podcast-breadcrumb strong{
    color:var(--pc-muted);
    font-weight:800;
}

.podcast-kicker{
    align-self:flex-start;
    min-height:30px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:5px 11px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.podcast-kicker i{
    width:8px;
    height:8px;
    display:block;
    background:var(--pc-red);
}

/* =========================================================
   LIST PAGE HERO
   ========================================================= */

.podcast-hero{
    padding:24px 0 38px;
    background:var(--pc-bg);
    border-bottom:1px solid var(--pc-border);
}

.podcast-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 390px;
    gap:30px;
    align-items:stretch;
}

.podcast-hero-content{
    background:#fff;
    border:1px solid var(--pc-border);
    padding:34px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.podcast-hero-content h1{
    margin:0;
    max-width:850px;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:clamp(48px,6.4vw,92px);
    line-height:.9;
    letter-spacing:-.055em;
    text-transform:uppercase;
    font-weight:900;
}

.podcast-hero-content p{
    max-width:760px;
    margin:20px 0 0;
    color:#374151;
    font-size:18px;
    line-height:1.55;
    font-weight:650;
}

/* =========================================================
   SEARCH
   ========================================================= */

.podcast-search{
    margin-top:28px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 92px;
    gap:9px;
    max-width:560px;
}

.podcast-search input{
    width:100%;
    height:48px;
    border:1px solid var(--pc-border);
    background:#f8fafc;
    color:#111;
    padding:0 14px;
    outline:none;
    font-size:14px;
    font-weight:750;
}

.podcast-search input:focus{
    border-color:#111;
    background:#fff;
}

.podcast-search button{
    height:48px;
    border:0;
    background:var(--pc-red);
    color:#fff;
    cursor:pointer;
    font-size:13px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.podcast-search button:hover{
    background:#111;
}

.podcast-search a{
    grid-column:1 / -1;
    justify-self:end;
    color:var(--pc-red);
    font-size:12px;
    font-weight:950;
}

/* =========================================================
   LIST PAGE LATEST CARD
   ========================================================= */

.podcast-latest-card{
    background:#fff;
    border:1px solid var(--pc-border);
    display:flex;
    flex-direction:column;
    min-height:100%;
}

.podcast-latest-cover{
    position:relative;
    display:block;
    min-height:285px;
    background:#111;
    overflow:hidden;
}

.podcast-latest-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.55));
}

.podcast-latest-cover img{
    width:100%;
    height:285px;
    object-fit:cover;
    display:block;
    transition:.25s ease;
}

.podcast-latest-card:hover .podcast-latest-cover img{
    transform:scale(1.045);
}

.podcast-play{
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:var(--pc-red);
    border-radius:50%;
    font-size:22px;
    box-shadow:0 16px 40px rgba(0,0,0,.28);
    transform:translate(-50%, -50%);
}

.podcast-latest-body{
    padding:22px;
}

.podcast-latest-body > span{
    min-height:26px;
    display:inline-flex;
    align-items:center;
    padding:4px 10px;
    background:var(--pc-red);
    color:#fff;
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:12px;
}

.podcast-latest-body h2{
    margin:0;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:34px;
    line-height:.96;
    letter-spacing:-.04em;
    text-transform:uppercase;
    font-weight:900;
}

.podcast-latest-body h2 a{
    color:#111;
}

.podcast-latest-body h2 a:hover{
    color:var(--pc-red);
}

.podcast-latest-body p{
    margin:13px 0 0;
    color:#4b5563;
    font-size:14px;
    line-height:1.5;
    font-weight:600;
}

.podcast-listen-btn{
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:16px;
    background:#111;
    color:#fff;
    font-size:13px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.podcast-listen-btn:hover{
    background:var(--pc-red);
    color:#fff;
}

/* =========================================================
   SECTION TITLE
   ========================================================= */

.podcast-featured-section,
.podcast-archive-section{
    padding:38px 0 0;
    background:var(--pc-bg);
}

.podcast-archive-section{
    padding-bottom:58px;
}

.podcast-section-title{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:22px;
    margin-bottom:24px;
    background:#fff;
    border:1px solid var(--pc-border);
    padding:24px;
}

.podcast-section-title span{
    min-height:26px;
    display:inline-flex;
    align-items:center;
    padding:4px 10px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:11px;
}

.podcast-section-title h2{
    margin:0;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:44px;
    line-height:.95;
    letter-spacing:-.045em;
    text-transform:uppercase;
    font-weight:900;
}

.podcast-section-title p{
    margin:0;
    color:var(--pc-muted);
    font-size:13px;
    font-weight:850;
}

.podcast-section-title a{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 14px;
    background:var(--pc-red);
    color:#fff;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}

/* =========================================================
   FEATURED GRID
   ========================================================= */

.podcast-featured-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.podcast-featured-card{
    position:relative;
    min-height:260px;
    overflow:hidden;
    background:#111;
}

.podcast-featured-card.is-large{
    grid-column:span 2;
    grid-row:span 2;
    min-height:545px;
}

.podcast-featured-card a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    min-height:260px;
    color:#fff;
}

.podcast-featured-card.is-large a{
    min-height:545px;
}

.podcast-featured-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.25s ease;
}

.podcast-featured-card:hover img{
    transform:scale(1.045);
}

.podcast-featured-card a::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.82)),
        linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.04));
    z-index:2;
}

.podcast-featured-play{
    position:absolute;
    right:18px;
    top:18px;
    z-index:4;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:var(--pc-red);
    border-radius:50%;
    font-size:17px;
    box-shadow:0 14px 34px rgba(0,0,0,.22);
}

.podcast-featured-info{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    z-index:4;
}

.podcast-featured-info span{
    min-height:25px;
    display:inline-flex;
    align-items:center;
    padding:4px 9px;
    background:var(--pc-red);
    color:#fff;
    font-size:10px;
    font-weight:950;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:12px;
}

.podcast-featured-info strong{
    display:block;
    color:#fff;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:27px;
    line-height:1;
    letter-spacing:-.035em;
    font-weight:900;
}

.podcast-featured-card.is-large .podcast-featured-info strong{
    font-size:48px;
    max-width:620px;
}

.podcast-featured-info small{
    display:block;
    margin-top:10px;
    color:rgba(255,255,255,.82);
    font-size:13px;
    font-weight:750;
}

/* =========================================================
   ARCHIVE GRID
   ========================================================= */

.podcast-archive-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.podcast-archive-card{
    display:grid;
    grid-template-columns:150px minmax(0,1fr);
    min-height:240px;
    background:#fff;
    border:1px solid var(--pc-border);
    overflow:hidden;
}

.podcast-archive-cover{
    position:relative;
    display:block;
    min-height:100%;
    background:#111;
    overflow:hidden;
}

.podcast-archive-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.48));
}

.podcast-archive-cover img{
    width:100%;
    height:100%;
    min-height:240px;
    object-fit:cover;
    display:block;
    transition:.25s ease;
}

.podcast-archive-card:hover .podcast-archive-cover img{
    transform:scale(1.045);
}

.podcast-archive-cover span{
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:var(--pc-red);
    border-radius:50%;
    font-size:16px;
    box-shadow:0 14px 34px rgba(0,0,0,.24);
    transform:translate(-50%, -50%);
}

.podcast-archive-body{
    min-width:0;
    padding:18px;
    display:flex;
    flex-direction:column;
}

.podcast-archive-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:11px;
}

.podcast-archive-meta span{
    min-height:24px;
    display:inline-flex;
    align-items:center;
    padding:4px 8px;
    background:#f8fafc;
    border:1px solid var(--pc-border);
    color:#111;
    font-size:10px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.podcast-archive-body h3{
    margin:0;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:26px;
    line-height:1.02;
    letter-spacing:-.035em;
    font-weight:900;
}

.podcast-archive-body h3 a{
    color:#111;
}

.podcast-archive-body h3 a:hover{
    color:var(--pc-red);
}

.podcast-archive-body p{
    margin:11px 0 0;
    color:#4b5563;
    font-size:13px;
    line-height:1.48;
    font-weight:600;
}

.podcast-archive-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding-top:14px;
}

.podcast-archive-footer span{
    color:var(--pc-muted);
    font-size:12px;
    font-weight:850;
}

.podcast-archive-footer a{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    background:var(--pc-red);
    color:#fff;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}

.podcast-archive-footer a:hover{
    background:#111;
    color:#fff;
}

/* =========================================================
   DETAIL PAGE HERO
   ========================================================= */

.podcast-detail-hero{
    padding:24px 0 38px;
    background:var(--pc-bg);
    border-bottom:1px solid var(--pc-border);
}

.podcast-detail-layout{
    display:grid;
    grid-template-columns:390px minmax(0,1fr);
    gap:30px;
    align-items:stretch;
}

.podcast-detail-cover-card{
    background:#fff;
    border:1px solid var(--pc-border);
}

.podcast-detail-cover{
    position:relative;
    min-height:390px;
    background:#111;
    overflow:hidden;
}

.podcast-detail-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.55));
}

.podcast-detail-cover img{
    width:100%;
    height:390px;
    object-fit:cover;
    display:block;
}

.podcast-cover-play{
    position:absolute;
    left:50%;
    top:50%;
    z-index:4;
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:50%;
    background:#fff;
    color:var(--pc-red);
    cursor:pointer;
    font-size:26px;
    box-shadow:0 18px 44px rgba(0,0,0,.30);
    transform:translate(-50%, -50%);
}

.podcast-cover-play:hover{
    background:var(--pc-red);
    color:#fff;
}

.podcast-mini-eq{
    display:grid;
    grid-template-columns:repeat(40,1fr);
    align-items:end;
    gap:3px;
    height:60px;
    padding:16px;
    border-top:1px solid var(--pc-border);
    border-bottom:1px solid var(--pc-border);
    background:#111;
}

.podcast-mini-eq i{
    display:block;
    width:100%;
    height:10px;
    background:rgba(255,255,255,.32);
}

.podcast-mini-eq i:nth-child(2n){height:18px;}
.podcast-mini-eq i:nth-child(3n){height:28px;}
.podcast-mini-eq i:nth-child(5n){height:38px;}

.podcast-mini-eq.is-playing i{
    background:#fff;
    animation:podcastEq 1s infinite ease-in-out alternate;
}

.podcast-mini-eq.is-playing i:nth-child(2n){animation-delay:.12s;}
.podcast-mini-eq.is-playing i:nth-child(3n){animation-delay:.25s;}
.podcast-mini-eq.is-playing i:nth-child(5n){animation-delay:.38s;}

@keyframes podcastEq{
    from{height:8px;}
    to{height:42px;}
}

.podcast-db-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:18px;
    background:#fff;
}

.podcast-db-box span{
    color:var(--pc-muted);
    font-size:12px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.podcast-db-box strong{
    color:#111;
    font-size:24px;
    line-height:1;
    font-weight:950;
}

/* =========================================================
   DETAIL INFO
   ========================================================= */

.podcast-detail-info{
    background:#fff;
    border:1px solid var(--pc-border);
    padding:34px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.podcast-detail-info h1{
    margin:0;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:clamp(46px,5.8vw,86px);
    line-height:.9;
    letter-spacing:-.055em;
    text-transform:uppercase;
    font-weight:900;
}

.podcast-detail-summary{
    margin:20px 0 0;
    color:#374151;
    font-size:18px;
    line-height:1.55;
    font-weight:650;
}

.podcast-detail-meta{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin-top:26px;
    border:1px solid var(--pc-border);
}

.podcast-detail-meta span{
    padding:15px 12px;
    background:#f8fafc;
    border-right:1px solid var(--pc-border);
    color:#111;
    font-size:13px;
    font-weight:850;
}

.podcast-detail-meta span:last-child{
    border-right:0;
}

.podcast-detail-meta b{
    display:block;
    margin-bottom:6px;
    color:var(--pc-muted);
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* =========================================================
   PLAYER
   ========================================================= */

.podcast-player-card{
    margin-top:26px;
    background:#111;
    color:#fff;
    padding:20px;
}

.podcast-player-top{
    display:flex;
    align-items:center;
    gap:14px;
}

.podcast-main-play{
    flex:0 0 auto;
    width:54px;
    height:54px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:var(--pc-red);
    cursor:pointer;
    font-size:18px;
}

.podcast-main-play:hover{
    background:var(--pc-red);
    color:#fff;
}

.podcast-now{
    min-width:0;
}

.podcast-now span{
    display:block;
    color:rgba(255,255,255,.62);
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:5px;
}

.podcast-now strong{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.25;
    font-weight:900;
}

.podcast-progress{
    width:100%;
    height:8px;
    background:rgba(255,255,255,.18);
    margin-top:18px;
    cursor:pointer;
}

.podcast-progress div{
    width:0;
    height:100%;
    background:var(--pc-red);
}

.podcast-times{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:9px;
    color:rgba(255,255,255,.68);
    font-size:12px;
    font-weight:850;
}

.podcast-audio-warning{
    margin-top:14px;
    padding:12px;
    background:#fff3cd;
    color:#7c5200;
    font-size:13px;
    font-weight:800;
}

/* =========================================================
   PLATFORMS
   ========================================================= */

.podcast-platforms{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:18px;
}

.podcast-platforms a{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    background:#f8fafc;
    border:1px solid var(--pc-border);
    color:#111;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}

.podcast-platforms a:hover{
    background:var(--pc-red);
    border-color:var(--pc-red);
    color:#fff;
}

/* =========================================================
   DETAIL CONTENT
   ========================================================= */

.podcast-detail-content-section{
    padding:38px 0 58px;
    background:var(--pc-bg);
}

.podcast-detail-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
    align-items:start;
}

.podcast-content-card,
.podcast-related-card{
    background:#fff;
    border:1px solid var(--pc-border);
}

.podcast-content-head,
.podcast-related-head{
    padding:24px;
    border-bottom:1px solid var(--pc-border);
}

.podcast-content-head span,
.podcast-related-head span{
    min-height:26px;
    display:inline-flex;
    align-items:center;
    padding:4px 10px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:11px;
}

.podcast-content-head h2,
.podcast-related-head h2{
    margin:0;
    color:#111;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:40px;
    line-height:.95;
    letter-spacing:-.045em;
    text-transform:uppercase;
    font-weight:900;
}

.podcast-content-body{
    padding:26px;
    color:#374151;
    font-size:17px;
    line-height:1.8;
    font-weight:600;
}

.podcast-related-list{
    display:grid;
}

.podcast-related-item{
    display:grid;
    grid-template-columns:86px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:14px;
    border-bottom:1px solid var(--pc-border);
    color:#111;
}

.podcast-related-item:last-child{
    border-bottom:0;
}

.podcast-related-item img{
    width:86px;
    height:64px;
    object-fit:cover;
    background:#111;
}

.podcast-related-item strong{
    display:block;
    color:#111;
    font-size:14px;
    line-height:1.3;
    font-weight:950;
}

.podcast-related-item small{
    display:block;
    margin-top:5px;
    color:var(--pc-muted);
    font-size:11px;
    font-weight:800;
}

.podcast-related-item:hover strong{
    color:var(--pc-red);
}

.podcast-related-empty{
    padding:18px;
    color:var(--pc-muted);
    font-size:14px;
    font-weight:750;
}

/* =========================================================
   EMPTY / NOT FOUND
   ========================================================= */

.podcast-not-found{
    padding:60px 0;
}

.podcast-empty{
    background:#fff;
    border:1px solid var(--pc-border);
    padding:42px 24px;
    text-align:center;
}

.podcast-empty h3{
    margin:0;
    color:#111;
    font-size:32px;
    line-height:1;
    font-weight:950;
}

.podcast-empty p{
    max-width:460px;
    margin:12px auto 0;
    color:var(--pc-muted);
    font-size:14px;
    line-height:1.5;
    font-weight:650;
}

.podcast-empty a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    margin-top:18px;
    background:var(--pc-red);
    color:#fff;
    font-size:13px;
    font-weight:950;
    text-transform:uppercase;
}

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

@media(max-width:1180px){
    .podcast-hero-grid,
    .podcast-detail-layout,
    .podcast-detail-content-grid{
        grid-template-columns:1fr;
    }

    .podcast-latest-card{
        display:grid;
        grid-template-columns:340px minmax(0,1fr);
    }

    .podcast-latest-cover,
    .podcast-latest-cover img{
        height:100%;
        min-height:290px;
    }

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

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

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

    .podcast-detail-meta span{
        border-bottom:1px solid var(--pc-border);
    }
}

@media(max-width:820px){
    .podcast-latest-card{
        grid-template-columns:1fr;
    }

    .podcast-latest-cover,
    .podcast-latest-cover img{
        height:280px;
        min-height:280px;
    }

    .podcast-featured-card.is-large{
        grid-column:span 2;
        min-height:430px;
    }

    .podcast-featured-card.is-large a{
        min-height:430px;
    }

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

@media(max-width:640px){
    .podcast-hero,
    .podcast-detail-hero{
        padding-top:18px;
    }

    .podcast-topline{
        justify-content:flex-start;
        margin-bottom:20px;
    }

    .podcast-topline::before{
        display:none;
    }

    .podcast-topline span{
        min-height:32px;
        padding:0 18px;
        font-size:17px;
        transform:none;
    }

    .podcast-hero-content,
    .podcast-detail-info{
        padding:22px;
    }

    .podcast-hero-content h1,
    .podcast-detail-info h1{
        font-size:50px;
    }

    .podcast-hero-content p,
    .podcast-detail-summary{
        font-size:15px;
    }

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

    .podcast-search a{
        justify-self:start;
    }

    .podcast-section-title{
        display:block;
        padding:20px;
    }

    .podcast-section-title h2,
    .podcast-content-head h2,
    .podcast-related-head h2{
        font-size:34px;
    }

    .podcast-section-title p,
    .podcast-section-title a{
        margin-top:14px;
    }

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

    .podcast-featured-card.is-large{
        grid-column:span 1;
    }

    .podcast-featured-card.is-large .podcast-featured-info strong{
        font-size:34px;
    }

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

    .podcast-archive-cover,
    .podcast-archive-cover img{
        height:250px;
        min-height:250px;
    }

    .podcast-detail-cover,
    .podcast-detail-cover img{
        height:300px;
        min-height:300px;
    }

    .podcast-detail-meta{
        grid-template-columns:1fr;
    }

    .podcast-detail-meta span{
        border-right:0;
    }

    .podcast-player-top{
        align-items:flex-start;
    }

    .podcast-related-item{
        grid-template-columns:74px minmax(0,1fr);
    }

    .podcast-related-item img{
        width:74px;
        height:58px;
    }
}