.item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 0.5rem 0;
}

.item span:first-child {
    width: 5rem;
}