.sd-testdrive-orientation-card {
  background: linear-gradient(135deg, rgba(141, 240, 90, 0.16), rgba(239, 16, 37, 0.16)), #070707f2;
  border: 1px solid rgba(141, 240, 90, 0.55);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 22px rgba(141, 240, 90, 0.15);
}

.sd-testdrive-orientation-copy {
  display: grid;
  gap: 3px;
}

.sd-testdrive-orientation-copy span {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.sd-testdrive-orientation-copy strong {
  color: var(--foreground);
  font-size: 1.08rem;
  font-weight: 1000;
  line-height: 1.05;
}

.sd-testdrive-orientation-frame {
  aspect-ratio: 16 / 9;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sd-testdrive-orientation-frame iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.sd-testdrive-orientation-link {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  justify-self: end;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media print {
  .sd-testdrive-orientation-card {
    display: none !important;
  }
}
