/* Settings module */
.setting-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--brd); gap: 16px; }
.setting-row:last-of-type { border-bottom: none; }
