/*
Theme Name:   Twenty Twenty-Three Child
Template:     twentytwentythree
*/

/* ==== Eigene Anpassungen ==== */
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--wp--style--global--content-size);
    margin: 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.post-navigation a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
}

.post-navigation a:hover {
    text-decoration: underline;
    color: #0055aa;
}

