.search-results {
  min-width: 200px;
  width: 100% !important;
  max-height: 350px;
  padding-right: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16), 0 0 16px rgba(0, 0, 0, 0.24) !important;
  margin: 6px 0 !important;
  overflow-y: auto; }
  .search-results .header {
    display: none; }
  .search-results__item {
    cursor: pointer;
    text-decoration: none;
    border-color: #eeeeee !important;
    line-height: 1 !important;
    padding: 8px !important;
    border-radius: 0 !important; }
    @media screen and (min-width: 768px) {
      .search-results__item {
        padding: 10px !important; } }
  .search-results__title {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500 !important; }
    @media screen and (min-width: 768px) {
      .search-results__title {
        font-size: 16px !important;
        line-height: 24px !important; } }
  .search-results__id::after {
    content: ' - '; }
  .search-results__name {
    font-weight: 700; }
