.unmute-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}

.unmute-btn {
  pointer-events: auto;
  padding: 12px 18px;
  border: none;
  border-radius: 9999px;
  background: rgba(234, 30, 99, 0.9); /* pink glam */
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px rgba(234, 30, 99, 0.35);
}
