/* Ensure the swagger-ui-tag iframe fills its content height */
.swagger-ui-iframe {
  min-height: 5800px !important;
  height: auto !important;
}

/* Doc-vs-code verification overlay status colors */
:root {
  --verified-green: #00ba7c;
  --threshold-amber: #f7b928;
  --alert-red: #f4212e;
}
.cl-ok   { color: var(--verified-green) !important; }
.cl-warn { color: var(--threshold-amber) !important; }
.cl-bad  { color: var(--alert-red) !important; }
