/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  Custom child theme for posthuman.it
 Author:       Walter L'Assainato
 Template:     twentytwentyfive
 Version:      1.9.0
*/


/* --- FIX BASE --- */
.entry-content img { height: auto !important; max-width: 100% !important; }

/* --- ALTERNANZA --- */
.posthuman-aligned.posthuman-odd {
    float: right !important;
    margin: 10px 0 15px 25px !important;
    clear: right !important;
}

.posthuman-aligned.posthuman-even {
    float: left !important;
    margin: 10px 25px 15px 0 !important;
    clear: left !important;
}

/* --- MULTI GALLERY (Immagini in riga) --- */
.posthuman-gallery-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
    margin: 30px auto !important;
    clear: both !important;
}

.posthuman-gallery-item {
    max-width: 180px !important;
    height: auto !important;
}

/* --- VIDEO (Centrati) --- */
.video-container {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    margin: 40px auto; background: #000; clear: both;
    max-width: 100%;
}
.video-container iframe {
    position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;
}

/* --- PARAGRAFI --- */
.entry-content p {
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.entry-content p::after {
    content: ""; display: table; clear: both;
}

/* --- LIGHTBOX E CATEGORIE --- */
.glightbox, .entry-summary img, .archive-content img {
    cursor: pointer !important;
}

/* --- MOBILE --- */
@media (max-width: 650px) {
    .posthuman-aligned.posthuman-odd, 
    .posthuman-aligned.posthuman-even {
        float: none !important;
        margin: 20px auto !important;
        display: block !important;
        text-align: center;
    }
}
