.nav-links { align-items: center; }
.nav-links .studio-link, .nav-drawer .studio-link { display: inline-flex; align-items: center; white-space: nowrap; }
.co-consent { display: flex; align-items: flex-start; gap: 8px; margin: 0; text-align: left; }
.co-consent input { margin-top: 3px; flex: none; accent-color: #dedede; }

/* Окно занимает (246, 246, 2992, 1876) в исходном кадре 3484 × 2368. */
.workspace-shot { position: relative; aspect-ratio: 2992 / 1876; overflow: hidden; border: 0; border-radius: 1.34% / 2.13%; background: none; }
.workspace-shot > img {
  position: absolute; width: calc(100% * 3484 / 2992); max-width: none; height: auto;
  left: calc(-100% * 246 / 2992); top: calc(-100% * 246 / 1876);
  -webkit-mask-image: none; mask-image: none;
}
