.style-type-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.style-type-item {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.style-type-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.style-type-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.style-type-badge {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
}

.style-type-badge.on {
  background: rgba(94, 179, 246, 0.15);
  color: var(--accent);
}

.style-type-badge.off {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
}

.style-type-meta {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.style-type-actions {
  display: flex;
  gap: 8px;
}

.style-enabled-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.style-enabled-row label {
  margin: 0;
  font-size: 14px;
  color: var(--text);
}
