.site_content {
    max-width: 1400px;
}

.background_image__meta {
    text-align: center;
}

@media (max-width: 600px) {
    .background_image__meta > span:first-child {
        font-size: 2.6em !important;
    }
}

.article_self {
    min-height: 300px;
    font-family: inherit;
    color: white;
    font-size: 1.1em;
    line-height: 1.8;
    width: 90%;
    max-width: 75ch;
    margin: calc(var(--page-navbar-distance) / 1.2) auto 2rem;
    word-break: break-word;
    hyphens: auto;
}

@media (min-width: 1100px) {
    .article_self {
        width: 66.66666% !important;
        max-width: 75ch !important;
    }
}

.article_self span:not(.inline):not(.article_self .image > .alt) {
    display: block;
    margin-top: 1.5em;
    line-height: 1.5;
}

.article_self br {
    content: "";
    display: block;
    height: 1em;
}

.article_self .bold {
    font-weight: 700;
}

.article_self .italic {
    font-style: italic;
}

.article_self .underline {
    text-decoration: underline;
}

.article_self h1,
.article_self h2,
.article_self h3 {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

.article_self p {
    margin-top: 0.5em;
}

.article_self .media_integration {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.article_self .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.article_self .image__inner {
    width: 100%;
    height: 50%;
    border-radius: var(--border-radius-medium);
    overflow: hidden;
}

.article_self .image__inner > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.article_self .image > .alt {
    display: block;
    margin-top: 1.2em;
    font-size: 0.8em;
    color: var(--gray-100);
}

.article_meta {
    margin: calc(var(--page-navbar-distance) / 1.2) auto 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.article_meta__card {
    background-color: var(--gray-700);
    padding: 1em 2.5em;
    color: white;
    border-radius: var(--border-radius-medium);
}

.article_meta__dark_text {
    color: var(--gray-100);
}

.article_meta__light_text {
    opacity: 1 !important;
    color: white;
}

.article_meta__separator {
    color: var(--gray-100);
    margin: 0 4px;
}

.footer__edit_article__url {
    margin: 0 auto 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

@media (min-width: 1100px) {
    .article_meta {
        width: 66.66666% !important;
    }

    .footer__edit_article__url {
        width: 66.66666% !important;
    }
}

/* media queries */
@media (max-width: 700px) {
    .article_self span:not(.inline):not(.article_self .image > .alt) {
        margin-top: 2em;
    }

    .article_self h1,
    .article_self h2,
    .article_self h3 {
        margin-top: 1.2em;
        line-height: 1.2;
        margin-bottom: 0.25em;
    }
}

/* Twitch Integration */
.twitch_consent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--gray-700);
}

.twitch_consent__text {
    max-width: 500px;
    text-align: center;
}

.twitch_consent__text > span:first-child {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}


/* YouTube Integration */
.youtube_consent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--gray-700);
}

.youtube_consent__text {
    max-width: 500px;
    text-align: center;
}

.youtube_consent__text > span:first-child {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}
