.rounded-spacer .top-border-radius {
    border-top-right-radius: var(--global-border-radius-extra-large);
    border-top-left-radius: var(--global-border-radius-extra-large);
}
.rounded-spacer .bottom-border-radius {
    border-bottom-right-radius: var(--global-border-radius-extra-large);
    border-bottom-left-radius: var(--global-border-radius-extra-large);
}
.single-nw-blog .rounded-spacer.block:last-of-type,
.error404 .rounded-spacer.block:last-of-type {
    transform: rotate(180deg);
}