﻿.title-and-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.collection__title .title.view-all-above {
    margin-bottom: 0;
}

.title-and-button-wrapper .underlined-link {
    font-family: var(--font-subheading-family);
    font-size: 1rem;
    letter-spacing: 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}