/*Home Page.....*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
}





:root {
    --btn-red: #b0040f;
    --bg-pink: #fdf2f2;
    --text-dark: #333;
    --text-gray: #333;
    --transition: all 0.3s ease;
}

body {
    font-family: "Segoe UI", sans-serif;
    background: #ffffff;
    color: #222;
}

.hero-banner {
    margin-top: 80px;
    padding-top: 0;
    width: 100%;
    position: relative;
    top: -60px;
    height: 700px;
    min-height: 500px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 99;
}

hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 20;
    border-top: 1px solid #aba7a7 !important;
}

.merriweather {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
}

.hero-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
    margin-top: -50px;
}

.banner-content {
    flex: 1;
    z-index: 10;
    padding-top: 10rem;
    padding-left: 5%;
    padding-right: 20px;
    max-width: 50%;
}

.main-titlecol {
    font-weight: 900;
    font-family: "Merriweather", serif;
    font-size: clamp(3rem, 6vw, 9rem);
    color: var(--text-dark);
    line-height: 0.9;
}

.subtitlecol {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    padding-top: 10px;
    margin-bottom: 8rem;
    display: block;
    text-transform: capitalize;
    font-family: "Merriweather", serif;
    font-weight: 600;
}

.descriptioncol {
    max-width: 800px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-size: 22px;
    font-family: "Merriweather", serif;
    padding-top: 20px;
}

.banner-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-visualmobile {
    display: none;
}

.pink-shape {
    position: absolute;
    top: 0;
    left: 34%;
    width: 50%;
    height: 900px;
    background: var(--bg-pink);
    clip-path: polygon(45% 0%, 100% 0%, 50% 90%, 0% 90%);
    z-index: 1;
}


.hero-image {
    position: relative;
    z-index: 9999;
    width: 856px !important;
    object-fit: contain;
    object-position: right;
    filter: drop-shadow(-20px 20px 40px rgba(0,0,0,0.12));
}


.om-footer {
    background: var(--dark);
    color: var(--text-light);
    font-family: "Segoe UI", sans-serif;
    background-color: #b3000008;
}

/* ================================
   CONTAINER
================================ */
.om-container {
    max-width: 1800px;
    margin: auto;
    padding: 70px 20px 50px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-left: 33rem;
    margin-right: -25rem;
}

/* ================================
   ABOUT / LOGO
================================ */
.om-logo {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.3;
}

    .om-logo span {
        color: var(--primary);
    }

.om-col p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--text-light);
}

/* ================================
   FOOTER HEADINGS
================================ */
.om-col h3 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 22px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .om-col h3::after {
        content: "";
        width: 42px;
        height: 2px;
        background: var(--primary);
        position: absolute;
        left: 0;
        bottom: -8px;
    }

/* ================================
   LINKS
================================ */
.om-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .om-col ul li {
        margin-bottom: 12px;
    }

        .om-col ul li a {
            text-decoration: none;
            color: var(--text-light);
            font-size: 15px;
            transition: all 0.3s ease;
        }

            .om-col ul li a:hover {
                color: var(--primary);
                padding-left: 6px;
            }

/* ================================
   BOTTOM BAR
================================ */
.om-bottom {
    border-top: 1px solid #1f1f1f;
    padding: 20px;
    text-align: center;
    background: var(--dark-light);
}

    .om-bottom p {
        margin: 0;
        font-size: 14px;
        color: var(--text-muted);
    }



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", sans-serif;
    background: #ffffff;
    color: #222;
}

.topics-section {
    background: #f7f7f6;
    padding: 60px 20px;
}


.topics-header {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    font-family: "Merriweather", serif;
    padding-bottom: 15px;
}

    .topics-header h2 {
        font-size: 26px;
        font-weight: 600;
        color: #222;
        font-family: "Merriweather", serif;
    }

    .topics-header h2 {
        font-size: 26px;
        font-weight: 600;
        color: #222;
        font-family: "Merriweather", serif;
    }

.more-topics {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .more-topics:hover {
        text-decoration: underline;
    }


.topics-list {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.topic-pill {
    padding: 10px 22px;
    border: 1.5px solid #B0040F;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background: transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .topic-pill:hover {
        background: #B0040F;
        color: #ffffff;
    }

@media (max-width: 430px) {
    .topic-pill {
        font-size: 9.8px;
    }
}



/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1100px) {
    .om-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-left: 20rem;
    }
}


@media (min-width: 1100px) {
    .om-container {
       
        margin-left: 20rem;
    }
}

@media (max-width: 768px) {
    .om-container {
       
        margin-left: 20rem;
        margin-right: 6rem;
    }
}

@media (max-width: 600px) {
    .om-container {
        grid-template-columns: 1fr;
        padding: 50px 20px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .om-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .om-col ul li a:hover {
        padding-left: 0;
    }
}

@media (min-width: 1920px) {
    .banner-content {
        padding-left: 8%;
    }
}

@media (max-width: 1024px) {
    .hero-banner {
        height: 60vh;
        min-height: 450px;
    }

    .banner-content {
        max-width: 60%;
    }


    .hero-image {
        position: relative;
        z-index: 9999;
        width: 555px !important;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: auto;
        min-height: 100vh;
        display: block;
        padding-top: 40px;
    }

    .hero-wrapper {
        flex-direction: column;
        height: auto;
    }

    .banner-content {
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .subtitlecol {
        margin-bottom: 1.5rem;
    }

    @media (max-width: 480px) {
        .descriptioncol {
            margin: 0 auto 2rem auto;
            font-size: 2rem;
            /* margin-left: -10rem; */
            max-width: 329px;
        }
    }

    .cta-group {
        justify-content: center;
        margin-bottom: 30px;
    }

    .banner-visual {
        display: none;
    }

    .banner-visualmobile {
        display: block;
        width: 100%;
        margin-top: auto;
    }

    .hero-imagemobile {
        width: 80%;
        height: auto;
        display: block;
        filter: drop-shadow(0px -10px 20px rgba(0,0,0,0.05));
    }

    .main-titlecol {
        font-size: 9rem !important;
    }
}


:root {
    --card-max-width: 550px;
    --card-padding: 2.5rem;
    --section-padding: 5vh 2vw;
    --container-gap: 2rem;
    --image-height: 220px;
    --primary-red: #b0040f;
    --primary-yellow: #d4a017;
    --bg-num-color: #f0f0f0;
}

.info-section-visionmission {
    padding: var(--section-padding);
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
}

.container-visionmission {
    display: flex;
    justify-content: center;
    gap: var(--container-gap);
    max-width: 90%;
    margin: -57px auto;
    flex-wrap: wrap;
}

.card-visionmission {
    background: #fff;
    flex: 1 1 300px;
    max-width: var(--card-max-width);
    padding: var(--card-padding);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}

.card-header-visionmission {
    position: relative;
    padding-top: 1.5rem;
    font-family: "Inter";
    margin-bottom: 1.5rem;
}

.bg-number-visionmission {
    user-select: none;
    position: absolute;
    top: -1rem;
    left: 0;
    font-size: clamp(7rem, 10vw, 9.5rem);
    font-weight: 1000;
    color: var(--bg-num-color);
    z-index: 1;
    line-height: 1;
}

.main-tittlevisionmission {
    position: relative;
    color: #1a1a1a;
    padding-top: 0.5rem;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
}

.underline {
    position: relative;
    z-index: 3;
    width: 20%;
    height: 4px;
    margin-top: 1rem;
}

    .underline.red {
        background-color: #b0040f;
    }

    .underline.yellow {
        background-color: var(--primary-yellow);
    }

.content-visionmission {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.image-box {
    width: 100%;
    border-bottom: 3px solid #b0040f;
    height: var(--image-height);
    overflow: hidden;
}

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Adjusting for very small screens */
@media (max-width: 480px) {
    :root {
        --card-padding: 1.5rem;
        --image-height: 180px;
    }
}


/* --- Podcast Section Layout --- */

.administration-podcast-section {
    width: 100%;
    max-width: 85%;
    margin: 2rem auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.administration-header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #eaeaea;
}

.administration-section-title {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    font-family: "Merriweather", serif;
}

    .administration-section-title span {
        color: #b30000;
        font-family: "Merriweather", serif;
    }

.administration-explore-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .administration-explore-link::after {
        content: '';
        display: block;
        width: 98%;
        height: 3px;
        background-color: #b30000;
        margin-top: 6px;
        transition: width 0.3s ease;
    }

    .administration-explore-link:hover {
        color: #b30000;
    }

        .administration-explore-link:hover::after {
            width: 100%;
            background-color: #e60000;
        }

.administration-podcast-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    min-height: 400px;
}

.administration-podcast-card {
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
    border-radius: 0px;
}

    .administration-podcast-card.is-visible {
        display: flex;
        animation: fadeIn 0.5s ease forwards;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.administration-podcast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.administration-thumbnail {
    padding: 0;
    background-image: url('../assets/images/audiopodcastframe.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000;
}

.administration-play-btn {
    color: #ffffff;
    width: 55px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    transition: background 0.2s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: rgba(0,0,0,0.6);
    padding: 10px 15px;
    border-radius: 50%;
}


    .administration-play-btn:hover {
        background: #e60000;
    }

.administration-card-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.administration-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.administration-card-heading {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.administration-category {
    font-size: 0.7rem;
    color: #888;
    font-weight: 800;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin-top: 0px;
}

.administration-card-footer {
    margin-top: 1rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 0.8rem;
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

    .administration-card-footer p {
        font-size: 1.2rem;
        color: #000;
        font-weight: bold;
    }

.administration-lang {
    color: #bc0006;
    font-weight: 700;
}

.administration-nav-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
}

.administration-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    background: transparent;
    color: #888;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 0;
}

    .administration-nav-btn.administration-active {
        background-color: #bc0006;
        border-color: #bc0006;
        color: #ffffff;
    }

    .administration-nav-btn:disabled {
        opacity: 0.2;
        cursor: not-allowed;
        background-color: white !important;
        border-color: #858383 !important;
        color: #858383 !important;
    }

    .administration-nav-btn.administration-active:hover {
        background-color: #e60000;
        transform: scale(1.05);
    }

@media (max-width: 1100px) {
    .administration-podcast-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .administration-podcast-grid {
        grid-template-columns: 1fr;
    }

    .administration-header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}


/*next section*/
:root {
    --primary-red: #b0040f;
    --text-dark: #333333;
    --text-muted: #666666;
    --border-light: #e0e0e0;
    --text-main: #333333;
    --accent-gold: #d4af37;
    --card-shadow: 0 10px 30px rgba(0,0,0,0.1);
    --section-padding: clamp(2rem, 8vh, 6rem);
}

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        font-size: clamp(14px, 1vw + 4px, 18px);
        color: var(--text-dark);
        overflow-x: hidden;
    }

    .col-container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding: var(--section-padding) 5%;
        overflow: hidden;
    }

    .topic-explorer {
        text-align: center;
        margin-bottom: clamp(3rem, 10vh, 6rem);
    }

    .section-title {
        font-family: Georgia, serif;
        font-size: clamp(1.8rem, 3vw, 3.5rem);
        color: var(--text-dark);
        margin-bottom: 2rem;
    }

    .pill-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .pill-row {
        display: flex;
        gap: 0.8rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pill {
        text-decoration: none;
        padding: 0.6rem 1.8rem;
        border: 1.5px solid #ffcccc;
        border-radius: 50px;
        color: var(--text-muted);
        font-size: 0.95rem;
        white-space: nowrap;
        transition: 0.3s ease;
    }

        .pill.active {
            background-color: #fdefef;
            color: #ff6361;
            font-weight: 600;
        }

        .pill:hover {
            border-color: var(--primary-red);
        }

    .radio-section {
        width: 100%;
    }

    .radio-grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 2rem;
        position: relative;
    }

    .highlightsuppporter {
        color: #b0040f;
        text-decoration: underline;
    }

    @media (min-width: 1024px) {
        .radio-grid {
            grid-template-columns: 1fr auto 1.8fr;
        }

        .hero-image {
            position: relative;
            z-index: 9999;
            width: 660px !important;
            padding-top: 290px
        }

        .pink-shape {
            position: absolute;
            top: 0px;
            left: 34%;
            width: 50%;
            height: 900px;
        }
    }
    
    @media (min-width:1024px) and (max-width:1200px) {
        .hero-image {
            width: 614px !important;
            padding-top: 210px !important;
        }
    }

    .radio-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
    }

    .label {
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        color: var(--text-muted);
        font-weight: bold;
    }

    .red-accent-line {
        width: 45px;
        height: 3px;
        background-color: var(--primary-red);
        margin: 1rem 0;
    }

    .radio-title {
        font-family: Georgia, serif;
        font-size: clamp(2rem, 5vw, 4rem);
        line-height: 1.1;
        color: var(--text-dark);
        margin-bottom: 1.5rem;
    }

    .radio-desc {
        color: var(--text-muted);
        max-width: 420px;
        margin-bottom: 2.5rem;
        font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    }

    .yt-linkyoutube {
        text-decoration: none;
        color: var(--text-dark);
        font-weight: bold;
        font-size: 0.95rem;
        padding-bottom: 8px;
        border-bottom: 2px solid #f2b04d;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }

        .yt-linkyoutube:hover {
            color: var(--primary-red);
        }

    .vertical-divider {
        display: none;
        width: 1.5px;
        height: 100%;
        min-height: 200px;
        background-color: var(--border-light);
        margin: 0 1vw;
    }

    @media (min-width: 1024px) {
        .vertical-divider {
            display: block;
        }
    }
.hero-image {
    width: 778px;
    padding-top: 260px;
}

.slider-zone {
    position: relative;
    padding: 40px 0 60px 0;
    width: 100%;
    min-width: 0;
}

    .black-bg-accent {
        position: absolute;
        top: 0;
        left: clamp(10%, 25%, 30%);
        right: -100vw;
        bottom: 100px;
        background-color: #000;
        z-index: 1;
    }

    .card-carousel {
        display: flex;
        gap: clamp(1rem, 2vw, 2rem);
        position: relative;
        z-index: 2;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-left: 10px;
    }

        .card-carousel::-webkit-scrollbar {
            display: none;
        }

    .podcast-card {
        background: white;
        width: clamp(280px, 35vw, 420px);
        flex-shrink: 0;
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
        box-shadow: var(--card-shadow);
    }

    .thumb {
        position: relative;
        aspect-ratio: 16 / 10;
        overflow: visible;
    }

        .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .play-overlay {
        position: absolute;
        bottom: -12px;
        right: 12px;
        width: 48px;
        height: 48px;
        background: #000;
        border: none;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        transition: transform 0.2s;
    }

        .play-overlay:hover {
            transform: scale(1.1);
        }

        .play-overlay svg {
            width: 20px;
            fill: #fff;
        }

    .card-body {
        padding: clamp(1rem, 2vw, 2rem);
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

        .card-body h3 {
            font-family: Georgia, serif;
            font-size: clamp(1.1rem, 1.5vw, 1.4rem);
            margin-bottom: 1rem;
            color: var(--text-dark);
            min-height: 3rem;
        }

    .tag {
        color: #00bfa5;
        font-size: 0.75rem;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem;
    }

    .meta {
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        color: var(--text-muted);
        border-top: 1px solid #f0f0f0;
        padding-top: 1rem;
        margin-bottom: 1.2rem;
    }

    .cta-btn {
        width: 100%;
        background-color: var(--primary-red);
        color: white;
        border: none;
        padding: 0.9rem;
        font-weight: bold;
        cursor: pointer;
        margin-top: auto;
        box-shadow: 0 4px 10px rgba(255, 82, 82, 0.3);
        transition: 0.3s;
    }

        .cta-btn:hover {
            background-color: #e64545;
        }

    .nav-arrows {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 30px;
        position: relative;
        z-index: 3;
    }

    .arrow-btn {
        width: clamp(45px, 4vw, 55px);
        height: clamp(45px, 4vw, 55px);
        border-radius: 50%;
        border: 1px solid var(--border-light);
        background: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: 0.3s;
        margin-bottom: 10px;
    }

        .arrow-btn.active, .arrow-btn:hover {
            background: var(--primary-red);
            color: white;
            border-color: var(--primary-red);
        }

    @media (max-width: 1023px) {
        .radio-info {
            text-align: center;
            align-items: center;
        }

        .radio-desc {
            margin-inline: auto;
        }

        .black-bg-accent {
            left: 5%;
        }
    }

@media (max-width: 768px) {
    .hero-banner {
        margin-top: 30px;
    }

    img.hero-image {
        width: 58% !important;
        top: -15rem;
    }
    .descriptioncol {
        width: 535px;
    }
}


    @media (max-width: 767px) {
        .col-container {
            padding: 2rem 5%;
        }

        .podcast-card {
            width: 85vw;
        }

        .black-bg-accent {
            left: 0;
            right: -20px;
            bottom: 60px;
        }
    }

    @media (min-width: 2000px) {
        :root {
            --section-padding: 10rem;
        }

        .col-container {
            max-width: 2200px;
        }

        .podcast-card {
            width: 500px;
        }
    }

    :root {
        --admin-red: #b0040f;
        --admin-bg: #f8f8f8;
        --admin-active: #f2e7e7;
        --container-width: 95%;
    }

    .grayexplore {
        background-color: #535050;
        width: 100%;
    }

    .administration-explore-section {
        width: 100%;
        background-color: #f5f5f5;
        max-width: var(--container-width);
        margin: 2rem auto;
        padding: 1% 5%;
        box-sizing: border-box;
    }

    .administration-header-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding-bottom: 0.5rem;
        width: 100%;
    }

        .administration-header-row h2 {
            font-family: "Georgia", serif;
            font-size: 1.2rem;
            margin: 0;
            color: #333;
        }

    .administration-more-topics-dropdown {
        position: relative;
        display: inline-block;
    }

    .administration-more-topics {
        font-size: 0.85rem;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        padding-bottom: 5px;
    }

        .administration-more-topics::after {
            content: " \25BE";
            font-size: 1rem;
            vertical-align: middle;
        }

    .administration-dropdown-list {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #fff;
        min-width: 160px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
        z-index: 100;
        list-style: none;
        padding: 0;
        margin: 0;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

        .administration-dropdown-list li a {
            color: #333;
            padding: 10px 15px;
            text-decoration: none;
            display: block;
            font-size: 0.85rem;
        }

            .administration-dropdown-list li a:hover {
                background-color: var(--admin-bg);
                color: var(--admin-red);
            }

    .administration-more-topics-dropdown:hover .administration-dropdown-list {
        display: block;
    }

    .administration-divider {
        border: 0;
        border-top: 1px solid #ddd;
        margin: 0.5rem 0 1.5rem 0;
        width: 100%;
    }

    .administration-topics-container {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
        height: auto;
    }

    .administration-topic-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem;
        min-width: fit-content;
        border: 1px solid var(--admin-red);
        border-radius: 2rem;
        background-color: var(--admin-bg);
        color: #555;
        font-size: 0.8rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

        .administration-topic-pill.active {
            background-color: var(--admin-active);
            color: #000;
            font-weight: 700;
        }

        .administration-topic-pill:hover {
            background-color: var(--admin-active);
            border-color: var(--admin-red);
        }

    @media (min-width: 768px) {
        :root {
            --container-width: 85%;
        }

        .administration-header-row h2 {
            font-size: 1.5rem;
        }

        .administration-topics-container {
            gap: 0.75rem;
        }

        .administration-topic-pill {
            font-size: 0.85rem;
            padding: 0.6rem 1.2rem;
        }
    }

    @media (min-width: 1024px) {
        :root {
            --container-width: 70%;
        }

        .administration-header-row h2 {
            font-size: calc(1.2rem + 0.5vw);
        }
    }

    @media (min-width: 1600px) {
        :root {
            --container-width: 60%;
        }

        .administration-header-row h2 {
            font-size: 2.2rem;
        }

        .administration-topic-pill {
            font-size: 1rem;
            padding: 0.8rem 1.5rem;
        }

        .administration-more-topics {
            font-size: 1rem;
        }
    }

