.mobile-nursery-ordering-options-button {
    font-size: inherit;
    padding-left: 18px;
    /* A parent style is using !important so we have to use !important here to override it.
     * Without this, the buttons have lots of vertical space between them. */
    padding-bottom: 5px !important;
    padding-top: 0 !important;
}

.nursery-filtering-note {
    font-size: small;
    padding-top: 5px;
    padding-left: 5px;
    width: 100%;
}

.name-filter-button-row {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ecoregion-buttons-row {
    /* Match the spacing above the list for Select Specific Nurseries */
    margin-bottom: 1rem;
}

.ecoregion-name-label {
    transition: background-color 500ms ease;
}

.ecoregion-name-label-highlighted {
    /* This is the standard Calscape highlight color, "sunshine". */
    background-color: #FFBA79;
    font-weight: bold;
}

#ecoregion-select-list {
    max-height: 12em;
    overflow: scroll;
    padding-left: 20px;
}

#nurseries-select-list {
    max-height: 12em;
    overflow: scroll;
    padding-left: 20px;
}

.name-input-wrapper-wrapper {
    /* Avoid highlight from getting clipped on left. */
    margin-left: 3px;
    /* Avoid highlight from getting clipped on right. */
    margin-right: 3px;
    /* Override inherited values to avoid too much space at top and bottom. */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    /* Override inherited value to avoid unwanted shadow. */
    box-shadow: none;
}