.schedule-diagnostics {
  margin-top: 12px;
  border: 1px solid rgba(44, 54, 68, 0.9);
  border-radius: 14px;
  background: rgba(7, 10, 15, 0.62);
  color: var(--mo-muted);
}

.schedule-diagnostics summary {
  cursor: pointer;
  padding: 10px 12px;
  color: var(--mo-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-diagnostics-output {
  max-height: 320px;
  overflow: auto;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(44, 54, 68, 0.72);
  color: var(--mo-text);
  font-size: 12px;
  line-height: 1.35;
  white-space: pre-wrap;
}

@media (max-width: 700px) {
  .schedule-diagnostics-output {
    max-height: 220px;
    font-size: 10px;
  }
}
