.settings-steps-intro {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin: -0.25rem 0 1.5rem 0;
}

.settings-title-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0.25rem;
}

.settings-title-row h2 {
    margin-bottom: 0;
}

.settings-title-note,
.cat-description {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.settings-title-note {
    line-height: 1.35;
}

.cat-description {
    flex: 1 1 22rem;
    line-height: 1.35;
}

@media (max-width: 600px) {
    .settings-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }
}
