:root {
    --color-breadcrumbs: 117 117 117;
    --color-red: 229, 38, 31;
    --color-lightgray4: 112 112 112;
}
span.page-numbers.current {
    background-color: rgb(var(--color-red));
}

.kirp_calendar_list .group button.active > span {
    background-color: rgb(var(--color-red));
}
.wp-block-file a.wp-block-file__button.wp-element-button {
    color: #FFF;
}

.swiper-button-next .sr-only, .swiper-button-prev .sr-only {
    background: black;
    color: #FFF;
}