/* === SETTINGS PAGE === */
.settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.settings-item:last-child {
    border-bottom: none;
}

.settings-item span:first-child {
    color: #2d1f4a;
}

.settings-item .value {
    color: #7a6a92;
    font-size: 0.8rem;
}
