.sandbox-media-host {
  position: relative;
}

.sandbox-media-dialog {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(20 18 16 / 55%);
  backdrop-filter: blur(4px);
}

.sandbox-media-dialog[hidden] {
  display: none;
}

.sandbox-media-card {
  width: min(100%, 30rem);
  padding: 1.25rem;
  border: 1px solid rgb(120 101 85 / 28%);
  border-radius: 1rem;
  background: #fffaf3;
  color: #211d19;
  box-shadow: 0 24px 70px rgb(20 18 16 / 28%);
}

.sandbox-media-card h2 {
  margin: .2rem 0 .55rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.sandbox-media-eyebrow {
  margin: 0;
  color: #a34f36;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sandbox-media-card video {
  width: 100%;
  margin-top: 1rem;
  border-radius: .75rem;
  background: #151515;
}

.sandbox-media-status {
  margin-top: .75rem;
  color: #6f6257;
  font-size: .875rem;
}

.sandbox-media-actions {
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
  margin-top: 1.25rem;
}
