/* =========================================
   REAL ESTATE BATUMI BLOG
   GLOBAL TYPOGRAPHY
   ========================================= */

body,
button,
input,
textarea,
select {
    font-family: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 700;
}


/* =========================================
   MAIN NAVIGATION
   ========================================= */

.primary-nav a {
    font-size: 17px;
    font-weight: 700;
}


/* =========================================
   HOMEPAGE BRAND NAME NEXT TO LOGO
   ========================================= */

body.home .wp-block-site-logo > a,
body.home a.custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}

body.home .wp-block-site-logo > a::after,
body.home a.custom-logo-link::after {
    content: "Real Estate Batumi";
    display: inline-block;

    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;

    color: #10283f;
    white-space: nowrap;
}


/* =========================================
   SINGLE POST
   UNIFIED ARTICLE STYLE
   ========================================= */


/* Article title */

body.single-post h1 {
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: 50px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
    font-weight: 700 !important;
}


/* Featured image */

body.single-post .wp-block-post-featured-image,
body.single-post .post-thumbnail,
body.single-post .featured-image,
body.single-post .post-featured-image,
body.single-post .entry-featured-image {
    width: calc(100% - 40px) !important;
    max-width: 900px !important;
    margin: 30px auto 45px auto !important;
}

body.single-post .wp-block-post-featured-image img,
body.single-post .post-thumbnail img,
body.single-post .featured-image img,
body.single-post .post-featured-image img,
body.single-post .entry-featured-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    height: 380px !important;

    object-fit: cover !important;
    object-position: center center !important;

    border-radius: 18px !important;
}


/* Article content width */

body.single-post .wp-block-post-content,
body.single-post .entry-content {
    width: calc(100% - 40px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


/* Paragraphs */

body.single-post .wp-block-post-content p,
body.single-post .entry-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
}


/* H2 */

body.single-post .wp-block-post-content h2,
body.single-post .entry-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.015em;

    margin-top: 46px;
    margin-bottom: 18px;
}


/* H3 */

body.single-post .wp-block-post-content h3,
body.single-post .entry-content h3 {
    font-size: 24px;
    line-height: 1.3;

    margin-top: 34px;
    margin-bottom: 14px;
}


/* Lists */

body.single-post .wp-block-post-content ul,
body.single-post .wp-block-post-content ol,
body.single-post .entry-content ul,
body.single-post .entry-content ol {
    font-size: 18px;
    line-height: 1.65;

    padding-left: 28px;
    margin-top: 12px;
    margin-bottom: 26px;
}

body.single-post .wp-block-post-content li,
body.single-post .entry-content li {
    margin-bottom: 8px;
}


/* Images placed manually inside articles */

body.single-post .wp-block-post-content img,
body.single-post .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}


/* Links inside articles */

body.single-post .wp-block-post-content a,
body.single-post .entry-content a {
    text-underline-offset: 3px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 960px) {

    .primary-nav a {
        font-size: 18px;
    }

    body.home .wp-block-site-logo > a::after,
    body.home a.custom-logo-link::after {
        font-size: 18px;
    }

    body.single-post h1 {
        font-size: 42px !important;
        line-height: 1.13 !important;
    }

    body.single-post .wp-block-post-featured-image,
    body.single-post .post-thumbnail,
    body.single-post .featured-image,
    body.single-post .post-featured-image,
    body.single-post .entry-featured-image {
        width: calc(100% - 32px) !important;
        max-width: 820px !important;
        margin: 25px auto 35px auto !important;
    }

    body.single-post .wp-block-post-featured-image img,
    body.single-post .post-thumbnail img,
    body.single-post .featured-image img,
    body.single-post .post-featured-image img,
    body.single-post .entry-featured-image img {
        height: 320px !important;
    }

    body.single-post .wp-block-post-content,
    body.single-post .entry-content {
        width: calc(100% - 32px);
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    body.single-post h1 {
        font-size: 34px !important;
        line-height: 1.16 !important;
        letter-spacing: -0.015em !important;
    }

    body.single-post .wp-block-post-featured-image,
    body.single-post .post-thumbnail,
    body.single-post .featured-image,
    body.single-post .post-featured-image,
    body.single-post .entry-featured-image {
        width: calc(100% - 24px) !important;
        margin: 20px auto 30px auto !important;
    }

    body.single-post .wp-block-post-featured-image img,
    body.single-post .post-thumbnail img,
    body.single-post .featured-image img,
    body.single-post .post-featured-image img,
    body.single-post .entry-featured-image img {
        height: 240px !important;
        border-radius: 14px !important;
    }

    body.single-post .wp-block-post-content,
    body.single-post .entry-content {
        width: calc(100% - 24px);
    }

    body.single-post .wp-block-post-content p,
    body.single-post .entry-content p {
        font-size: 17px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    body.single-post .wp-block-post-content h2,
    body.single-post .entry-content h2 {
        font-size: 27px;
        line-height: 1.22;
        margin-top: 38px;
        margin-bottom: 16px;
    }

    body.single-post .wp-block-post-content h3,
    body.single-post .entry-content h3 {
        font-size: 22px;
    }

    body.single-post .wp-block-post-content ul,
    body.single-post .wp-block-post-content ol,
    body.single-post .entry-content ul,
    body.single-post .entry-content ol {
        font-size: 17px;
    }
}


/* =========================================
   MOBILE BRAND
   ========================================= */

@media (max-width: 600px) {

    body.home .wp-block-site-logo > a,
    body.home a.custom-logo-link {
        gap: 8px !important;
    }

    body.home .wp-block-site-logo > a::after,
    body.home a.custom-logo-link::after {
        font-size: 16px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    body.single-post h1 {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }

    body.single-post .wp-block-post-featured-image,
    body.single-post .post-thumbnail,
    body.single-post .featured-image,
    body.single-post .post-featured-image,
    body.single-post .entry-featured-image {
        width: calc(100% - 20px) !important;
        margin: 16px auto 24px auto !important;
    }

    body.single-post .wp-block-post-featured-image img,
    body.single-post .post-thumbnail img,
    body.single-post .featured-image img,
    body.single-post .post-featured-image img,
    body.single-post .entry-featured-image img {
        height: 210px !important;
        border-radius: 12px !important;
    }

    body.single-post .wp-block-post-content,
    body.single-post .entry-content {
        width: calc(100% - 20px);
    }

    body.single-post .wp-block-post-content h2,
    body.single-post .entry-content h2 {
        font-size: 25px;
    }
}
/* Hide Related Posts */
body.single-post #jp-relatedposts,
body.single-post .jp-relatedposts,
body.single-post .related-posts,
body.single-post .wp-block-jetpack-related-posts {
    display: none !important;
}
#comments,
.comments-area,
.comment-respond,
.comments-wrap,
.comments-container,
.wp-block-comments,
.wp-block-post-comments-form {
    display: none !important;
}