.oak-location { &-map { width: 100%; height: 500px; } &-list { height: 500px; overflow: auto; &-header { display: flex; flex-direction: row; align-items: center; } &-checked { color: var(--oak-color-primary); font-size: 24px; } &-loadingBox { display: flex; flex-direction: row; justify-content: center; min-height: 100px; } } }