#searchLocation { width: 93%; padding: 0.8rem 3rem; margin-bottom: 10px; border: 1px solid var(--button-border); border-radius: 5px; } #removeMarkers { margin-right: 1rem; margin-left: 1rem; } #searchResults { display: inline-block; margin-top: -0.9rem; margin-left: 0; width: 100%; height: 67%; border-top: 1px; option { cursor: pointer; padding: 0.55rem; &:hover { background-color: var(--button-border); } } } #searchButton { margin-left: -1rem; margin-top: 0; z-index: 2; position: relative; background: var(--link-color); border-radius: 3px; height: 2.9rem; } #count_features_fond { position: fixed; bottom: 4.5rem; right: 10px; z-index: 10; background: white; padding: 0.85rem 1rem; border-radius: 8px; } .search-source-control { margin: 5px 0; font-size: 0.9em; label { display: flex; align-items: center; gap: 5px; } input[type="checkbox"] { margin: 0; } } .close-results-button { border: 0; border-radius: 3px; position: absolute; left: -5px; background: #ccc; height: 2.8rem; margin-top: -3.6rem; }