/* Demo-spezifische Ergänzungen zu shared/style.css */

.xo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 16px;
}

@media (max-width: 760px) {
  .xo-layout {
    grid-template-columns: 1fr;
  }
}

.xo-side h2 {
  font-size: var(--es-side-heading-size, 0.95rem);
  margin: 0 0 10px;
}

.xo-side p {
  font-size: var(--es-side-text-size, 0.83rem);
  color: var(--es-text-dim);
  line-height: 1.55;
  margin: 0 0 10px;
}

.xo-side p:last-child {
  margin-bottom: 0;
}

.xo-hint {
  font-size: var(--es-side-hint-size, 0.78rem);
  color: var(--es-accent);
  margin-top: 10px;
}

.xo-explainer {
  margin-top: 16px;
}

.xo-explainer h2 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.xo-explainer p {
  font-size: 0.88rem;
  color: var(--es-text-dim);
  line-height: 1.6;
  margin: 0 0 10px;
}

.xo-explainer p:last-child {
  margin-bottom: 0;
}

/* Umschalter Transit- / Radialgeschwindigkeitsmethode: nicht-aktiver
   Zustand nutzt den normalen es-btn-Stil, aktiver Zustand den Akzent-Stil. */
.xo-mode-btn {
  background: var(--es-panel-bg-2);
  border-color: var(--es-panel-border);
  color: var(--es-text);
  font-weight: 400;
}

.xo-mode-btn.is-active {
  background: var(--es-accent);
  border-color: var(--es-accent);
  color: #1a1a2e;
  font-weight: 600;
}
