.video-fullscreen-overlay .fullscreen-operation {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 14px);
  right: 14px;
  z-index: 8;
  min-width: 44px;
  width: 44px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.68);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
}

/* The native iOS reload/share control occupies the upper-right corner. */
html.mahua-ios-app .video-fullscreen-overlay .fullscreen-operation {
  top: calc(env(safe-area-inset-top, 0px) + 150px);
  z-index: 12;
}

.video-fullscreen-overlay .fullscreen-operation span {
  display: block;
  width: 4px;
  height: 4px;
  overflow: visible;
  border-radius: 999px;
  background: currentColor;
  color: inherit;
  font-size: 0;
  line-height: 0;
  box-shadow: -7px 0 0 currentColor, 7px 0 0 currentColor;
}

.work-card.work-operation-focus,
.work-card.work-return-focus {
  outline: 2px solid rgba(79, 124, 255, 0.5);
  outline-offset: 2px;
}

.video-fullscreen-overlay.dragging .fullscreen-operation {
  opacity: 0.86;
}
