/* ==== Ads: Left Slider (scoped) ==== */
.ads-ls-slot{
  background: rgba(255,255,255,.28);
  border-radius: var(--radius-md, .9rem);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

/* Скелетон ~300x250 під сайдбар */
.ads-ls-skeleton{
  width:100%;
  aspect-ratio: 300 / 250;
  background: linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.42), rgba(255,255,255,.22));
  background-size: 200% 100%;
  animation: AdsLsShine 1.2s linear infinite;
}
@keyframes AdsLsShine { to { background-position: -200% 0; } }

.ads-ls-mount{ width:100%; }

/* Внутрішній банер */
.ads-ls-card{ position:relative; width:100%; }
.ads-ls-link{ display:block; width:100%; aspect-ratio: 300 / 250; overflow:hidden; }
.ads-ls-img{ width:100%; height:100%; display:block; object-fit:cover; object-position:center; }

/* Google INS — резерв висоти, щоб не скакало */
.ads-ls-google{ display:block; min-height: 220px; }
@media (max-width: 900px){ .ads-ls-google{ min-height: 200px; } }
