.ep-hero__pause {
  position: absolute;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 4;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 234, 224, 0.72);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: var(--ep-color-text-on-dark, #eeeae0);
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ep-hero__pause:hover,
.ep-hero__pause:focus-visible {
  background: rgba(0, 0, 0, 0.68);
}

.ep-hero__pause:focus-visible {
  outline: 2px solid var(--ep-color-crimson, #fe002c);
  outline-offset: 3px;
}

.ep-hero__pause-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  pointer-events: none;
}
