.aatg-wrap .aatg-tokens code {
  margin-right: 4px;
}

.aatg-bulk-actions {
  margin: 1em 0;
}

.aatg-bulk-actions .button {
  margin-right: 6px;
}

.aatg-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 16px;
  max-width: 900px;
  margin-top: 10px;
}

.aatg-metric {
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dcdcde;
}

.aatg-metric-total {
  background: #f8fafc;
}

.aatg-metric-missing {
  background: #fff5f5;
}

.aatg-metric-generated {
  background: #f3faf7;
}

.aatg-label {
  display: block;
  font-size: 13px;
  color: #50575e;
  margin-bottom: 4px;
}

.aatg-value {
  font-size: 20px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 782px) {
  .aatg-metrics {
    grid-template-columns: 1fr;
  }
}
