.collection-list-wrapper .card__content {
    text-align: center;
}

.collection-list-wrapper .button {
    display: inline;
    background: white;
    box-shadow: none !important;
    color: rgb(var(--color-foreground));
    border-bottom: 1px solid rgb(var(--color-foreground));
    padding: .5rem;
    min-width: 0;
    height: -10px;
}

.collection-list-wrapper .button::after,
.collection-list-wrapper .button:hover::after {
    box-shadow: none;
}

.collection-list-view-all {
    margin-top: 3.3rem;
}
