


/* Forking from the default cta-item-wrapper rendering */
#publication-type-selector .cta-item-wrapper .cta-actionable[action="change-publication-type"] {
    display: flex;
    justify-content: center;
    padding: 0 1rem;

    min-width: 12rem;
    min-height: 3rem;
}

#catalogue-results .publications {
    position: relative;
}
#catalogue-results .publications[data-display-view=tile] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Forking from the default publication-item-tile rendering */
#catalogue-results .publication-item-tile {
    margin-bottom: 9rem;
}
#catalogue-results .publication-item-tile ~ .publication-item-tile {
    margin-left: -1px;
}

/* Forking from the default publication-item-list rendering */
#catalogue-results .publication-item-list {
    padding: 6rem 0;
}


