.cc-publications-ajax-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cc-publications-ajax-wrapper .image-outer {
    position: relative;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.publications .image-wrap img {
    width: auto;
    max-width: 210px;
    max-height: 200px;
    margin-bottom: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.cc-publications-ajax-wrapper .date {
    margin-bottom: 10px;
}

.cc-publications-ajax-wrapper .excerpt {
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.cc-publications-ajax-wrapper .download {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #D41123;
    border-radius: 25px;
    position: absolute;
    bottom: -20px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.cc-publications-ajax-wrapper .nectar-button[data-color-override="false"].regular-button {
    background-color: var(--uel-grey) !important;
}

.cc-publications-ajax-wrapper .nectar-button {
    color: var(--dark-blue);
}

.cc-publications-ajax-wrapper .nectar-button:hover {
    color: var(--dark-blue) !important;
}