q::before,
q::after {
    content: '"'
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.2;
    color: var(--bcg-heading)
}

a[href*="/tv/"].link-ref,
a[href*="/radio/"].link-ref,
a[href*="/film/"].link-ref,
a[href*="/online/"].link-ref,
a[href*="/live/"].link-ref,
a[href*="/fringe/"].link-ref,
a[href*="/tv/"].link-ref-repeat,
a[href*="/radio/"].link-ref-repeat,
a[href*="/film/"].link-ref-repeat,
a[href*="/online/"].link-ref-repeat,
a[href*="/live/"].link-ref-repeat,
a[href*="/fringe/"].link-ref-repeat,
a[href*="/tv/"].link-ref-bold,
a[href*="/radio/"].link-ref-bold,
a[href*="/film/"].link-ref-bold,
a[href*="/online/"].link-ref-bold,
a[href*="/live/"].link-ref-bold,
a[href*="/fringe/"].link-ref-bold {
    font-style: italic
}
a[href*="/guide/"].link-ref,
a[href*="/guide/"].link-ref-repeat,
a[href*="/guide/"].link-ref-bold {
    font-style: unset
}

a.link-ref,
a.link-ref-bold,
a.link-ref-repeat-bold,
a.link-guide,
a.link-subtle {
    color: inherit;
    border-bottom: 1px dashed #ccc
}
a.link-ref-repeat,
a.link-subtle {
    color: unset
}
a.link-ref-bold,
a.link-ref-repeat-bold {
    font-weight: 500
}
a.link-subtle:hover {
    border-bottom-color: #222
}
a.link-button {
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    outline: 0;
    white-space: nowrap;
    margin-bottom: 6px;
    color: #4f9ef8;
    background-color: rgba(79, 158, 248, 0.1)
}
a.link-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(33 99 232 / 25%)
}
a.link-button:hover {
    color: #fff;
    background-color: #4f9ef8
}
.link-more {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    justify-content: flex-end;
    margin: var(--gap) 0 calc(var(--gap) * 2);
    clear: both
}
.link-more a {
    display: inline-block;
    padding: calc(var(--gap) / 2);
    background-color: transparent;
    border: 1px solid #e8e7ed;
    border-radius: var(--border-radius);
    color: #5c5776;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    font-size: .875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.link-more a::after,
a.link-go::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: " \f0da"
}
.link-more a:hover {
    background-color: #f5f4f8;
    border-color: #beb9cd
}
a.link-big {
    font-size: 1.2rem;
    font-weight: 500
}
a.link-big-go {
    font-weight: 500;
    line-height: calc(var(--text-size) * 4)
}
a.link-big-go {
    background-color: var(--bcg-blue);
    color: #fff;
    font-weight: 500;
    border-radius: var(--border-radius);
    padding: var(--gap) calc(var(--gap) * 1.5);
    transform: color .15s ease-in-out;
    line-height: calc(var(--text-size) * 4)
}
a.link-big-go:hover {
    color: var(--bcg-yellow)
}
a[target="_blank"]::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f08e";
	margin-left: calc(var(--gap) / 3)
}
a[target="_blank"].no-icon::after,
.no-icon a[target="_blank"]::after,
.menu-thumbnail a[target="_blank"]::after,
.gsc-control-cse a[target="_blank"]::after {
    content: "";
    margin-left: 0
}
.indented {
    margin: 3rem
}
.indent {
    margin: 2rem
}
.note {
    font-size: .75rem;
    opacity: .8
}
.section-overview,
.wide-body header {
    text-align: center
}
.wide-body section {
    margin-top: var(--gap)
}
.section-overview h1,
.menu-body h1,
.wide-body h1,
.content-body h1,
.meta-body h1 {
    font-size: 3rem;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: var(--gap)
}
.content-body h1,
.meta-body h1 {
    font-family: Inter, var(--font-stack)
}
.content h1 small {
    font-size: 60%
}
.menu-body h2,
.wide-body h2,
.guide-body h2,
.episode-menu h2,
.profile-body h2,
.content-body h2,
.meta-body h2 {
    font-family: Inter, var(--font-stack);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: var(--gap) 0;
    clear: both
}
.menu-body h3,
.wide-body h3,
.guide-body h3,
.episode-menu h3,
.profile-body h3,
.content-body h3,
.meta-body h3 {
    font-family: Inter, var(--font-stack);
    font-size: 1.5rem;
    clear: both
}
.menu-body h4,
.guide-body h4,
.episode-menu h4,
.profile-body h4,
.content-body h4,
.meta-body h4 {
    font-family: Inter, var(--font-stack);
    font-size: 1.2rem;
    clear: both
}
.menu-body h5,
.guide-body h5,
.episode-menu h5,
.profile-body h5,
.content-body h5,
.meta-body h5 {
    font-family: Inter, var(--font-stack);
    font-size: 1.1rem;
    clear: both
}
.content-body *+h3,
.meta-body *+h3 {
    margin-top: calc(var(--gap) * 2)
}
.content-body *+h4,
.episode-body *+h4 {
    margin-top: calc(var(--gap) * 1.3)
}
.content-body *+h5,
.episode-body *+h5 {
    margin-top: calc(var(--gap) * 1.1)
}
.content-body h2+h3,
.content-body h3+h4,
.meta-body h2+h3,
.episode-body h3+h4,
.episode-body h4+h4 {
    margin-top: 0
}
.content {
    line-height: 2rem;
    margin-bottom: var(--gap)
}
.content img,
.content figure {
    line-height: 1
}
.content .content-body,
.content .guide-body,
.content .profile-body,
.content .menu-body,
.pro-promo-box,
.support-promo-box,
.content .meta-body {
    margin: 0 auto
}
.content-header-img,
.guide-main-img {
    margin-top: var(--gap);
    margin-bottom: var(--gap)
}
.article-title {
    font-size: 3rem;
    color: #1a202c;
    line-height: 1.2
}
.content-body>*+p,
.guide-body *+p,
.episode-body *+p,
.profile-body *+p,
.shop-product *+p,
.biography *+p,
.post-body *+p,
.indented *+p,
.content-body blockquote *+p,
.content-body p+blockquote,
.copy *+p,
div[id^="div-gpt"] * {
    margin-top: calc(var(--gap) * 1.5)
}
.content-body>*+p:first-of-type,
.guide-body *+p:first-of-type,
.profile-body *+p:first-of-type,
.episode-body *+p:first-of-type,
.biography *+p:first-of-type,
.post-body *+p:first-of-type,
.copy *+p:first-of-type {
    margin-top: .85rem
}
.indented *+p:first-of-type,
.content-body blockquote *+p:first-of-type {
    margin-top: 0
}
.content-body blockquote cite,
.guide-body blockquote cite {
    text-align: right;
    font-style: italic;
    display: block
}
.content-body ul.spaced li {
    margin: var(--gap) var(--gap) 0;
    list-style: disc
}
.content-body h2 + img,
.content-body h3 + img,
.content-body h4 + img {
    margin-top: calc(var(--gap) / 4)
}
.section-label {
    position: absolute;
    top: 12px;
    left: 0;
    padding: .35rem .8rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .95rem
}
h3+.menu-stacked,
p+.menu-stacked {
    margin-top: var(--gap)
}
.menu-stacked .menu-item {
    display: flex;
    flex-direction: column;
    margin: calc(var(--gap) * 2) 0;
    padding: var(--gap);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: var(--border-radius)
}
.menu-thumbnail {
    position: relative;
    flex-shrink: 0;
    line-height: 1
}
.menu-thumbnail img {
    border-radius: var(--border-radius)
}
.menu-stacked .menu-thumbnail {
    margin-right: var(--gap)
}
.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
    margin-top: var(--gap)
}
.menu-grid .menu-item {
    box-sizing: border-box;
    position: relative
}
a.menu-item-label {
    font-weight: 600;
    font-size: 1.2rem;
    word-break: break-word
}
.meta-info {
    display: block;
    font-size: .9rem;
    color: rgba(49, 49, 49, .8)
}
.alert-error,
.alert-info,
.alert-success,
.alert-warning {
    position: relative;
    padding: .75rem 1.25rem;
    margin: var(--gap) 0;
    border: 1px solid transparent;
    border-radius: var(--border-radius)
}
.alert-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-success {
    color: #077151;
    background-color: #cef2e7;
    border-color: #b6ebdb
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
[role=alert] ul {
    padding-left: 0;
    list-style-type: none
}
nav.pagination {
    margin: calc(var(--gap) * 2) 0;
    justify-content: center
}
nav.pagination ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: var(--gap) calc(var(--gap) / 4);
    padding: 0
}
nav.pagination li a {
    padding: calc(var(--gap) / 2) var(--gap);
    border-radius: var(--border-radius);
    background-color: var(--bcg-text);
    border: 1px solid #ecebf1;
    transition: all .15s ease-in-out;
    color: var(--bcg-light)
}
nav.pagination li.active a {
    font-weight: bold;
    z-index: 3
}
nav.pagination li.active a,
nav.pagination li a:hover {
    color: var(--bcg-text);
    background-color: var(--bcg-light);
    border-color: var(--bcg-main)
}
ol.numbered {
    list-style: decimal;
    padding-left: var(--gap)
}
ol.numbered>li>ol {
    list-style: lower-alpha;
    padding-left: var(--gap)
}
.content-media {
    margin: calc(var(--gap) * 1.5) var(--gap-inverse) .65rem;
    text-align: center;
    position: relative
}
.video-embed {
    padding-top: 56.25%;
    margin-left: unset;
    margin-right: unset
}
.content-media figure {
    display: table;
    margin: 0 auto
}
.content-media figcaption {
    display: table-caption;
    caption-side: bottom;
}
.content-header-img figcaption,
.content-media figcaption,
.guide-main-img figcaption {
    color: var(--text-colour-subtle);
    font-size: 80%;
    font-weight: 400;
    margin-top: calc(var(--gap) / 4);
    text-align: left
}
.content-share {
    margin: calc(var(--gap) * 2) auto var(--gap);
    clear: both
}
.content-share h3 {
    font-size: 1.17rem;
    font-weight: 500;
    margin-bottom: .2rem;
    padding-bottom: calc(var(--gap) / 4)
}
.content-footer {
    margin-top: calc(var(--gap) * 2);
    line-height: 1.2
}
.content-footer h3 {
    font-weight: 300;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    font-size: 1.8rem;
    padding-bottom: calc(var(--gap) / 2)
}
.content-footer .menu-grid {
    margin-bottom: var(--gap)
}
.content-footer .menu-grid:last-of-type {
    margin-bottom: 0
}

.notifier {
    margin-left: calc(var(--gap) / 2);
    color: var(--bcg-red);
    background-color: var(--bcg-yellow);
    border-radius: 50rem;
    padding: .35em .65em;
    vertical-align: baseline;
    font-weight: bold;
    font-size: .8rem
}
.promo-header-wrapper,
.promo-wrapper {
    padding: var(--gap) 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center
}
.promo-footer-wrapper {
    margin: 2rem auto
}
.promo-sticky-wrapper {
    text-align: center
}
.content .content-list {
    list-style: disc;
    padding-left: var(--gap)
}
.feature-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .feature-categories {
        grid-template-columns:  repeat(3, 1fr)
    }
}
@media only screen and (max-width: 767px) {
    .fa-ul {
        margin-left: 1.2em
    }
    .bcg-footer-quote {
        margin-bottom: 1.4rem
    }
    .content-share {
        margin: calc(var(--gap) * 4) auto calc(var(--gap) * 2)
    }
}

@media only screen and (min-width: 768px) {
    .menu-stacked .menu-item {
        flex-direction: row
    }
    .menu-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .content .content-body,
    .content .guide-body,
    .content .profile-body,
    .content .menu-body,
    .content .meta-body,
    .pro-promo-box,
    .support-promo-box,
    .content-body + .content-share,
    .guide-body + .content-share,
    .profile-body + .content-share,
    .menu-body + .content-share,
    .meta-body + .content-share {
        width: 85%
    }
    .feature-categories {
        grid-template-columns:  repeat(5, 1fr)
    }
}
@media only screen and (min-width: 992px) {
    .content .content-body,
    .content .guide-body,
    .content .profile-body,
    .content .menu-body,
    .content .meta-body,
    .pro-promo-box,
    .support-promo-box,
    .content-body + .content-share,
    .guide-body + .content-share,
    .profile-body + .content-share,
    .menu-body + .content-share,
    .meta-body + .content-share {
        width: 70%
    }
    .content-header-img,
    .content .content-media:not(.video .content-media):not(.right):not(.left):not(.series-body .content-media) {
        margin-left: calc(var(--gap-inverse) * 2);
        margin-right: calc(var(--gap-inverse) * 2)
    }
}
.consent-eea,
.consent-ccpa {
    display: none
}
.sync-iframe {
    display: block
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

.notify {
    position: relative;
    align-self: center
}
.notify .heartbit {
    position: absolute;
    top: -29px;
    right: -10px;
    height: 30px;
    width: 30px;
    z-index: 10;
    border: 4px solid var(--bcg-yellow);
    border-image: initial;
    border-radius: 70px;
    animation: 1s ease-out 0s infinite normal none running heartbit
}
.notify .point {
    position: absolute;
    top: -18px;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--bcg-yellow);
    border-radius: 30px
}
.monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0
    }
    25% {
        transform: scale(.1);
        opacity: .1
    }
    50% {
        transform: scale(.5);
        opacity: .3
    }
    75% {
        transform: scale(.8);
        opacity: .5
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}
#div-gpt-ad-comedy-ros-header,
#div-gpt-ad-comedy-ros-left,
#div-gpt-ad-comedy-ros-right,
#div-gpt-ad-comedy-ros-middle1,
#div-gpt-ad-comedy-ros-middle2,
#div-gpt-ad-comedy-ros-mpu-left,
#div-gpt-ad-comedy-ros-mpu-right,
#div-gpt-ad-comedy-ros-inarticle,
#div-gpt-ad-comedy-ros-outstream {
    display: block
}
#div-gpt-ad-comedy-ros-left {
    left: var(--gap);
    position: fixed
}
#div-gpt-ad-comedy-ros-right {
    right: var(--gap);
    position: fixed
}
.ros-mpu-container {
    display: flex;
    justify-content: center
}
@media only screen and (max-width: 767.98px) {
    #div-gpt-ad-comedy-ros-mpu-right {
        display: none
    }
}
img.img-fluid {
    max-width: 100%;
    height: auto
}
img.inline, svg.inline {
    display: unset
}

.input input,
.input textarea,
.input select,
#card-number,
#expiration-month,
#expiration-year,
#cvv,
#postal-code,
.input-group .input-group-addon {
    display: block;
    width: 100%;
    padding: calc(var(--gap) * .75) calc(var(--gap) * 1.25);
    font-family: var(--font-stack);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #18113c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e7ed;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc((.875rem * 1.6) + ((var(--gap) * .75) * 2) + 2px)
}

.submit,
button.delete,
button.advanced {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .9375rem;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    outline: 0;
    white-space: nowrap
}
.submit:focus,
button.delete:focus,
button.advanced:focus {
    box-shadow: 0 0 0 0 rgb(33 99 232 / 25%)
}
.submit {
    color: rgb(0, 112, 0);
    background-color: rgba(12, 188, 135, 0.1)
}
.submit:hover {
    color: #fff;
    background-color: rgb(0, 112, 0)
}

.action-button,
.delete-button,
.cancel-button {
    display: inline-block;
    margin-right: calc(var(--gap) * 2);
    margin-top: var(--gap);
    padding: calc(var(--gap) / 4) calc(var(--gap) * 1.25);
    border-radius: var(--border-radius);
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    font-size: .875rem;
    transition: all .15s ease-in-out
}
a.action-button {
    background-color: var(--bcg-main);
    color: var(--bcg-text);
    border: 1px solid #e8e7ed
}
.action-button:hover {
    background-color: var(--bcg-dark)
}
a.delete-button,
a.cancel-button {
    color: #d6293e;
    background-color: rgba(214, 41, 62, .1)
}
.delete-button:hover,
.cancel-button:hover {
    color: #fff;
    background-color: #d6293e
}
.tabs-container {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
.tabs-nav {
    display: flex;
    border-bottom: 1px solid #ccc;
    align-content: stretch;
    flex-wrap: wrap
}
.tab-button {
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s;
    text-align: center;
    padding: var(--gap);
    white-space: nowrap
}
.tab-button h2 {
    margin-bottom: 0;
    font-size: 1.5rem
}
.tab-button.active {
    border-bottom: 2px solid var(--bcg-dark)
}
.tab-content {
    display: none;
    padding: var(--gap)
}
.tab-content.active {
    display: block;
    outline: none
}

.block-toggle-btn {
    display: block;
    border: none;
    cursor: pointer;
    transition: background-color .3s;
    border-radius: var(--border-radius)
}
.toggle-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-out, padding .5s ease-out
}
.toggle-content.open {
    transition: max-height .5s ease-in, padding .5s ease-in
}

.carousel {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative
}

.carousel-slide img {
    width: 100%;
    border-radius: var(--border-radius);
    display: block
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 1000
}

.carousel-control.prev {
    left: 10px
}

.carousel-control.next {
    right: 10px
}

@media (max-width: 600px) {
    .carousel-control {
        padding: 5px
    }
}

dl,
.people-letter-tabs,
.date-nav,
.filter-nav {
    display: flex;
    flex-wrap: wrap
}
dt,
dd {
    padding: calc(var(--gap) / 3) var(--gap)
}
dt:nth-of-type(odd),
dd:nth-of-type(odd),
.credits-table tr:nth-of-type(even),
.person-credits-table tr:nth-of-type(even),
.repeats-table tr:nth-of-type(even),
.recordings-table tr:nth-of-type(even),
.performances-table tr:nth-of-type(even) {
    background-color: var(--light-bg)
}

dt,
dd,
.credits-table,
.repeats-table,
.recordings-table,
.person-credits-table {
    width: 100%
}
.credits-table thead {
    text-align: left;
    white-space: nowrap
}
.credits-table caption,
.person-credits-table caption,
.recordings-table th.group {
    font-weight: 300;
    text-align: left;
    padding: calc(var(--gap) / 4);
    font-size: 1.2rem
}
.credits-table th,
.credits-table td {
    padding: calc(var(--gap) / 2)
}
.credits-table td {
    width: 50%
}
.credits-table thead + tbody tr td:first-of-type {
    width: 30%
}
h5.credited-episodes-header {
    border: unset;
    background: unset;
    font-size: .8rem
}
.repeats-table th {
    text-align: left
}
th,
dt,
.news-summary,
.clipping h3,
.series h3 {
    font-weight: 500
}
.news-meta {
    color: var(--text-colour-subtle);
    margin: .5rem 0
}
.news-summary {
    padding: var(--gap) var(--gap) 0
}
.exclusive {
    display: inline-block;
    padding: .35em .65em;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #4f9ef8
}
.dot-separated li::before {
    content: "\2022";
    padding: 0 .35rem 0 .23rem;
    font-size: .85rem
}
.dot-separated li:first-of-type::before {
    content: "";
    padding: 0
}
ol.key-list,
ol.people-list {
    font-size: 1.4rem;
    margin-top: var(--gap);
    padding-left: 0
}
ol.key-list li,
ol.people-list li {
    margin-bottom: var(--gap);
    list-style-type: none
}

.content-promo-wrapper,
.shop-product,
.clipping,
.pro-promo-box,
.support-promo-box,
.top-list .menu-item-inner,
.trivia,
.header-like-line {
    display: flex;
    flex-direction: column
}
p.spaced,
div.spaced p,
article footer,
dl,
.box,
.credits-table,
.repeats-table,
.recordings-table,
.person-credits-table,
.dataTables_wrapper,
table.dataTable,
.date-nav,
.filter-nav {
    margin: var(--gap) 0
}
.box h2,
.content-body img + h4,
.clipping h3,
.series h3 {
    margin-top: 0
}
.header-like-line,
.content-byline,
.fan-page header,
.overview-feature {
    display: flex;
    align-items: center
}
.content-byline img,
.trivia .icon,
.exclusive {
    margin-right: var(--gap)
}
.video {
    margin-bottom: calc(var(--gap) * 2)
}
.guide-body .quote,
.guide-body .trivia,
.guide-body .thread,
.profile-body .thread,
.guide-body .character,
.series,
.guide-body .scene,
.competition,
.guide-article {
    margin-bottom: calc(var(--gap) * 3)
}
.clipping,
.series,
.video,
.competition,
.shop-menu a,
.box,
.pro-promo-box,
.support-promo-box {
    position: relative;
    box-shadow: 0 1px 3px rgb(3 0 71 / 9%);
    background-color: #fff;
    background-clip: border-box;
    border-radius: var(--border-radius);
    padding: var(--gap)
}
.clipping,
.feature-categories,
.date-nav,
.filter-nav,
.fan-page header,
.overview-feature {
    gap: var(--gap)
}
.date-nav,
.filter-nav {
    justify-content: space-evenly
}
.filter-nav a,
.date-nav a {
    padding-bottom: calc(var(--gap) / 3);
}
.filter-nav a {
    border-bottom: 2px solid lightgrey;
}
.filter-nav a.active {
    border-color: var(--bcg-blue);
    font-weight: 500
}
.date-nav a.active {
    border-bottom: 2px solid var(--bcg-red);
    font-weight: 500
}
.overview-feature {
    margin-bottom: calc(var(--gap) / 2)
}
.overview-feature a:first-child {
    flex: 0 0 120px
}
.clipping.internal {
    background-color: var(--bcg-yellow);
    box-shadow: 0 25px 20px -20px rgb(0 0 0 / 30%), 0 0 15px rgb(0 0 0 / 6%)
}
.clipping .tags {
    line-height: 1.6;
    padding-left: 0
}
.clipping .tags li {
    display: inline-block;
    font-size: .75rem;
    margin-right: .25rem;
    line-height: 1
}
.clipping .tags a {
    padding: .2rem .4rem;
    background-color: #efefef;
    color: unset
}
.clipping .tags a:hover {
    color: #000
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.feature-categories,
p+.video-embed,
h3+iframe {
    margin-top: var(--gap)
}
.clipping {
    margin: var(--gap) 0
}

.new-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    border-radius: .25rem;
    background-color: var(--bcg-blue);
    margin-left: calc(var(--gap) / 3)
}

.donation-nudge {
    background: rgb(220,187,68);
    background: linear-gradient(235deg, rgba(249,237,187,1) 0%, rgba(240,205,71,1) 35%, rgba(220,187,68,1) 100%);
    padding: var(--gap);
    font-weight: 500
}

@media screen and (max-width: 767.99px) {
    .menu-stacked .menu-item-inner {
        padding-top: var(--gap)
    }
}

@media screen and (min-width: 768px) {
    .pro-promo-box,
    .support-promo-box,
    .shop-product,
    .character,
    .clipping,
    .trivia,
    .header-like-line {
        flex-direction: row
    }
    .shop-product .image,
    .character img {
        margin-right: var(--gap)
    }
    .clipping {
        align-items: flex-start
    }
    .clipping img {
        flex: 0 0 300px
    }
    .character img {
        margin-top: 0
    }
    .content .content-media.left,
    .content .content-media.right {
        margin-bottom: var(--gap);
        margin-inline: var(--gap)
    }
    .content .content-media.left {
        float: left;
        margin-left: 0
    }
    .content .content-media.right {
        float: right;
        margin-right: 0
    }
    .header-like-line {
        justify-content: space-between
    }
    ol.key-list,
    ol.people-list {
        column-count: 3;
        column-gap: calc(var(--gap) * 2)
    }
}
@media only speech {
    .visually-hidden {
        display: unset
    }
}
.bcg-footer-promo-row {
    margin: var(--gap) 0 var(--gap-inverse);
    background-color: var(--bcg-blue);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}
.bcg-footer-promo-row .body-inner {
    display: flex;
    gap: var(--gap);
    padding: var(--gap);
    align-items: center
}
.bcg-footer-promo-row h4 {
    color: #eee;
    font-size: 2rem
}
.bcg-footer-promo-row form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}
.bcg-footer-promo-row input,
.bcg-footer-promo-row button {
    padding: calc(var(--gap) / 3);
    font-size: 1.4rem;
    border-width: 0
}
.bcg-footer-promo-row input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius)
}
.bcg-footer-promo-row button {
    padding-left: var(--gap);
    padding-right: var(--gap);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}
.content-donate-tease {
    padding: var(--gap);
    border-radius: var(--border-radius);
    background-color: var(--bcg-blue);
    color: #fff;
    line-height: 2.5rem
}
.content-donate-tease a {
    padding: calc(var(--gap) / 2);
    border: 1px dashed #fff;
    border-radius: var(--border-radius);
    color: var(--bcg-yellow);
    font-weight: 500;
    font-size: 1.2rem;
    transition: .3s all ease-in
}
.content-donate-tease a:hover {
    background-color: var(--bcg-yellow);
    color: #000
}
@media screen and (min-width: 992px) {
    .bcg-footer-promo-row form {
        max-width: 40%
    }
}
@media print {
    .promo-wrapper,
    .content-share,
    .bcg-footer-promo-row {
        display: none
    }
}