.footnote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footnote-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.footnote-marker {
  min-width: 2.5em;
  text-align: right;
  flex-shrink: 0;
  margin-right: 1em;
}

.footnote-content {
  flex: 1;
}

.cta-banner {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.cta-text {
  flex: 2 1 260px;
}

.cta-text h3 {
  margin: 0 0 0.5rem 0;
}

.cta-video {
  flex: 1 1 200px;
  width: 100%;
  max-width: 420px;
}

.video-container {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.inline-command {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bar-plot img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
