/* ========================== SLIDESHOW (Jack-style) Replace SLIDESHOW_ID_HERE with your slideshow widget ID ========================== */ [data-id="SLIDESHOW_ID_HERE"] { background: #fff !important; } /* Keep the image calm + centered */ [data-id="SLIDESHOW_ID_HERE"] img { object-fit: contain !important; } /* Make arrows subtle (appear nicely on hover) */ [data-id="SLIDESHOW_ID_HERE"] [class*="arrow"], [data-id="SLIDESHOW_ID_HERE"] [aria-label*="Next"], [data-id="SLIDESHOW_ID_HERE"] [aria-label*="Previous"], [data-id="SLIDESHOW_ID_HERE"] [aria-label*="Prev"] { opacity: 0.18 !important; transition: opacity 180ms ease !important; } [data-id="SLIDESHOW_ID_HERE"]:hover [class*="arrow"], [data-id="SLIDESHOW_ID_HERE"]:hover [aria-label*="Next"], [data-id="SLIDESHOW_ID_HERE"]:hover [aria-label*="Previous"], [data-id="SLIDESHOW_ID_HERE"]:hover [aria-label*="Prev"] { opacity: 0.55 !important; } /* Prefer numbers over dots (and hide dots if Readymag shows them) */ [data-id="SLIDESHOW_ID_HERE"] [class*="dots"], [data-id="SLIDESHOW_ID_HERE"] [class*="pagination"] { display: none !important; } /* Counter: bottom centered, small editorial type */ [data-id="SLIDESHOW_ID_HERE"] [class*="counter"], [data-id="SLIDESHOW_ID_HERE"] [data-qa*="counter"] { position: absolute !important; left: 50% !important; bottom: 22px !important; transform: translateX(-50%) !important; font-family: "Helvetica Neue World", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight: 300 !important; font-size: 12px !important; letter-spacing: 0.02em !important; color: #111 !important; opacity: 0.9 !important; pointer-events: none !important; } /* Remove any extra shadows/overlays in the slideshow container */ [data-id="SLIDESHOW_ID_HERE"] * { box-shadow: none !important; }