.af2_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.af2_add_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.af2_add_category_input {
    width: 50%;
}

.af2_category_list {
    margin-top: 40px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}