.profile-card {
  max-width: 520px;
}

.profile-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--text-primary);
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
}

.profile-row:last-child {
  border-bottom: none;
}

.profile-label {
  min-width: 130px;
  font-size: 0.82rem;
  color: var(--text-secondary, rgba(255, 255, 255, 0.55));
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.profile-value {
  font-size: 0.92rem;
  color: var(--text-primary);
}

.profile-note {
  font-size: 0.75rem;
  color: var(--text-secondary, rgba(255, 255, 255, 0.4));
  margin-left: 4px;
}

.profile-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.88rem;
}

.profile-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--neon-blue, #00d4ff);
  cursor: pointer;
}

.profile-currency-local .money-select {
  min-width: 160px;
}
