.edge-run-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 18px;
}

[data-run-scope][hidden] {
  display: none !important;
}

.edge-run-tab {
  background: rgba(8, 16, 24, .26);
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  cursor: pointer;
  font-family: var(--edge-font);
  font-size: 18pt;
  font-weight: 800;
  padding: 9px 12px;
}

.edge-run-tab:hover,
.edge-run-tab:focus,
.edge-run-tab.is-active {
  border-color: rgba(255, 215, 0, .52);
  color: var(--edge-gold);
  outline: none;
}

.edge-run-tab.is-active {
  background: rgba(118, 185, 0, .14);
}

.edge-run-tab-meta {
  color: rgba(255, 255, 255, .66);
  display: block;
  font-size: 13pt;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3px;
}

.edge-facts-cycle {
  justify-self: start;
  min-width: 320px;
  opacity: .75;
  text-align: left;
}

.edge-cycle-value {
  color: #fff;
  display: block;
  font-family: var(--edge-font);
  font-size: 18pt;
  font-weight: 900;
  line-height: 1.15;
}

@media (max-width: 720px) {
  .edge-run-tabs {
    align-items: stretch;
    display: grid;
  }

  .edge-run-tab {
    text-align: left;
  }

  .edge-facts-cycle {
    margin-top: 8px;
    min-width: 0;
  }
}
