/* =========================================================
   IM Ads Inserter – Frontend Styles
   Bannières insérées dans the_content, positionnement inline.
   ========================================================= */

.im-ads-banner {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.im-ads-banner--top {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.im-ads-banner--bottom {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.im-ads-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-ads-banner img {
    display: block;
    width: 728px;
    height: 90px;
    max-width: 100%;
    object-fit: contain;
    border: none;
    outline: none;
}

.im-ads-banner a {
    display: inline-block;
    line-height: 0;
    border: none;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 760px) {
    .im-ads-banner img {
        width: 100%;
        height: auto;
    }
}
