
    .podcast-page {
        width: 100%;
        overflow-x: hidden;
        background: #ffffff;
    }

    .podcast-page .podcast-hero {
        position: relative;
        width: 100%;
        min-height: 620px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #ffffff;
        background-color: #000000;
        isolation: isolate;
    }

    .podcast-page .podcast-hero__background,
    .podcast-page .podcast-hero__background--empty,
    .podcast-page .podcast-hero__carousel,
    .podcast-page .podcast-hero__slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .podcast-page .podcast-hero__background,
    .podcast-page .podcast-hero__slide {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .podcast-page .podcast-hero__background--empty {
        background: linear-gradient(135deg, #111111 0%, #2c2c2c 100%);
    }

    .podcast-page .podcast-hero__carousel .podcast-hero__slide {
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    .podcast-page .podcast-hero__carousel .podcast-hero__slide:first-child {
        opacity: 1;
    }

    .podcast-page .podcast-hero__overlay {
        position: absolute;
        inset: 0;
        background: #000000;
        z-index: 2;
        pointer-events: none;
    }

    .podcast-page .podcast-hero__inner {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        padding: 175px 24px 135px;
        text-align: center;
    }

    .podcast-page .podcast-hero__content {
        max-width: 760px;
        margin: 0 auto;
    }

    .podcast-page .podcast-hero__logo {
        display: block;
        max-width: 170px;
        height: auto;
        margin: 0 auto 40px;
    }

    .podcast-page .podcast-hero__content h1 {
        margin: 0 0 22px;
        color: #ffffff;
        font-size: 60px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.045em;
    }

    .podcast-page .podcast-hero__content p {
        max-width: 700px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.62;
    }

    .podcast-page .podcast-hero__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
        padding: 18px 34px;
        background: #ffffff;
        color: #111111;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        border: 1px solid #ffffff;
        transition: all 0.25s ease;
    }

    .podcast-page .podcast-hero__button:hover {
        background: transparent;
        color: #ffffff;
    }

    @media (max-width: 991px) {
        .podcast-page .podcast-hero {
            min-height: 560px;
        }

        .podcast-page .podcast-hero__inner {
            padding: 155px 24px 110px;
        }

        .podcast-page .podcast-hero__content h1 {
            font-size: 46px;
        }

        .podcast-page .podcast-hero__content p {
            font-size: 16px;
        }
    }

    @media (max-width: 600px) {
        .podcast-page .podcast-hero {
            min-height: 500px;
        }

        .podcast-page .podcast-hero__inner {
            padding: 130px 22px 90px;
        }

        .podcast-page .podcast-hero__content h1 {
            font-size: 38px;
        }
    }

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

    .podcast-card {
        position: relative;
        height: 492px;
        background: transparent;
        overflow: hidden;
    }

    .podcast-card .ministry-moments-card-image {
        width: 100%;
        height: 492px;
        overflow: hidden;
    }

    .podcast-card .ministry-moments-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .podcast-card .ministry-moments-card-content {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 84%;
        min-height: 214px;
        padding: 48px 32px 30px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .podcast-card .ministry-moments-card-content h3 {
        margin: 0 0 22px;
        color: #000000;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.2;
    }

    .podcast-card .ministry-moments-card-content p {
        margin: 0 0 22px;
        color: #696969;
        font-size: 17px;
        line-height: 1.45;
    }

    .podcast-card .ministry-moments-play {
        width: 30px;
        height: 30px;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        text-decoration: none;
        line-height: 0;
    }

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

        .podcast-card {
            height: auto;
            overflow: visible;
        }

        .podcast-card .ministry-moments-card-image {
            height: 360px;
        }

        .podcast-card .ministry-moments-card-content {
            position: relative;
            width: 100%;
            min-height: auto;
            padding: 32px 28px;
        }


    }

    .podcast-no-entry {
        width: 100%;
        padding: 80px 24px;
        text-align: center;
        background: #ffffff;
    }

    .podcast-no-entry p {
        margin: 0;
        color: #696969;
        font-size: 18px;
        font-weight: 600;
    }

    /* =========================================================
   PODCAST LIST SECTION
========================================================= */

.podcast-list-section {
    padding: 100px;
    background: #ffffff;
}

.podcast-list-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
   
}

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

/* Card */
.podcast-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #f5f5f5;

    display: flex;
    flex-direction: column;
}

.podcast-card-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.podcast-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcast-card-image--empty {
    background: #e9e9e9;
}

/* White overlay content */
.podcast-card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62%;
    min-height: 395px;
    padding:  30px 30px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.podcast-card-content h3 {
    margin: 0 0 16px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* LIMIT TO 2 LINES */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.podcast-card-content p {
    margin: 0;
    color: #6;
    font-size: 17px;
    line-height: 1.55;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* LIMIT LINES */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.podcast-card-play {
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    text-decoration: none;
    line-height: 0;
}

.podcast-card-play svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: auto;
}

/* No entry */
.podcast-no-entry {
    width: 100%;
    padding: 80px 24px;
    text-align: center;
    background: #ffffff;
}

.podcast-no-entry p {
    margin: 0;
    color: #696969;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1200px) {
    .podcast-list-container {
        padding: 0 60px;
    }

    .podcast-card-content {
        width: 68%;
        padding: 40px 28px 30px;
    }

    .podcast-card-content h3 {
        font-size: 26px;
    }
      .podcast-list-section {
        padding: 70px 30px;
    }

}

@media (max-width: 991px) {
    .podcast-list-section {
        padding: 70px 30px;
    }

    .podcast-list-container {
        padding: 0 32px;
    }

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

    .podcast-card {
        min-height: auto;
        overflow: visible;
    }

    .podcast-card-image {
        height: 420px;
    }

    .podcast-card-content {
        position: relative;
        width: 100%;
        min-height: auto;
        padding: 34px 28px;
    }

    .podcast-card-play {
        margin-top: 28px;
    }
}
@media (max-width: 767px) {
      .podcast-list-section {
        padding: 50px 20px;
    }
}
@media (max-width: 600px) {
    .podcast-list-container {
        padding: 0 22px;
    }

    .podcast-card-image {
        height: 320px;
    }

    .podcast-card-content h3 {
        font-size: 26px;
    }

    .podcast-card-content p {
        font-size: 16px;
    }
      .podcast-list-section {
        padding: 50px 20px;
    }

}

/* Custom Pagination - Bottom Style */
.podcast-pagination {
    font-size: 18px;
}

.podcast-pagination a,
.podcast-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 4px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.podcast-pagination a:hover {
    background: #f0f0f0;
}

.podcast-pagination .current {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
}

.podcast-pagination .prev,
.podcast-pagination .next {
    font-size: 24px;
    font-weight: 400;
}

.podcast-pagination .dots {
    background: transparent;
    color: #999;
    pointer-events: none;
}

@media (max-width: 600px) {
    .podcast-pagination a,
    .podcast-pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 16px;
    }
}