/* Versione compatta della rotazione in home: una creatività per volta. */
.ach-slot--marquee { grid-template-columns: 34px minmax(0, 1fr) !important; gap: 10px !important; padding: 10px clamp(12px, 2vw, 18px) !important; }
.ach-marquee { min-width: 0 !important; overflow: hidden !important; mask-image: none !important; -webkit-mask-image: none !important; }
.ach-marquee__track { display: flex !important; width: 100% !important; gap: 0 !important; align-items: center !important; will-change: transform !important; transition: transform 380ms ease !important; }
.ach-banner { width: 100% !important; height: 66px !important; flex: 0 0 100% !important; padding: 6px 12px !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.ach-banner img { max-height: 52px !important; }
.ach-home-extra { width: min(1280px, calc(100% - 32px)); margin: -16px auto 24px !important; }
@media (max-width: 640px) { .ach-slot--marquee { grid-template-columns: 26px minmax(0, 1fr) !important; } .ach-banner { height: 60px !important; } .ach-banner img { max-height: 46px !important; } }
