.category-age-picker {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.age-select {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.category-age {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.category-age__value {
    font-size: 18px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.category-age__value:hover {
    cursor: pointer;
}