/* ============================================================
   LIMESAVER — ads.css
   Styles for dynamically injected ad blocks.
   Loaded in base.ejs alongside base.css.
   ============================================================ */

/* ---- Ad slot container ---- */
.lime-ad-slot {
  margin: 5px;
  overflow: hidden;
  min-height: 0;
}

/* ---- Responsive: keep ad code from overflowing ---- */
.lime-ad-slot iframe,
.lime-ad-slot ins,
.lime-ad-slot img {
  max-width: 100%;
}
