/* * when an alert is the first child of the page, with a banner, we do not want the alert to be merged with the banner */ div.container.content { & > div { div.alert:nth-child(2) { margin-top: 1rem; } } }