.preview-switcher {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1000;
  display: grid;
  gap: 5px;
  width: min(240px, calc(100vw - 28px));
  padding: 10px;
  color: #10213f;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 33, 63, 0.16);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(12, 24, 48, 0.18);
  backdrop-filter: blur(10px);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.preview-switcher label {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-switcher select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(16, 33, 63, 0.22);
  border-radius: 8px;
  padding: 7px 9px;
  color: #10213f;
  background: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
}

@media (max-width: 720px) {
  .preview-switcher {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: min(260px, calc(100vw - 20px));
  }
}
