.guide-body .trivia,
.guide-body .thread,
.profile-body .thread,
.guide-body .scene {
    position: relative;
    background: #f5f5f7;
    padding: calc(var(--gap) * 2) calc(var(--gap) * 3);
    margin-bottom: var(--gap);
    border: none;
    border-radius: var(--border-radius)
}
.guide-header-row,
.profile-header-row {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: var(--gap) 0;
}
.guide-header-row>div:nth-of-type(2),
.profile-header-row>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}
.content-media.no-cap figcaption,
.guide-header-img figcaption,
.profile-header-img figcaption {
    display: none
}
.guide-title,
.profile-name {
    font-size: 3rem;
    color: #1a202c;
    line-height: 1
}
.guide-header .dot-separated:first-of-type,
.profile-header .dot-separated:first-of-type {
    color: darkgrey
}
.profile-header-bullets li,
.guide-header-bullets li {
    display: inline;
    word-wrap: break-word
}
.guide-share,
.profile-share {
    line-height: 0;
    margin-top: var(--gap)
}
.guide-nav,
.profile-nav {
    font-weight: 300;
    margin: var(--gap) 0
}
.guide-nav ul,
.profile-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -.2rem;
    padding-left: 0;
}
.guide-nav li,
.profile-nav li,
.credited-episodes li {
    margin: 0 .2rem;
    list-style-type: none
}
.guide-nav a,
.profile-nav a {
    display: flex;
    padding: .1rem var(--gap)
}
.guide-nav a:hover,
.profile-nav a:hover {
    text-decoration: none
}
.guide-nav a.active,
.profile-nav a.active,
.credit-regular {
    font-weight: 600
}
.guide-info,
.profile-info {
    display: flex
}
.guide-header-img,
.profile-header-img {
    min-width: 180px;
    flex: 0 1 120px
}
.guide-news-bar,
.profile-news-bar {
    background-color: darkslategrey;
    color: #fff;
    padding: calc(var(--gap) / 2);
    margin-bottom: var(--gap)
}
.guide-news-bar .fa-ul,
.profile-news-bar .fa-ul {
    margin-left: 2em
}
.guide-news-bar a,
.profile-news-bar a {
    color: var(--bcg-text);
    font-weight: 500;
    text-decoration: underline
}
.guide-news-bar a:hover,
.profile-news-bar a:hover {
    color: var(--bcg-yellow)
}
.people-letter-tabs {
    margin-bottom: var(--gap)
}
.content-footer .guide-nav,
.content-footer .profile-nav {
    line-height: 2rem
}
@media only screen and (max-width: 767px) {
    .guide-header-row,
    .guide-header-block,
    .guide-header-title-block,
    .guide-header-meta-block,
    .profile-header-row,
    .profile-header-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    .guide-header-row form.like-button,
    .guide-status,
    .profile-header-row form.like-button {
        margin: var(--gap) 0
    }
    .guide-header-row>div:nth-of-type(2),
    .profile-header-row>div:nth-of-type(2) {
        align-items: center
    }
    .guide-info,
    .profile-info {
        flex-direction: column;
        align-items: center
    }
}
@media only screen and (min-width: 768px) {
    .guide-header form.like-button,
    .profile-header form.like-button {
       text-align: right
    }
    .guide-header-img,
    .profile-header-img {
        margin-right: var(--gap);
        flex: 0 1 300px
    }
    .guide-header-block,
    .profile-header-block {
        display: flex;
        flex-direction: column;
        flex: 5 1 80%;
        margin-right: var(--gap)
    }
    .guide-info,
    .profile-info {
        flex: 3 1 70%
    }
    .guide-share,
    .profile-share {
        text-align: right
    }
}