.execode-analytics-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: inherit;
  opacity: .72;
}
.execode-analytics-controls small {
  font: 600 10px/1.35 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.execode-analytics-controls button {
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  font: 800 10px/1 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}
.execode-analytics-controls button:active { transform: translateY(1px); }
@media (max-width: 680px) {
  .execode-analytics-controls {
    align-items: flex-start;
    flex-direction: column;
  }
}
