/* Mobile layout – Structure theme – CSS v3.7.5.3 */
@media screen and (max-width: 680px) {

    /* ==================================================
       1. HEADER / MENU / ΠΑΝΩ FOOTER
       ================================================== */

    body.single-post #header,
    body.single-post .navbar,
    body.single-post #footertop {
        display: none !important;
    }


    /* ==================================================
       2. ΒΑΣΙΚΗ ΔΟΜΗ SINGLE POST
       ================================================== */

    body.single-post #wrap,
    body.single-post #content,
    body.single-post #contentleft,
    body.single-post .postarea,
    body.single-post [id^="post-"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    body.single-post #contentleft {
        float: none !important;
        padding-right: 0 !important;
    }


    /* ==================================================
       3. ΚΥΡΙΟΣ ΤΙΤΛΟΣ ΑΡΘΡΟΥ – 27px GEORGIA
       ================================================== */

    body.single-post .posttitle {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        box-sizing: border-box;

        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 27px;
        line-height: 1.15;

        /* Όπως ακριβώς γράφεται στο WordPress */
        text-transform: none !important;

        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    /* ==================================================
       4. ΣΥΓΓΡΑΦΕΑΣ / ΗΜΕΡΟΜΗΝΙΑ / ΣΧΟΛΙΑΣΤΕ
       ================================================== */

    body.single-post .postauthor {
        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 16px;
        line-height: 1.4;
    }

    body.single-post .postauthor p,
    body.single-post .postauthor a {
        font-family: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
    }


    /* ==================================================
       5. ΚΥΡΙΩΣ ΚΕΙΜΕΝΟ – 19px GEORGIA
       ================================================== */

    body.single-post .postarea p {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        box-sizing: border-box;

        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 19px;
        line-height: 1.50;

        margin: 0 0 22px 0;
        padding: 0;

        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    /* ==================================================
       6. ΕΣΩΤΕΡΙΚΕΣ ΕΠΙΚΕΦΑΛΙΔΕΣ – 22px GEORGIA
       ================================================== */

    body.single-post .postarea h1,
    body.single-post .postarea h2,
    body.single-post .postarea h3,
    body.single-post .postarea h4,
    body.single-post .postarea h5,
    body.single-post .postarea h6 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        box-sizing: border-box;

        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 22px;
        line-height: 1.25;

        margin-top: 28px;
        margin-bottom: 14px;

        text-transform: none !important;

        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    /* ==================================================
       7. BOLD / STRONG
       ================================================== */

    body.single-post .postarea strong {
        font-family: Georgia, "Times New Roman", Times, serif !important;
        max-width: 100%;
        overflow-wrap: break-word;
    }


    /* ==================================================
       8. ΕΙΚΟΝΕΣ
       ================================================== */

    body.single-post .postarea figure.wp-block-image {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body.single-post .postarea img {
        max-width: 100% !important;
        height: auto !important;
    }


    /* ==================================================
       9. ΛΙΣΤΕΣ – 19px GEORGIA
       ================================================== */

    body.single-post .postarea ul.wp-block-list,
    body.single-post .postarea ol.wp-block-list {
        max-width: 100% !important;
        box-sizing: border-box;

        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 19px;
        line-height: 1.50;
    }


    /* ==================================================
       10. LINKS / ΠΑΡΑΠΟΜΠΕΣ
       ================================================== */

    body.single-post .postarea a {
        font-family: inherit !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


    /* ==================================================
       11. YOUTUBE
       ================================================== */

    body.single-post .postarea .embed-youtube,
    body.single-post .postarea .embed-youtube iframe {
        max-width: 100% !important;
        box-sizing: border-box;
    }


    /* ==================================================
       12. SOUNDCLOUD / GUTENBERG EMBEDS
       ================================================== */

    body.single-post .postarea .wp-block-embed,
    body.single-post .postarea .wp-block-embed__wrapper,
    body.single-post .postarea .wp-block-embed iframe {
        max-width: 100% !important;
        box-sizing: border-box;
    }


    /* ==================================================
       13. JETPACK SHARE / ΣΧΕΤΙΚΑ ΑΡΘΡΑ
       ================================================== */

    body.single-post .sd-sharing,
    body.single-post #jp-relatedposts {
        max-width: 100% !important;
        box-sizing: border-box;
    }


    /* ==================================================
       14. JETPACK LIKE – ΚΡΥΦΟ
       ================================================== */

    body.single-post .sd-like,
    body.single-post .jetpack-likes-widget-wrapper {
        display: none !important;
    }


    /* ==================================================
       15. FOOTER
       ΜΙΑ ΕΝΙΑΙΑ ΜΠΑΡΑ – ΟΧΙ ΔΥΟ ΚΟΥΤΙΑ
       ================================================== */

    body.single-post #footerbg {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;

        background-color: #2f2f2f !important;

        box-sizing: border-box;
    }


    /* Το εσωτερικό footer γεμίζει ακριβώς το εξωτερικό */

    body.single-post #footerbg .footertop {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;

        background: transparent !important;

        box-sizing: border-box;
    }


    /* ==================================================
       16. ΚΡΥΒΟΥΜΕ ΤΟΝ ΠΑΛΙΟ ΔΙΠΛΟ ΤΙΤΛΟ
       ================================================== */

    body.single-post #footerbg .footertop p {
        display: none !important;
    }


    /* ==================================================
       17. ΤΡΙΓΡΑΜΜΟΣ ΤΙΤΛΟΣ FOOTER
       ================================================== */

    body.single-post #footerbg .footertop::after {
        content: "Ζάκυνθος\A Σύγχρονη Αριστερά\A Προοδευτική Ελλάδα";

        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 18px 10px !important;

        font-family: Georgia, "Times New Roman", Times, serif !important;
        font-size: 17px !important;
        line-height: 1.5 !important;

        color: #fff !important;
        text-align: center !important;

        white-space: pre-line !important;

        position: static !important;
        float: none !important;

        box-sizing: border-box;
    }
}
/* GLOBAL – τίτλοι Structure */

#content h3,
#content h4 {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    text-transform: none !important;
}
/* Περισσότερος χώρος στις H4 επικεφαλίδες */
body.single-post .postarea h4 {
    margin-top: 36px !important;
    margin-bottom: 18px !important;
    font-weight: 700 !important; line-height: 1.35 !important;
}