@layer genr.component {
    .no-search-results {
        width: 100%;
        max-width: var(--width-md);
        margin: 4rem auto;
    }

    .no-search-results__header {
        .headline {
            font-weight: 700;
            color: var(--color-light-patrol);
        }
    }

    .no-search-results__footer {
        margin-top: 2.5rem;
    }
}
