.algolia-providers-autocomplete-wrapper {
  position: relative;

  .aa-Panel {
    width: 100%;
    display: none;
    border: 1px solid #c2c2c2;
    padding-bottom: 0;
    max-height: 350px;
    overflow-y: scroll;
  }

  .algolia-results {
    padding: 8px;
  }

  .algolia-result {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 8px 16px;
    text-decoration: none;

    h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      color: #101212;

      em {
        font-style: normal !important;
        font-weight: 600;
        background-color: rgba(0,133,115,.1);
      }
    }

    i {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border: 1px solid #008573;
      border-radius: 50%;
      color: #008573;
      overflow: hidden;
      font-size: 15px;
    }

    &.active {
      background-color: rgba(0,133,115,.05);
    }
  }

  .algolia-view-all {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #F6F7F7;
    color: #101212;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
  }
}
