.eats-popup-item-infoContainer .eats-member-card-info-component > .eats-member-card-info-name {
  font-weight: 700;
  margin-top: 0;
  font-size: 25px;
  color: var(--main)!important;
}

.eats-popup-item-infoContainer .eats-member-card-info-component > * {
  color: var(--light-grey)!important;
}

.eats-popup-item-quote {
    font-size: 15px;
}

.eats-popup-item-description {
    font-size: 14px;
    line-height: 20px;
}

.eats-popup-item-description li {
    color: var(--light-grey);
    margin-left: 20px;
    padding: 2px 0 2px 10px;
}

.eats-popup-item-description ul {
    padding-top: 5px;
}

.eats-popup-item-description li::marker {
  content: " - ";
  font-size: 15px;
}

.eats-popup-item-description hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.eats-member-card-photo-photo.jsx-2327071926 {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.eats-member-card-gallery-component,
.eats-grid-component.jsx-2291552050 .eats-grid-item,
.eats-member-card-photo-photoContainer {
    height: 415px;
    margin-bottom: 20px;
}

.eats-member-card-photo-photo.jsx-3092092938 {
    transform: none;
    top: 0;
}

.eats-popup-item-containerHorizontal .eats-popup-item-photoContainer > .eats-member-card-photo-photoContainer {
    height: 100%;
}

.eats-member-card-photo-photo.jsx-758487266 {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.eats-popup-item-container {
    height: 550px;
}

.eats-popup-item-description {
    margin-bottom: 98px; 
}
/*
.eats-popup-item-description li:before {
    content: "\e959";
    font-family: 'Linearicons';
    font-size: 16px;
    margin-right: 10px;
    margin-left: -10px;
    display: inline-block;
}
*/

@media (max-width: 575px) {
  .popup-content .eats-members-component {
    padding: 0;
  }
  .popup-content .eats-popup-item-photoContainer {
    height: 415px;
  }
  .popup-content .eats-popup-item-quote {
    font-size: 13px;
    line-height: 22px;
  }
  .eats-popup-item-container {
    height: auto;
  }
}