.single-post .center {
    text-align: center;
}

.single-post .back-to-overview {
    width: 100%;
}

.single-post .back-to-overview:last-child {
    margin-top: 1rem;
}

.single-post .back-to-overview a {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.single-post .back-to-overview svg {
    height: 16px;
}

.single-post .icon-align-center img {
    margin: 0 0 -2px 0;
}