.press .year-select .select2-container {
    min-width: 40px;
}

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

.press .cc-ajax-wrapper .cc-itemWrapper {
    position: relative;
    border: solid var(--link-text-hover) 1px;
    padding: 30px;
}

.press .cc-itemWrapper .title {
    margin-bottom: 10px;
}

.press .cc-itemWrapper .excerpt {
    font-weight: bold;
    margin-bottom: 17px;
    padding-bottom: 0;
}

.press .cc-itemWrapper .type {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #D41123;
    border-radius: 20px;
    padding: 8px 12px;
    color: white;
    font-size: 13px;
    line-height: 15px;
}

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

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