.desktop-fullscreen-control {
  position: absolute;
  inset: clamp(.75rem,1.2vw,1rem) clamp(.75rem,1.2vw,1rem) auto auto;
  z-index: 35;
  display: grid;
  place-items: center;
  inline-size: 2.25rem;
  block-size: 2.25rem;
  margin: 0;
  padding: .45rem;
  border: 1px solid rgba(230,190,96,.78);
  border-radius: .4rem;
  background: rgba(13,16,19,.78);
  color: #f4d27b;
  box-shadow: 0 .2rem .65rem rgba(0,0,0,.45);
  cursor: pointer;
  touch-action: manipulation;
}

.desktop-fullscreen-control:hover {
  border-color: #f4d27b;
  background: rgba(24,27,30,.94);
}

.desktop-fullscreen-control:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.desktop-fullscreen-control[hidden] {
  display: none;
}

.desktop-fullscreen-control svg {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
