.services-and-follow {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(185, 186, 195, 0.15);
}
.services-and-follow hr {
  border: 1px solid #ebecef;
}
.travel-with-me > h2,
.services-offer > h2 {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.112px;
}
.creator-services > div {
  cursor: pointer;
  display: grid;
  padding: 14px 0px;
  grid-template-columns: auto 50px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #212735;
  position: relative;
}
.creator-services > div:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 1px;
  background: linear-gradient(90deg, rgba(235, 236, 239, 0.2) 0%, #ebecef 50%, rgba(235, 236, 239, 0.2) 100%);
  bottom: 0;
}

.creator-services > div > div:nth-child(2) {
  text-align: right;
}
.creator-services > div .pricing {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
.creator-services > div .pricing h5 {
  color: var(--Light-Base-Primary, #5b42f5);
  font-size: 12px;
  font-weight: 500;
  line-height: 16.192px; /* 133.333% */
}
.creator-services > div .pricing span > div:nth-child(2) {
  font-size: 12px;
  color: #7f8a89;
  text-decoration: line-through;
}
.price-card > div {
  display: none;
}
.creator-services > div > div:nth-child(1) {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
.creator-services > div h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.creator-services > div p {
  font-size: 12px;
  color: #7f8a89;
  margin: 0;
  font-weight: 300;
}
.social-media-group-link-cont {
  width: 100%;
  display: grid;
  grid-template-columns: 32px auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  background: #3f48b7;
  padding: 24px 16px;
  margin: 20px 0;
  border-radius: 16px;
}
.social-media-group-link-cont > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.14px;
  margin: 0;
}
.services-and-follow .best-deals {
  display: none;
}
.profile-bio-content {
  color: #475569 !important;
}
#products-carousels-widget-react {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media only screen and (max-width: 667px) {
  .social-media-group-link-cont {
    width: auto;
    margin: 16px 16px 0;
  }
  .social-media-group-link-cont > h3 {
    font-size: 16px;
  }
  .services-and-follow {
    border-radius: 0;
  }

  #products-carousels-widget-react {
    gap: 12px !important;
  }
  #itineraries-carousel-react,
  #activities-carousel-react,
  #stays-carousel-react {
    padding: 16px !important;
    border-radius: 0px !important;
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
  }
}

.advisor-profile-header {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
  border-radius: 16px;
  /* border: 1px solid #eaecf5; */
  background: #fff;
  /* box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08); */
  padding: 16px 10px 10px 16px;
}
.advisor-profile-header > .profile-and-bio {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 8px;
}
.advisor-profile-header > .profile-and-bio > img {
  height: 170px;
  width: 170px;
  min-width: 170px;
  min-height: 170px;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255);
  margin-top: -34px;
  object-fit: cover;
  cursor: pointer;
}
.advisor-profile-header > .profile-and-bio .name-and-ctas-cont {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.advisor-profile-header > .profile-and-bio .name-social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.advisor-profile-header > .profile-and-bio .name-social-links > h2 {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.14px;
  margin: 0;
}
.advisor-profile-header > .profile-and-bio .name-social-links .yt-insta-logo {
  display: flex;
  gap: 16px;
}
.advisor-profile-header > .profile-and-bio .badges-and-bio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.advisor-profile-header > .profile-and-bio .badges-and-bio .badge {
  border-radius: 50px;
  border: 1px solid #c2caff !important;
  background: #ecefff !important;
  display: flex;
  gap: 8px;
  padding: 8px;
}
.advisor-profile-header > .profile-and-bio .badges-and-bio .badge > p {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}

.advisor-profile-header > .profile-and-bio .profile-bio-text-cont {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.advisor-profile-header > .profile-and-bio .profile-bio-text-cont .read-more-cta {
  color: #5b41f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  cursor: pointer;
}
.advisor-profile-header > .profile-and-bio .destination-expertise {
  display: flex;
  width: fit-content;
  border-radius: 6px;
  background: var(--Light-Base-BG1, #f6f8fb);
  padding: 4px 8px;
}

#itineraries-carousel-react,
#activities-carousel-react,
#stays-carousel-react {
  padding: 24px 12px 24px 24px;
  border-radius: 16px;
  border: 1px solid #eaecf5;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}

@media only screen and (max-width: 1024px) {
  .profile-bio-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .advisor-profile-header {
    width: 100%;
    border-radius: 0;
    margin-bottom: 12px;
    position: relative;
    margin-top: 4px;
    padding: 16px 10px 40px 16px;
  }
  .advisor-profile-header > .profile-and-bio {
    grid-template-columns: 65px auto;
  }
  .advisor-profile-header > .profile-and-bio > img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255);
    margin-top: 0;
    border: none;
  }
  .advisor-profile-header > .profile-and-bio .name-social-links > h2 {
    color: var(--Light-Text-Primary, #0f232f);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; /* 200% */
    letter-spacing: -0.08px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .advisor-profile-header > .profile-and-bio .badges-and-bio .badge {
    display: none;
  }
  .advisor-profile-header > .profile-and-bio .name-and-ctas-cont {
    align-items: start;
  }
  .advisor-profile-header.empty-bio-header {
    padding: 16px 10px 20px 16px !important;
  }
  .advisor-profile-header > .profile-and-bio .empty-bio {
    bottom: 34px !important;
    left: 82px !important;
  }
  .advisor-profile-header > .profile-and-bio .destination-expertise {
    position: absolute;
    bottom: 8px;
    left: 10px;
    gap: 0;
    background: transparent;
    width: -webkit-fill-available; /* Chrome, Safari */
    width: -moz-available; /* Firefox */
    width: fill-available; /* Future standard */
  }
  .advisor-profile-header > .profile-and-bio .media-btns {
    display: none !important;
  }
  .advisor-profile-header > .profile-and-bio .media-btns .follow-share-btn {
    display: grid;
    grid-template-columns: auto auto auto !important;
  }
  .advisor-profile-header > .profile-and-bio .read-more-cta {
    display: none;
  }
  .advisor-profile-header > .profile-and-bio .badges-and-bio {
    gap: 0;
    margin-top: 0px;
  }
  .advisor-profile-page #trust-marker-react {
    margin-bottom: 120px !important;
  }
}
