.main {
  background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1920.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: start;
}
.ayri-reviews__catalog{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ayri-section__reviews__catalog{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 70px 0 70px 0;
}
.gold{
    border: solid 2px #E5A938;
}
.ayri-gotoprofile-btn-holder a{
    display: block;
}
.ayri-gotoprofile-btn-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.like-btn{
    cursor: pointer;
}
.like-btn img {
    width: 24px;
    height: 26px;
}
.like-btn:hover .comment__item-likes-approved{
  color: #1c1429;
}
.allreviews__filter-inner {

}

.allreviews__filter {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 14px 6px;
  padding: 16px 10px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.06);
}

.allreviews__filter-icon {

}

.allreviews__sort-inner {
  display: flex;
  justify-content: flex-end;
}

.allreviews__sort-btns, .allreviews__sort-btn {
  border-radius: 14px 6px;
  padding: 9px 5px;
  min-width: 197px;
  min-height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 30ms ease-in-out;
}
.allreviews__sort-btns{
    max-width: 215px;
}
.allreviews__sort-btn{
    width: 100%;
    max-width: 100%;
}
.allreviews__sort-btns:hover, .allreviews__sort-btn:hover {
  background: #181a1f;
}

.sort__modal.active .allreviews__sort-btn {
  background: #181a1f;
}

.allreviews__sort-value {
  width: 100%;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-h);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.allreviews__sort-marker {
  color: #e5a938;
}

.sort__modal {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  flex-direction: column;
  row-gap: 7px;
  background: rgba(30, 31, 35, 0.8);
  padding: 3px;
  border-radius: 5px;
  width: 100%;
}

.sort__modal.active {
  display: flex;
}

.sort__modal > .allreviews__sort-btn.active {
  display: none;
}

@media (max-width:1320px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1024-768.webp');
    }
    .ayri-section__reviews__catalog{
        padding: 50px 20px 70px 20px;
        
    }
}
@media (max-width: 1200px) {
.ayri-gotoprofile-btn-holder{
    flex-flow: row wrap;
    gap: 10px 20px;
}
  .comment__item-likes{
  }
}
@media (max-width:980px) {
    .ayri-section__reviews__catalog{
        padding: 30px 20px 50px 20px;
    }
}

@media (max-width:580px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girl_bg_320.webp');
    }
    .ayri-section__reviews__catalog{
        padding: 20px 5px 40px 5px;
    }
}




