.timeline-container {
  display: flex;
  height: calc(100vh - 160px);  /* Adjust if header height changes */
  margin: 0;
}

.timeline-config-panel {
  width: 300px;
  padding: 1rem;
  overflow-y: auto;
  background: #f7f7f7;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.timeline-config-panel label,
.timeline-config-panel fieldset {
  display: block;
  margin-bottom: 0.75rem;
}

.timeline-config-panel fieldset {
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.short-input {
  margin-right: 0;
  margin-left: auto;
  width: 75px;
  display: inline-flex;
}

.timeline-output-panel {
  flex: 1;
  overflow: auto;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-output-panel svg,
.timeline-output-panel img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
