.esa-show-page,
.esa-show-page #page-wrapper {
    min-height: 100%;
    overflow-x: hidden;
}

.esa-show-page #header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
}

.esa-show-page #header .show-site-title {
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.esa-show-page #header .show-site-title a {
    display: block;
    height: inherit;
    line-height: inherit;
    border: 0;
    color: #ffffff !important;
    text-decoration: none;
}

.esa-show-page #wrapper {
    margin-top: 0 !important;
}

.show-hero {
    padding-top: 3rem;
}

.show-hero .inner {
    max-width: 72rem;
}

.show-hero h2,
.show-hero p {
    color: #ffffff;
}

.show-kicker {
    margin: 0 0 .55rem;
    color: #4a7697;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

.show-hero .show-kicker {
    color: #dcecf7;
}

.show-shell {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.5rem 0 4rem;
}

.show-introduction,
.show-support-panel,
.show-empty-state {
    padding: 2rem;
    border: 1px solid #d2dee7;
    border-radius: .55rem;
    background: #ffffff;
    color: #172b3a;
    box-shadow: 0 .4rem 1.4rem rgba(18, 55, 82, .1);
}

.show-introduction h1,
.show-introduction h2,
.show-introduction h3,
.show-introduction p,
.show-support-panel h2,
.show-support-panel p,
.show-empty-state h3,
.show-empty-state p {
    color: #172b3a;
}

.show-introduction h1 {
    margin-bottom: 1rem;
    color: #123f68;
}

.show-episodes-section {
    padding: 3rem 0;
}

.show-section-heading {
    margin-bottom: 1.25rem;
}

.show-section-heading h2 {
    margin: 0;
    color: #ffffff;
}

.show-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.4rem;
}

.show-button {
    display: inline-block;
    min-width: 13rem;
    padding: .8rem 1.2rem;
    border: 1px solid #164f7e;
    border-radius: .3rem;
    background: #164f7e;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.show-button:hover,
.show-button:focus {
    background: #0e385a;
    color: #ffffff !important;
}

.show-button.secondary {
    background: #ffffff;
    color: #164f7e !important;
}

.show-button.secondary:hover,
.show-button.secondary:focus {
    background: #e8f1f7;
    color: #123f68 !important;
}

.show-episode-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.show-episode-card {
    overflow: hidden;
    border: 1px solid #d2dee7;
    border-radius: .5rem;
    background: #ffffff;
    color: #172b3a;
    box-shadow: 0 .35rem 1.2rem rgba(18, 55, 82, .1);
}

.show-episode-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.show-episode-card-content {
    padding: 1.2rem;
}

.show-episode-card h3,
.show-episode-card p {
    color: #172b3a;
}

.show-episode-card h3 {
    margin-bottom: .65rem;
}

.show-episode-meta {
    color: #4e6575 !important;
    font-size: .9rem;
    font-weight: 700;
}

.show-support-panel {
    margin-top: 1rem;
}

@media screen and (max-width: 900px) {
    .show-episode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .show-shell {
        width: min(100% - 1.2rem, 1120px);
        padding-top: 1.25rem;
    }

    .show-introduction,
    .show-support-panel,
    .show-empty-state {
        padding: 1.25rem;
    }

    .show-episode-grid {
        grid-template-columns: 1fr;
    }

    .show-actions {
        display: block;
    }

    .show-button {
        display: block;
        width: 100%;
        margin-bottom: .7rem;
    }
}
/* ESA SHOW AUTOMATIC EPISODE PUBLISHING */
.show-episode-page {
    width: min(100%, 74rem);
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    color: #172b3a;
}

.show-episode-page h1,
.show-episode-page h2,
.show-episode-page h3 {
    color: #123f68;
}

.show-episode-page a {
    color: #164f7e;
}

.show-episode-header,
.show-episode-section,
.show-episode-actions,
.show-empty-state {
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    border: 1px solid #cfdae3;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #172b3a;
}

.show-episode-summary {
    font-size: 1.08rem;
}

.show-episode-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    color: #40586a;
}

.show-video-frame {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #000000;
}

.show-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.show-transcript p {
    line-height: 1.75;
}

.show-back-link a {
    display: inline-block;
    margin-bottom: 1rem;
    color: #ffffff !important;
    font-weight: 700;
}

.show-action-button {
    display: inline-block;
    margin: 0.25rem 0.5rem 0.25rem 0;
    padding: 0.75rem 1rem;
    border-radius: 0.3rem;
    background: #164f7e;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
}

.show-action-button:hover {
    background: #0f3b60;
    color: #ffffff !important;
}

.show-action-button.secondary {
    border: 1px solid #164f7e;
    background: #ffffff;
    color: #164f7e !important;
}

.show-action-button.secondary:hover {
    background: #e7f0f7;
    color: #123f68 !important;
}

@media screen and (max-width: 640px) {
    .show-episode-page {
        padding: 1rem 0.75rem 3rem;
    }

    .show-episode-header,
    .show-episode-section,
    .show-episode-actions,
    .show-empty-state {
        padding: 1.1rem;
    }

    .show-action-button {
        display: block;
        width: 100%;
        margin: 0 0 0.75rem;
        text-align: center;
    }
}