/* reviews: equal tiles, FULL photo visible (contain) over blurred backdrop */
.alx-rev .alx-rphoto{position:relative;height:230px!important;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.14);flex-shrink:0;background:#171126}
.alx-rev .alx-rphoto img.alx-rphoto-bg{position:absolute;inset:-14px;width:calc(100% + 28px);height:calc(100% + 28px);object-fit:cover!important;filter:blur(20px) brightness(.5) saturate(1.1);transform:none!important}
.alx-rev .alx-rphoto img.alx-rphoto-main{position:absolute;inset:0;width:100%;height:100%;object-fit:contain!important;z-index:1;transform:none!important;transition:none!important}
@media(max-width:640px){.alx-rev .alx-rphoto{height:200px!important}}

/* ===== reel poster tiles (branded, no Instagram embed jank) ===== */
.alx-reel .alx-reelposter{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(120% 90% at 70% 15%,rgba(238,42,123,.28),transparent 55%),radial-gradient(120% 90% at 20% 90%,rgba(98,40,215,.3),transparent 55%),linear-gradient(160deg,#241634,#150e24)}
.alx-reel .alx-poster-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}
.alx-reel .alx-reelposter::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(13,9,22,.75),transparent 55%);z-index:1}
.alx-reel .alx-play-ig{position:relative;z-index:2;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f9ce34,#ee2a7b 55%,#6228d7);border:2px solid rgba(255,255,255,.85);box-shadow:0 10px 30px rgba(238,42,123,.5);transition:transform .3s}
.alx-reel:hover .alx-play-ig{transform:scale(1.12)}
.alx-reel .alx-play-ig svg{width:24px;height:24px;fill:#fff;margin-left:3px}
.alx-reel .alx-reelposter .alx-rl{position:relative;z-index:2;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.alx-rl-ig{position:relative;z-index:2;display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.75);font-weight:600;font-family:'Outfit',sans-serif}
.alx-rl-ig svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:1.8}
