/**
 * WPEasyBoard — Frontend Styles
 * Wird automatisch vom Plugin geladen.
 * Alle WP-Frontend-Anpassungen hier sammeln.
 */

/* === Kategorie-Überschriften === */
.wpeb-category-heading {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0;
}

/* === Services Liste === */
.wpeb-services {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpeb-service-item {
  display: inline-flex;
  align-items: center;
  background: rgba(158, 20, 95, 1);
  color: #fff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  list-style: none !important;
}

.wpeb-service-item::before {
  content: "✓";
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
  font-size: 20px;
}
