.g-container:has(+ .whitespace) {
    display: none; /** Prevent the title (inside .g-container) from showing because this article is only meant to serve as whitespace */
}

.whitespace.--small {
    height: 2rem;
}

.whitespace.--medium {
    height: 4rem;
}

.whitespace.--large {
    height: 6rem;
}
