/*
Theme Name: Ewebot Child
Theme URI: https://www.amalgame.fr/
Description: Thème enfant Ewebot pour Amalgame — personnalisations Hermes/Visibel.
Author: Visibel Médias
Template: ewebot
Version: 1.0.0
Text Domain: ewebot-child
*/

/* Hermes 2026 — affiche l'image à la une sur les pages articles Amalgame */
.single-post .amalgame-single-featured-image {
    margin: 0 0 32px;
    overflow: hidden;
    border-radius: 14px;
    background: #f4f4f4;
}
.single-post .amalgame-single-featured-image__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .single-post .amalgame-single-featured-image {
        margin-bottom: 22px;
        border-radius: 10px;
    }
}
