/* ============================================================
   Brand Settings v0.4.2 — CSS
   ============================================================ */

.brand-field-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.brand-field-hint {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  margin-top: 4px;
  line-height: 1.4;
}

#brand-settings-card textarea.input {
  resize: vertical;
  min-height: 48px;
  line-height: 1.5;
}
