/* Ads Agent Dashboard — custom styles */

.text-sm {
  font-size: 0.8125rem;
}

.badge {
  font-weight: 500;
}

.markdown {
  white-space: pre-wrap;
  line-height: 1.6;
}

/* Health score colors */
.text-green { color: #2fb344; }
.text-yellow { color: #f59f00; }
.text-red { color: #d63939; }

/* Empty state */
.empty {
  text-align: center;
  padding: 2rem 1rem;
}
.empty-title {
  font-size: 1rem;
  color: #626976;
}
.empty-subtitle {
  font-size: 0.875rem;
}
