/**
 * File Path: assets/css/front/mbs-front-pro-series-archive.css
 * F-011: Series Archive Banner Image
 * Component of mbs-front-pro.css — extracted Session 94.
 * Enqueued by MBS_Front_Assets with dep: mbs-front-pro (PRO tier only).
 */
/* ==========================================================
   SERIES ARCHIVE — Banner Image (F-011 — Session 9)
   Architecturally unscoped from .mbs-wrapper.
   ========================================================== */

.mbs-series-banner {
    margin: 0 0 24px 0;
    border-radius: 6px;
    overflow: hidden;
    line-height: 0; /* collapse whitespace below <img> */

    .mbs-series-banner-img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;

        @media (max-width: 600px) {
            max-height: 180px;
        }
    }
}
