/*
Theme Name: JAEGER automotive
Theme URI: https://jaeger-automotive.de
Author: Marcel Pietsch
Author URI: https://asteroiddigital.com
Description:
Version: 1.0
Text Domain: jaeger
*/
.api-table .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .api-table .flex-row span {
      display: flex;
      gap: 10px;
      align-items: center;
      white-space: nowrap;
  }
  .api-table .flex-row span em {
      background:#575757;
      border-radius: 50%;
      display: inline-block;
      width: 10px;
      height: 10px;
  }
  .api-table .flex-row span em.none {
      background: #d61919;
  }
  .api-table .flex-row span em.low {
      background: #e2ae21;
  }
  .api-table .flex-row span em.high {
      background: #4ba22c;
  }