.languages__list {
    list-style: none;
}

.languages__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    border-bottom: 1px dashed var(--color-border);
    padding-bottom: 4px;
}

.languages__name {
    font-weight: 600;
    color: var(--color-text);
}

.languages__level {
    color: var(--color-text-muted);
    font-size: 13px;
}