/* Simply Plugged — autoplay video helper (iOS Low Power Mode tap + WebP fallback) */
.sp-autoplay-group,
[data-sp-autoplay-group] {
  position: relative;
}

.reels-grid-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.sp-autoplay-unlock {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: none;
  border-radius: inherit;
  background: rgba(17, 17, 17, 0.42);
  color: #fff;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sp-autoplay-needs-gesture .sp-autoplay-unlock {
  display: flex;
}

.sp-autoplay-unlock-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.sp-autoplay-unlock-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent #8b1a2b;
}

.sp-autoplay-video,
.sp-autoplay-webp {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #111111;
}
