/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Version: 1.0
*/
.viewer-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.viewer-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.viewer-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.viewer-navigation a {
    font-size: 18px;
    text-decoration: none;
    color: #0073aa;
}