* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.podcast-archive-section .archive-title {

    margin-top: 0;

    margin-bottom: 120px;

    color: var(--White, #FFF);

    font-family: "Roboto Flex";

    font-size: 72px;

    font-style: normal;

    font-weight: 700;

    line-height: 100%;

    text-transform: uppercase;

    max-width: 855px;

}



.podcast-archive-section .custom-page-title {

    color: var(--White, #FFF);

    font-family: "Roboto", Sans-serif;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 24px;

}



.podcast-archive-section .custom-page-title:before {

    width: 6px;

    height: 6px;

    background: #5FC6BF;

    display: flex;

    content: '';

}



.podcast-archive-section .podcast-category-grid {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

}



.podcast-archive-section .category-card img {

    display: block;

    aspect-ratio: 1;

    border-radius: 20px;

    width: 100%;

    object-fit: cover;

}



.podcast-archive-section .category-card {

    position: relative;

    width: calc(50% - (20px*1)/2);

}



.wrapper {

    width: 100%;

    max-width: 1312px;

    margin: 0 auto;

}



.podcast-archive-section {

    padding-left: 20px;

    border-radius: 20px;

    background: #16232E;

    padding-right: 20px;

}



.podcast-archive-section>.wrapper>.inner {

    padding-top: 246px;

    padding-bottom: 240px;

}



.podcast-archive-section {

    margin-top: -126px;

}



.podcast-archive-section .category-card h2,

.podcast-archive-section .category-card p {

    display: none;

}



.podcast-archive-section .category-card:hover .cta-button {

    transform: scale(1);

}



.podcast-archive-section .category-card .cta-button:hover {

    background-color: #FFF;

}



.podcast-archive-section .category-card .cta-button {

    transform: scale(0);
    text-decoration: none;
    position: absolute;

    inset: 0;

    margin: auto;

    transition: all 0.3s ease-out;

    display: flex;

    height: 36px;

    width: max-content;

    padding: 6px 24px;

    justify-content: center;

    align-items: center;

    gap: 5.625px;

    border-radius: 56.25px;

    background: var(--Teal, #5FC6BF);

    border: none;

    color: #000;

    font-family: "Roboto", Sans-serif;

    font-size: 12px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

}



@media (max-width: 1024px) {

    .podcast-archive-section>.wrapper>.inner {

        padding-top: 162px;

        padding-bottom: 48px;

    }



    .podcast-archive-section .custom-page-title {

        font-size: 12px;

        line-height: 150%;

        margin-bottom: 16px;

    }



    .podcast-archive-section .archive-title {

        font-size: 40px;

        margin-bottom: 48px;

    }

}



@media (max-width: 600px) {

    .podcast-archive-section .category-card {

        width: 100%;

    }

}



.podcast-archive-section .post-type-archive-podcast {

    background: #101B22;

}



















.podcast-category-section {

    padding-left: 20px;

    padding-right: 20px;

    margin-top: -128px;

}



.podcast-category-section .category-wrap::before {

    width: 6px;

    height: 6px;

    background: #5FC6BF;

    content: '';

    display: inline-flex;

}



.podcast-category-section .category-wrap {

    display: flex;

    align-items: center;

    gap: 12px;

    color: var(--Misty-Grey, #DEE7E6);

    font-family: "Roboto", Sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

    margin-bottom: 16px;

}



.podcast-category-section .category-title {

    color: var(--White, #FFF);

    max-width: 616px;

    font-family: "Roboto Flex";

    font-size: 64px;

    font-style: normal;

    font-weight: 700;

    line-height: 100%;

    text-transform: uppercase;

    margin-top: 0;

    margin-bottom: 32px;

}



.podcast-category-section .category-header .image-wrapper img {

    width: 100%;

}



.podcast-category-section .category-header .image-wrapper img,

.podcast-category-section .category-header .image-wrapper {

    border-radius: 20px;

    height: 616.04px;

    aspect-ratio: 1;

    object-fit: cover;

}



.podcast-category-section .category-header>div:not(.image-wrapper) {

    flex: 1;

}



.podcast-category-section .category-header {

    display: flex;

    align-items: center;

    gap: 80px;

    align-self: stretch;

    padding-top: 190px;

    padding-bottom: 64px;

}



.podcast-category-section .category-description {

    color: var(--Misty-Grey, #DEE7E6);

    font-family: "Roboto", Sans-serif;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 150%;

    margin-bottom: 32px;

}



.podcast-category-section .subscribe-icons .icons {

    display: flex;

    align-items: center;

    gap: 38.4px;

}



.podcast-category-section .subscribe-icons p {

    color: var(--Misty-Grey, #DEE7E6);

    font-family: "Roboto", Sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

    margin-bottom: 20px;

}



.podcast-category-grid-section {

    padding-left: 20px;

    padding-right: 20px;

}



.podcast-category-grid-section .podcast-grid .podcast-card {
    position: relative;

    width: 100%;

    display: flex;

    padding: 12px;

    flex-direction: column;

    align-items: flex-start;

    gap: 12px;

    border-radius: 8px;

    background: var(--Midnight, #061E2C);

}

.podcast-category-grid-section .podcast-grid .podcast-card .thumbnail img,
.podcast-category-grid-section .podcast-grid .podcast-card .thumbnail {
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}


.podcast-category-grid-section .podcast-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
    /* grid-template-areas: repeat(auto-fill, minmax(304px, 1fr)); */
    gap: 32px;

}



.podcast-category-grid-section {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 80px;

}



.podcast-category-grid-section>.wrapper>.inner {

    padding-top: 80px;

    padding-bottom: 240px;

}



@media (max-width: 1024px) {

    .podcast-category-section {

        margin-top: -126px;

    }



    .podcast-category-section .category-header {

        flex-direction: column-reverse;

        padding-top: 126px;

        padding-bottom: 0;

        gap: 64px;

    }



    .podcast-category-section .category-header .image-wrapper img,

    .podcast-category-section .category-header .image-wrapper {

        width: 100%;

        height: auto;

        aspect-ratio: 1;

    }



    .podcast-category-section .category-title {

        font-size: 28px;

        line-height: 110%;

    }



    .podcast-category-grid-section>.wrapper>.inner {

        padding-bottom: 120px;

    }



}












.media-mentions-section-header {

    display: flex;

    gap: 31px;

    justify-content: space-between;

    align-items: center;

    align-self: stretch;

}



.media-mentions-filter .active button,

.media-mentions-filter button:active,

.media-mentions-filter button:focus,

.media-mentions-filter button:hover {

    background: var(--Bright-teal, #5FC6BF) !important;

    color: var(--Midnight, #061E2C) !important;

}



.media-mentions-filter button {
    cursor: pointer;
    border-radius: 100px;

    background: var(--White, #FFF);

    display: flex;

    height: 40px;

    padding: 0px 24px;

    border: none;

    align-items: center;

    color: var(--Midnight, #061E2C);

    font-family: "Roboto", Sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

}



.media-mentions-filter ul {

    list-style: none;

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    padding-left: 0;

}



.media-mentions-filter-search-form button {

    min-width: 24px;

    max-width: 24px;

    height: 24px;

    display: inline-flex;

    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzExN18yNDY2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzExN18yNDY2KSI+CjxwYXRoIGQ9Ik0xOS41NDA2IDIwLjU3N0wxMy4yNTk4IDE0LjI5NkMxMi43NTk4IDE0LjcwODggMTIuMTg0OCAxNS4wMzE5IDExLjUzNDggMTUuMjY1M0MxMC44ODQ4IDE1LjQ5ODYgMTAuMjEyNCAxNS42MTUzIDkuNTE3NTkgMTUuNjE1M0M3LjgwODQzIDE1LjYxNTMgNi4zNjE5MyAxNS4wMjM1IDUuMTc4MDkgMTMuODRDMy45OTQyNiAxMi42NTY1IDMuNDAyMzQgMTEuMjEwMyAzLjQwMjM0IDkuNTAxNTJDMy40MDIzNCA3Ljc5Mjg1IDMuOTk0MDkgNi4zNDYxOCA1LjE3NzU5IDUuMTYxNTJDNi4zNjEwOSAzLjk3NzAyIDcuODA3MjYgMy4zODQ3NyA5LjUxNjA5IDMuMzg0NzdDMTEuMjI0OCAzLjM4NDc3IDEyLjY3MTQgMy45NzY2OCAxMy44NTYxIDUuMTYwNTFDMTUuMDQwNiA2LjM0NDM1IDE1LjYzMjggNy43OTA4NSAxNS42MzI4IDkuNTAwMDJDMTUuNjMyOCAxMC4yMTQyIDE1LjUxMyAxMC44OTYzIDE1LjI3MzMgMTEuNTQ2M0MxNS4wMzM1IDEyLjE5NjMgMTQuNzEzNiAxMi43NjE2IDE0LjMxMzYgMTMuMjQyM0wyMC41OTQzIDE5LjUyM0wxOS41NDA2IDIwLjU3N1pNOS41MTc1OSAxNC4xMTU1QzEwLjgwNjEgMTQuMTE1NSAxMS44OTc0IDEzLjY2ODMgMTIuNzkxNiAxMi43NzRDMTMuNjg1OSAxMS44Nzk4IDE0LjEzMzEgMTAuNzg4NSAxNC4xMzMxIDkuNTAwMDJDMTQuMTMzMSA4LjIxMTUyIDEzLjY4NTkgNy4xMjAxOCAxMi43OTE2IDYuMjI2MDFDMTEuODk3NCA1LjMzMTY4IDEwLjgwNjEgNC44ODQ1MiA5LjUxNzU5IDQuODg0NTJDOC4yMjkwOSA0Ljg4NDUyIDcuMTM3NzYgNS4zMzE2OCA2LjI0MzU5IDYuMjI2MDFDNS4zNDkyNiA3LjEyMDE4IDQuOTAyMDkgOC4yMTE1MiA0LjkwMjA5IDkuNTAwMDJDNC45MDIwOSAxMC43ODg1IDUuMzQ5MjYgMTEuODc5OCA2LjI0MzU5IDEyLjc3NEM3LjEzNzc2IDEzLjY2ODMgOC4yMjkwOSAxNC4xMTU1IDkuNTE3NTkgMTQuMTE1NVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==);

    mask-position: center;

    mask-repeat: no-repeat;

    mask-size: contain;

    background-color: #FFF;

}



.media-mentions-filter-search-form input[type="text"]::placeholder {

    opacity: 1;

    color: var(--White, #FFF);

    text-transform: uppercase;

}



.media-mentions-filter-search-form input[type="text"] {

    outline: 0px;

    color: var(--White, #FFF);

    padding-left: 0;

    padding-right: 0;

    font-family: "Roboto", Sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    /* text-transform: uppercase; */

    background-color: transparent;

    border: none;

}



.media-mentions-filter-search-form {



    max-width: 262px;

    width: 100%;

}



.media-mentions-filter-search-form .input-wrapper {

    display: flex;

    height: 40px;

    padding: 12px 12px 12px 24px;

    justify-content: space-between;

    align-items: center;

    border-radius: 100px;

    border: 1px solid var(--Midnight, #061E2C);

    background: var(--Charcoal, #223240);

}



.media-mentions-grid .podcast-card .podcast-card-header-top {

    display: flex;

    gap: 12px;

    margin-bottom: 32px;

    flex-wrap: wrap;

}



.media-mentions-grid .podcast-card .podcast-category a,

.media-mentions-grid .podcast-card .podcast-date a {
    text-decoration: none;
    cursor: pointer;
    border-radius: 56.25px;

    background: var(--Charcoal, #223240);

    display: flex;

    padding: 6px 12px;

    justify-content: center;

    align-items: center;

    gap: 5.625px;

    color: var(--White, #FFF);

    font-family: "Roboto", Sans-serif;

    font-size: 10px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%;

    text-transform: uppercase;

}



.media-mentions-grid .podcast-card {

    border-radius: 20px;

    background: #101B22;

    padding: 24px;

    display: flex;

    flex-direction: column;

    /* aspect-ratio: 1; */

    width: 100%;

}



.media-mentions-grid {

    margin-top: 80px;

    gap: 28px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

}



.media-mentions-grid .podcast-card .podcast-category a {

    border-radius: 56.25px;

    background: #5FC6BF;

    color: var(--Midnight, #061E2C);

}



.media-mentions-grid .podcast-card .podcast-card-title {

    color: #FFF;

    font-family: "Roboto Flex";

    font-size: 24px;

    font-style: normal;

    font-weight: 700;

    line-height: 115%;

    text-transform: uppercase;

    min-height: 104px;

    margin-bottom: 32px;

}


.media-mentions-grid .podcast-card .image-wrapper {

    display: flex;
    height: 160px;
    border-radius: 8px;
    width: 160px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
}



.media-mentions-grid .podcast-card .image-wrapper img {

    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0px;
}



.media-mentions-grid .podcast-card .image-wrapper {
    margin-top: auto;
    align-self: start;
}



.media-mentions-grid~.load-more-button:active,

.media-mentions-grid~.load-more-button:focus,

.media-mentions-grid~.load-more-button:hover {

    background-color: #FFF;

}



.media-mentions-grid~.load-more-button {
    cursor: pointer;

    margin-top: 80px;

    margin-left: auto;

    margin-right: auto;

    display: flex;

    height: 36px;

    padding: 6px 24px;

    justify-content: center;

    align-items: center;

    gap: 5.625px;

    border-radius: 56.25px;

    background: var(--Bright-teal, #5FC6BF);

    color: var(--Midnight, #061E2C);

    font-family: "Roboto", Sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 150%;

    border: none;

    text-transform: uppercase;

}



@media (max-width: 1024px) {

    .media-mentions-section-header {

        flex-direction: column;

    }



    .media-mentions-filter-search-form {

        max-width: 100%;

    }



    .media-mentions-filter ul {

        overflow: auto;

        flex-wrap: nowrap;

        justify-content: flex-start;

    }



    .media-mentions-filter {

        width: 100%;

    }



    .media-mentions-filter button {

        min-width: fit-content;

    }

}



@media (max-width: 767px) {

    .media-mentions-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width: 500px) {

    .media-mentions-grid {

        grid-template-columns: repeat(1, 1fr);

    }

}





.no-results-wrapper span {

    color: #5FC6BF;

    font-style: italic;

}



.no-results-wrapper {

    font-family: "Roboto", Sans-serif;

    font-weight: 500;

    font-size: 14px;

    line-height: 100%;

    letter-spacing: 0%;

    vertical-align: middle;

    text-transform: uppercase;

    color: #FFFFFF;



}





.podcast-archive-section {

    background: #16232e;

    border-radius: 0 0 20px 20px;

}



.post-type-archive-podcast,

.tax-podcast_category {

    background: #101B22;

}

.podcast-category-section {

    background: #16232e;

    border-radius: 0 0 20px 20px;
}

.podcast-category-grid-section {



    background: #16232e;

    border-radius: 0 0 20px 20px;

}

.ctm-container {
    margin-top: -126px;
    /* background-color: #101d26; */
    border-radius: 0 0 20px 20px;
    background: #16232E;
    padding-left: 20px;
    padding-right: 20px;
}

.ctm-container>.wrapper>.ctm-inner {
    padding-top: 169px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 114px;
}

.ctm-text {
    max-width: 443px;
}

.ctm-category::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--Bright-teal, #5FC6BF);
    margin-right: 12px;
}

.ctm-category {
    color: var(--Misty-Grey, #DEE7E6);
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ctm-title {
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.ctm-description {
    color: var(--Misty-Grey, #DEE7E6);
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.ctm-video-wrapper {
    flex: 1;
    position: relative;
}

.ctm-video-box {
    position: relative;
    display: flex;
}

.ctm-video-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(173deg, rgba(0, 0, 0, 0.00) 71.06%, rgba(0, 0, 0, 0.50) 94.24%);
    pointer-events: none;
    border-radius: 20px;
    z-index: 1;
}

.ctm-video {
    position: relative;
    width: 100%;
    height: 511px;
    border-radius: 20px;
    object-fit: cover;
}

.ctm-fullscreen-btn {
    z-index: 1;
    position: absolute;
    bottom: 12px;
    right: 20px;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    background: transparent;
}

.ctm-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: #16232E;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.ctm-popup video {
    max-width: 100vw;
    max-height: 100vh;
    height: 100%;
}

.ctm-close-popup {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 48px;
    height: 48px;
    background-image: url(http://localhost/projects/castletownmedia/wp-content/uploads/2025/03/Frame-1000004762.svg);
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.ctm-team-grid {
    display: grid;
    gap: 48px 20px;
    grid-template-columns: repeat(auto-fill, minmax(424px, 1fr));
}

/* .ctm-team-card {
    background-color: #0e1a25;
    text-align: center;
    padding-bottom: 15px;
} */

.ctm-team-photo {
    background-color: #364d60;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 395px;
    border-radius: 12px;
    overflow: hidden;
}

.ctm-team-plus {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00e2d7;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    padding: 0 !important;
    cursor: pointer;
    transform: scale(0);
    transform-origin: center center;
    transition: 0.3s ease-out all;
}

.ctm-team-plus svg {
    width: 1em;
    height: 1em;
}

.ctm-team-card:hover .ctm-team-plus {
    transform: scale(1);
}

.ctm-team-name {
    margin-top: 20px;
    font-family: "Roboto Flex", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.14em;
    color: #FFFFFF;
}

.ctm-team-role {
    margin-top: 8px;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color: #DEE7E6CC;
}

.ctm-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ctm-load-more-button:hover {
    background-color: #FFF;
}

.ctm-load-more-button {
    transition: all 0.3s ease-out;
    display: flex;
    height: 36px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 5.625px;
    border-radius: 56.25px;
    background: var(--Teal, #5FC6BF);
    border: none;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.ctm-popup-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #061E2C80;
}

.ctm-popup-overlay {
    padding: 20px;
    position: fixed;
    inset: 0;
    /* background-color: rgba(0, 0, 0, .8); */
    backdrop-filter: blur(40px);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.ctm-popup-content h4 {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color: #DEE7E680;
    margin-top: 0;
    margin-bottom: 40px;
}

.ctm-popup-content h2 {
    font-family: "Roboto Flex", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 16px;
}

.ctm-popup-content {
    padding: 64px;
    background-color: #0F181F;
    position: relative;
    max-width: 690px;
    margin-left: auto;
    height: calc(100vh - 40px);
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctm-popup-close {

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    background-image: url(http://localhost/projects/castletownmedia/wp-content/uploads/2025/03/Frame-1000004762.svg);
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.ctm-popup-bio {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #DEE7E6;
}

.ctm-popup-bio p {
    margin-top: 0;
}

.ctm-popup-bio p:last-child {
    margin-bottom: 0;
}

.podcast-category-grid-section .podcast-grid .podcast-card .info .date::before {
    content: '·';
}

.podcast-category-grid-section .podcast-grid .podcast-card .info .title:not(:first-child):before {
    content: '·';
}

.podcast-category-grid-section .podcast-grid .podcast-card .info .meta,
.podcast-category-grid-section .podcast-grid .podcast-card .info .title {
    display: inline-flex;
    margin-right: 10px;
    gap: 10px;
}

.podcast-category-grid-section .podcast-grid .podcast-card .info .date {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.podcast-category-grid-section .podcast-grid .podcast-card .info {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    color: var(--White, #FFF);
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}


.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-bar .dl-voice-note-fill {
    width: var(--filled);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s ease-out all;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-bar {
    border-radius: 2px;
    height: 4px;
    overflow: hidden;
    background: rgba(95, 198, 191, 0.30);
    position: relative;
    margin: 12px 0px 8px 0px;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-more-info {
    cursor: pointer;
    display: flex;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-time {
    color: var(--White, #FFF);
    text-align: right;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.28px;
    padding: 3px 20px 5px 12px;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-bar {
    flex: 1;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-wrap {
    margin-left: 11px;
    margin-bottom: 4px;
    margin-top: -12px;
}

.podcast-category-grid-section .podcast-grid .podcast-card .dl-with-voice-note .dl-voice-note-wrap .dl-play-toggle {
    display: flex;
    cursor: pointer;
}

.podcast-category-grid-section .podcast-grid .podcast-card:not(.active) .dl-with-voice-note .dl-voice-note-wrap .dl-play-toggle .bar {
    display: none;
}

.podcast-category-grid-section .podcast-grid .podcast-card .link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.podcast-category-grid-section .podcast-grid .podcast-card.active .dl-with-voice-note .dl-voice-note-wrap .dl-play-toggle path:nth-child(4) {
    display: none;
}

.hero-media-archive-mentions-section {
    margin-top: -126px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #16232E;
}

.hero-media-archive-mentions-section>.wrapper>.inner {
    padding-top: 246px;
    padding-bottom: 240px;
}

.hero-media-archive-mentions-section>.wrapper>.inner h1::before {
    content: '';
    background: var(--Bright-teal, #5FC6BF);
    width: 6px;
    height: 6px;
    display: inline-flex;
    margin-right: 12px;
}

.hero-media-archive-mentions-section>.wrapper>.inner h1 {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.hero-media-archive-mentions-section>.wrapper>.inner h2 {
    font-family: "Roboto Flex", Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 80px;
}

@media (max-width: 1024px) {

    .hero-media-archive-mentions-section>.wrapper>.inner {
        padding-top: 166px;
        padding-bottom: 40px;
    }

    .hero-media-archive-mentions-section>.wrapper>.inner h2 {
        font-size: 40px;
        margin-bottom: 48px;
    }

    .hero-media-archive-mentions-section>.wrapper>.inner h1 {
        margin-bottom: 16px;
    }
}


.form-submitted-wrapper h2::before {
    content: '';
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    background: var(--Bright-teal, #5FC6BF);
}

.form-submitted-wrapper h2 {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--Misty-Grey, #DEE7E6);
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.form-submitted-wrapper h3 {
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.form-submitted-wrapper p {
    color: var(--Grey, #DEE7E6);

    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

    line-height: 140%;
}



.ctm-thankyou-message h2 {
    color: var(--White, #FFF);
    font-family: "Roboto Flex";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ctm-thankyou-message p {
    color: var(--Misty-Grey, #DEE7E6);
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ctm-thankyou-message .ctm-social-icons {
    margin-top: 32px;
    display: flex;
    gap: 8px;
}

.ctm-thankyou-message .ctm-social-icons a {
    display: flex;
    padding: 8px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.10);
}

.ctm-thankyou-message .ctm-social-icons a:hover svg path {
    fill: #223240;
}

.ctm-thankyou-message .ctm-social-icons a:hover {
    background: #fff;
}

.ctm-subscribe-form-wrapper h2::before {
    content: '';
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    background: var(--Bright-teal, #5FC6BF);
}

.ctm-subscribe-form-wrapper h2 {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--Misty-Grey, #DEE7E6);
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.ctm-subscribe-form-wrapper h3 {
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .hero-media-archive-mentions-section>.wrapper>.inner h2 {
        padding-right: 61%;
    }
}

@media (max-width: 1024px) {
    .ctm-container>.wrapper>.ctm-inner {
        flex-direction: column-reverse;
        padding-top: 102px;
        gap: 61px;
    }

    .ctm-container {
        margin-top: -60px;
    }

    .ctm-video {
        height: 237px;
    }

    .ctm-category {
        margin-bottom: 12px;
    }

    .ctm-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .ctm-close-popup {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
}