.webdos-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 1.5em 0;
}

.webdos-player {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
}

.webdos-player canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.webdos-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.webdos-status {
  font-size: 0.85rem;
  color: #666;
}
