.press-communication .grid-2-left {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 40px;
}

.press-communication .press-box {
    border: 1px solid #C4C4C4;
    padding: 45px 40px;
    box-shadow: 0 4px 20px 0 #0000001A;
    height: fit-content;
}

.press-communication .press-box h2 {
    margin-bottom: 0;
}

.press-communication .press-box img {
    margin-bottom: 0;
}

.press-communication .press-box .media-download {
    display: grid;
    row-gap: 15px;
}

.press-communication .select2-container {
    min-width: 60px;
}

.press-communication .cc-ajax-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 61px 30px;
}

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

.press-communication .contentWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.press-communication .contentWrapper a {
    margin-top: auto;
}

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

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

a.download {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

a.download:hover {
    color: var(--link-text-hover);
}

a.download img, .press-communication .cc-itemWrapper img {
    margin-bottom: 0;
}

.press-communication .cc-itemWrapper:before {
    position: absolute;
    top: -40px;
    left: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
}

.year-2025 + .year-2024 {
    grid-column-start: 1;
}

.press-communication .cc-itemWrapper.year-2025:before {
    content: "2025";
}

.press-communication .cc-itemWrapper.year-2025 ~ .year-2025:before {
    content: "";
}

.press-communication .cc-itemWrapper.year-2024:before {
    content: "2024";
}

.press-communication .cc-itemWrapper.year-2024 ~ .year-2024:before {
    content: "";
}
