.news-single .newsImageWrapper
{
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 50vh;
}

ul.f3-widget-paginator
{
    display: flex;
    gap: 1rem;
    grid-column: 1 / -1;
    margin-inline: auto;
    padding-left: 0;
    list-style: none;
}

.news-list-view h3
{
    margin-top: 0;
    word-wrap: balance;
    word-break: break-word;
}

.news-list-date
{
    display: block;
    width: fit-content;
    margin-left: auto;
}

.material-icons
{
    display: block;
    height: 1rem;
    width: 1.5rem;
    margin-top: 0.2rem;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.first .material-icons
{
    background-image: url("images/first_page.svg");
}

.last .material-icons
{
    background-image: url("images/last_page.svg");
}

.previous .material-icons
{
    width: 1.1rem;
    background-image: url("images/arrow_back.svg");
}

.next .material-icons
{
    width: 1.1rem;
    background-image: url("images/arrow_back.svg");
    rotate: 180deg;
}
