#search-list{
    margin-top:2em;
}

.list-type-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-type-item:not(:first-child){
    margin-top:2em
}

.list-type-header{
    margin-bottom:1em
}

.box-more{
    border-radius: 20px;
    background: var(--color-theme);
    border: none;
    padding: 0.25em .75em;
    font-weight: 400;
    cursor: pointer;
    height: min-content;
    width: max-content;
    margin-top:1em;
}

.item-total{
    border-radius: 20px;
    border: 1px solid var(--color-theme);
    padding: 0.25em .75em;
    font-weight: 400;
    height: min-content;
    width: max-content;
    margin-top:1em;
}

.box-more .total{
    font-weight: 600;
}

.box-more a {
    color: white;
}