/* Critical above-the-fold CSS for single-blog.
   Covers only what's needed for the first viewport: body baseline, header menu,
   hero section, H1 + author/date block, basic article layout. The full
   styles.min.css/style.css ship asynchronously below. */
body {
    font-family: monospace;
    font-size: 18px;
    background: #000;
    color: #666;
    margin: 0;
}

body,
html {
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.main-loader {
    display: none;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Header menu */
#header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.button-ga-animated,
.button-ga-animated:hover,
.button-ga-animated:visited {
    color: #fff;
    text-decoration: none;
}

/* Hero (LCP element) */
.section-porftolio-head {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 32.42%;
    position: relative;
}

.body-class-single-blog .section-porftolio-head {
    padding-top: 36.42%;
    background-size: 100% auto;
}

.body-class-single-blog .section-porftolio-head--has-hero {
    background-image: none !important;
    overflow: hidden;
}

.body-class-single-blog .section-porftolio-head__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Article container */
.section-portfolio-games {
    width: 1065px;
    max-width: 100%;
    margin: 75px auto 0;
    position: relative;
    z-index: 1;
}

.body-class-single-blog .section-portfolio-games {
    margin-top: 0;
}

/* Two-column layout */
.blog-left {
    width: 820px;
    max-width: 100%;
    float: left;
}

.blog-right {
    float: right;
    width: 200px;
    margin-top: 50px;
}

/* White article card */
.blog-white {
    width: 100%;
    background: #fff;
    padding: 65px 50px;
    font-size: 16px;
    color: #373737;
    line-height: 1.778;
    text-align: left;
    box-sizing: border-box;
}

.blog-white h1 {
    margin: 0;
    font-size: 30px;
    color: #373737;
    line-height: 1.2;
    font-weight: 900;
}

/* Author / date block */
.block-author {
    font-size: 14px;
    color: #373737;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 40px;
}

.block-author span {
    font-weight: 700;
}

.blog-content {
    color: #373737;
}

.header-tracking-pixel-hidden {
    display: none;
}

/* Mobile (≤767px) — first screen of the article on phones */
@media (max-width: 767px) {
    body.body-class-single-blog .section-porftolio-head {
        background-size: 170% auto;
    }

    .body-class-single-blog .section-portfolio-games.section-blog {
        margin-top: -68px;
    }

    html body.body-class-single-blog .blog-left {
        float: none;
        width: 100%;
    }

    .blog-right {
        float: none;
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }

    .body-class-single-blog .blog-white {
        padding: 65px 25px;
    }
}
