/* PDP Hero Section */
.pdp-landing {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    font-size: 16px;
    font-family: Arial;
    z-index: 0;
}

.pdp-landing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231F2002;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 0;
}

.pdp-landing>* {
    position: relative;
    z-index: 1;
}

.pdp-landing-container {
    max-width: 1360px !important;
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.podbean-iframe {
    align-self: stretch;
    overflow: hidden;
    flex: 1;
    max-width: 440px;
    min-height: 430px;
    height: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.podbean-iframe iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
}

.pdp-content-frame {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-family: Roboto;
}

.pdp-content-container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3px 0px 0px;
    gap: 16px;
}

.pdp-badge {
    border-radius: 13px;
    background-color: #10aeae;
    display: flex;
    align-items: center;
    padding: 3px 11px;
    color: #fafafa;
    font-weight: 400;
    font-size: 16px;
    font-family: Roboto;
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.pdp-badge:hover {
    background-color: #fff;
}

.pdp-badge:visited {
    color: #fafafa;
}

.pdp-title-frame {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 42px;
    font-family: 'Roboto Condensed';
}

.pdp-title-header {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.pdp-title-static {
    position: relative;
    font-size: 28px;
    line-height: 31px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #231f20;
}

.pdp-title {
    align-self: stretch;
    position: relative;
    line-height: 44px;
    font-size: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #231f20;
}

.pdp-info-container {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
}

.pdp-date-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pdp-date {
    color: #231f20;
    align-self: stretch;
    position: relative;
    letter-spacing: 3px;
    line-height: 21px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.pdp-tag-group {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.pdp-tag-group > a > div {
    color: #000;
}
.pdp-text {
    align-self: stretch;
    position: relative;
    line-height: 24px;
}

.pdp-description-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pdp-button-container {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
    font-size: 20px;
    color: #fafafa;
    font-family: 'roboto';
}

.pdp-subscribe-button {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #10aeae;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #231F20;
    font-weight: bold;
}

.pdp-subscribe-button:visited {
    color: #000;
}

.pdp-subscribe-button:hover {
    background-color: #fff;
}

.pdp-share-button {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    border: 3px solid #10aeae;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    color: #10aeae;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pdp-share {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
}

.pdp-share-button:hover {
    background-color: #fff;
}

.pdp-share-button:focus {
    outline: 2px solid #457b9d;
    outline-offset: 2px;
}

/* Tabs Section */
.tabs-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 40px;
    box-sizing: border-box;
    gap: 32px;
    text-align: left;
    font-size: 32px;
    color: #000;
    font-family: 'Roboto Condensed';
}

.service-side-menu {
    align-self: stretch;
    border-bottom: 2px solid rgba(16, 174, 174, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px 40px;
    gap: 24px;
    text-align: center;
    font-size: 16px;
    color: #63656a;
    font-family: Roboto;
}

.tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    color: #63656a;
    transition: color 0.15s ease;
}

.video-tab:hover {
    color: #0ea;
}

.video-tab.active {
    color: #10aeae;
    border-bottom: 3px solid #10aeae;
    font-weight: 700;
}

.tab-content {
    display: none !important;
    width: 100%;
    max-width: 1360px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.tab-content.active {
    display: flex !important;
}

.info-video-tab {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding: 0 32px;
    max-width: 1130px;
}

.key-takeaways-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.key-takeaways-frame {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 460px;
}

.key-takeaways-frame ul {
    max-width: 100%;
    margin-left: 8px;
    padding: 0;
    list-style-type: disc;
}

.key-takeaways-frame ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    list-style-position: outside;
    font-family: Roboto;
    color: #231f20;
}

.key-takeaways-frame ul li span {
    line-height: 24px;
}

.description-frame {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 32px;
    max-width: 1130px;
    min-width: 530px;
}

.tab-section-title {
    position: relative;
    line-height: 44px;
    font-weight: bold;
}

.description {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-family: Roboto;
}

.description-text {
    flex: 1;
    position: relative;
    line-height: 24px;
}

.description-text p {
    font-size: 16px;
}

.video-frame {
    min-width: 630px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    max-width: 630px;
    max-height: 635.63px;
    flex: 1 1 48%;
}

.video-frame iframe {
    align-self: stretch;
    height: 375.7px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.faqs-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.faqs-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 2px solid #457b9d;
}

.accordion-item.active {
    background-color: #f2f4f8;
}

.accordion-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 24px 16px;
    text-align: left;
    transition: background-color 0.2s ease;
    width: 100%;
}

.accordion-button:hover {
    background-color: rgba(69, 123, 157, 0.05);
}

.accordion-toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.accordion-question {
    flex: 1;
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #231f20;
    margin: 0;
    text-align: left;
}

.faq-timestamp {
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #231f20;
}

.accordion-chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
    width: 24px;
    height: 24px;
}

.accordion-item.active .accordion-chevron {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-answer {
    padding: 0 16px 16px 16px;
    margin: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #21272a;
    text-align: left;
}

.closing-summary-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.closing-summary-text>p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
    margin: 0;
}

.host-guest-tab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1130px;
    padding: 0 32px;
}

.host-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
}

.host-info {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #231f20;
    font-family: Roboto;
}

.host-card,
.guest-card {
    flex: 1;
    box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.1), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid rgba(197, 198, 200, 0.3);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    width: 100%;
    min-width: 500px;
    max-width: calc(50% - 12px);
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.host-card:hover,
.guest-card:hover {
    box-shadow: 0px 8px 16px -2px rgba(10, 13, 18, 0.15), 0px 4px 8px -2px rgba(10, 13, 18, 0.1);
}

.card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.rectangle-parent {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.frame-child {
    width: 108px;
    position: relative;
    border-radius: 4px;
    max-height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.name-position-company-frame {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.name {
    align-self: stretch;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

.pod-position {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #457b9d;
}

.company {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 24px;
}

.frame-group {
    height: auto;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    color: #457b9d;
}

.frame-group .bio-toggle {
  margin-top: auto;
}

.frame-icon {
    width: 32px;
    position: relative;
    max-height: 100%;
}

.frame-icon2 {
    width: 12px;
    position: relative;
    max-height: 100%;
    transition: transform 0.2s ease;
}

.host-card.expanded .frame-icon2,
.guest-card.expanded .frame-icon2 {
    transform: rotate(180deg);
}

.card-bio-text {
    font-size: 16px;
    line-height: 24px;
    color: #63656a;
    display: none;
    margin-top: 12px;
    width: 100%;
}

.host-card.expanded .card-bio-text,
.guest-card.expanded .card-bio-text {
    display: block;
}

.bio-toggle {
    background: none;
    border: none;
    color: #457b9d;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
    font-family: Roboto;
}

.bio-toggle:hover {
    color: #10aeae;
}

.guests-info {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px;
    font-size: 18px;
    color: #231f20;
    font-family: Roboto;
}

.similar-episodes-tab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 32px;
}

.pod-2-ep-cont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 20px 24px;
    font-size: 22px;
    color: #231f20;
}

.pdp-popular-podcast-card {
    box-shadow: 0px 8px 28px rgba(20, 20, 43, 0.1);
    background-color: #fafafa;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 8px;
    width: 100%;
    height: 200px;
    min-width: 500px;
    max-width: calc(50% - 12px);
}

.podcast-image-icon {
    align-self: stretch;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
}

.podcast-card-info-container {
    align-self: stretch;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.se-title-date-container {
    width: 100%;
    min-width: 0;
    max-height: unset;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}

.podcast-episode-title {
    width: 100%;
    min-width: 0;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;

    /* fixes flex collapse */
    flex: none;
    min-height: 0;
    text-overflow: ellipsis;

}


.episode-description-text {
    font-size: 15px;
    line-height: 24px;
    font-family: Roboto;
    color: #63656a;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    min-width: 0;
    min-height: 24px;
}

.se-title-date-container .similar-ep-description {
    display: block !important;
    flex: none !important;
    margin-bottom: 0px !important;

    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;

    line-height: 24px !important;
    max-height: 72px;
    /* 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;

}

.similar-ep-description {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #63656a;

    display: -webkit-box;
    /* required for line clamp */
    -webkit-box-orient: vertical;
    /* vertical stacking */
    -webkit-line-clamp: 3;
    /* 3 lines */
    overflow: hidden;
    /* hide overflow */

    min-height: 0;
    /* fix flex collapse */
    white-space: normal;
    /* allow wrapping */
}



.podcast-episode-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #05aead;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}

.podcast-episode-link:hover {
    transform: scale(1.1);
}

.listen-now {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-decoration: none;
    color: #05aead;
}

.icon-caret-right-circle {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .pdp-landing {
        padding: 40px 32px;
    }

    .pdp-landing-container {
        flex-direction: column;
    }

    .podbean-iframe {
        min-height: 375.7px;
    }

    .podbean-iframe iframe {
        height: 375.7px !important;
    }
}

@media (max-width: 9695px) {
    .video-frame {
        width: 100%;
        min-width: 300px;
    }

}

@media (max-width: 600px) {
    .pdp-landing {
        padding: 20px 16px;
        align-items: flex-start;
    }

    .pdp-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .podbean-iframe {
        height: 350px;
    }

    .description-frame {
        padding-left: 0;
        padding-right: 0;
        min-width: unset;
    }

    .video-frame {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: auto;
    }

    .pdp-popular-podcast-card {
        max-width: 100%;
    }

    .info-video-tab,
    .host-guest-tab,
    .similar-episodes-tab {
        padding: 0px 16px 0px;
    }
}

@media (max-width: 560px) {
    .rectangle-parent {
        flex-direction: column;
    }

    .host-card,
    .guest-card {
        flex: unset;
        min-width: unset !important;
        max-width: none;
    }

    .card-header {
        width: unset;
    }

    .frame-group {
        height: -webkit-fill-available;
    }

    .pdp-popular-podcast-card {
        flex-direction: column;
        min-width: unset !important;
        height: unset;
    }

    .podcast-image-icon {
        height: 200px;
        width: 100%;
        flex: unset;
    }
}