.GlobalSearchResults {
    position: relative;

    &-search {
        @include center-v;

        cursor: pointer;
        position: absolute;
        right: 10px;
        top: calc(50% - 8px);
    }

    &-heading {
        border-bottom: 1px solid $grey_150;
        color: $grey_600;
        font-weight: bold;
        padding: 5px 10px;
    }

    &-footer {
        color: $blue;
        cursor: pointer;
        padding: 5px 10px;
        text-align: right;
        width: 100%;

        &:hover {
            background: var(--gray-200);
            border-color: var(--gray-200);
        }

        &-static {
            padding: 1rem;
            text-align: center;
        }
    }
}
