.SoundRecordingSearch {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .17);

    &-empty {
        &-text {
            background-color: #fff;
            border: 1px solid var(--gray-400);
            border-bottom-left-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-top-color: var(--gray-200);
            padding: 1.7rem;
            text-align: center;
        }

        .Select-control {
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    }

    .Select-menu {
        max-height: 40vh;
    }

    .GlobalSearchResults-footer {
        padding: 0;

        &-static {
            font-style: italic;
            padding: 2rem;
        }
    }

    .is-focused {
        .Select-control {
            border-color: var(--gray-400);
        }
    }
}
