.neat-offer-cgo {
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.neat-offer-cgo img {
    display: block;
    width: 100%;
    height: auto;
}

.neat-offer-desktop {
    display: block;
}

.neat-offer-mobile {
    display: none;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .neat-offer-desktop {
        display: none;
    }
    .neat-offer-mobile {
        display: block;
    }
}

/* Masquer le visuel Neat sur la plage 759px - 1329px (tablettes/mi-largeurs) */
@media (min-width: 759px) and (max-width: 1329px) {
    .neat-offer-desktop,
    .neat-offer-mobile {
        display: none;
    }
}
