.site-footer .copyright {
    color: #BBBEBF;
}

.visually-hidden:not(:focus):not(:active) {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap;
}

.highlights-section .highlights-wrap .highlight .inner-wrap .text:has(.read-more:focus) {
    height: 100%;
}

.highlights-section .highlights-wrap .highlight .inner-wrap:hover .text,
.highlights-section .highlights-wrap .highlight .inner-wrap:has(a.link-wrap:focus) .text {
    height: 100%;
}