:host { margin: 0; box-sizing: border-box; display: flex; flex-direction: column; } app-search-input { margin-bottom: 2rem; } .region-container { display: flex; flex-direction: column; > app-region { margin-bottom: 2rem; } }