/* @define OdlPanel */
.OdlPanel-odlSearchLabel {
    color: var(--text-accent);
}

/* we need this class name to use a computed class in BlankSlate */

/* stylelint-disable-next-line plugin/selector-bem-pattern */
.OdlPanelSplashScreen-subText {
    color: var(--text-subtle);
}

.OdlPanel--unreachableGIS {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.OdlPanel-resultItems {
    overflow-y: auto;
    min-height: 0;
}

.OdlPanel-selectedItem {
    overflow-y: auto;
    min-height: 0;
}

.OdlPanel-searchResults {
    min-height: 0;
}

.OdlPanel-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.OdlPanel-container {
    border-radius: var(--cc-border-radius);
    border-color: var(--border-subtle);
    border-width: 1px;
    border-style: solid;
}

.OdlPanel-container--selected {
    background-color: var(--surface-subtle-light);
}

.OdlPanel-container--search {
    background-color: var(--surface-subtle-light);
    height: 60vh;
}

.OdlPanel-subheading {
    font-weight: var(--font-weight-semibold);
    line-height: 20px;
}

.OdlPanel-reselectButton {
    background-color: var(--surface-subtle-dark);
}
