.page-hero {
    padding-block: clamp(70px, 9vw, 130px);
}

.entry-header,
.archive-header {
    margin-bottom: 42px;
}

.entry-featured-image {
    margin-bottom: 42px;
}

.entry-featured-image img {
    width: 100%;
    border-radius: var(--radius-md);
}

.navigation.pagination {
    margin-top: 48px;
}

.error-404 {
    min-height: 60vh;
    display: grid;
    align-items: center;
}
