.selected-loc {
  margin-bottom: 20px;

  .components-base-control {
    margin: 5px !important;
  }

  &__error {
    color: red;
  }
}

.gr-list__icon{
  background-image: url(./img/GoogleReviews.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.wp-block-create-block-gdpr-extensions.com-google-reviews-list {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.hidden {
  display: none;
}

.gr-list {

  &__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  &__item {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 40px;
    border: 1px solid #ffffff;
    border-color: inherit;

    &.hidden {
      display: none;
    }

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }
  }

  &__reviewer-info {
    flex: 0 1 16%;
    margin-right: 30px;
  }

  &__reviewer-name {
    font-weight: bold;
    font-size: 16px;

  }

  &__review-text {
    font-size: 16px;
    line-height: 28px;
    margin: 24px 0;
  }

  &__reviewer-date {
    font-size: 14px;
  }

  &__review-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
  }


  &__more-text {
    display: none;
  }

  &__see-more,
  &__see-less {
    display: inline;
    color: inherit !important;
    cursor: pointer;
    margin-top: 15px;
    text-decoration: underline;
  }

  &__see-less {
    display: none;
  }

  &__see-more:hover,
  &__see-less:hover {
    text-decoration: none;
  }

  &__hidden {
    display: none;
  }

  &__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0;

    button {
      cursor: pointer;
      padding: 10px 20px;
      background-color: #0073aa;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-size: 16px;
    }
  }

  &__star-rating {
    display: flex;
    color: #fac710;
    text-align: left;
  }

  .material-icons {
    font-size: 30px !important;
  }

  &__review-source {
    align-self: flex-end;
    margin: 0;
    font-size: 16px;
    margin-top: auto;
  }

}

img.gr-list__reviewer-photo {
  width: 70px;
  margin-bottom: 10px;
}
.grl-list__dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;

  *{
    color: inherit !important;
  }
}

.grl-list__dropdown{
  text-align: end;

  .grl-list__dropdown-select {
    outline: unset;
    border: none;
    background-color: transparent;
    font-size: 16px;
    box-shadow: unset;
    cursor: pointer;
  
    &:focus{
      outline: unset;
      border: none;
      box-shadow: unset;

    }
  }

  .grl-list__dropdown-wrapper{
    max-width: 260px;
    display: flex;
    align-items: center;
    box-shadow: unset;
  }
}
