.elementor-1877 .elementor-element.elementor-element-6a671ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1877 .elementor-element.elementor-element-b1690a2{padding:0px 0px 0px 0px;}.elementor-1877 .elementor-element.elementor-element-1890305{padding:0px 0px 0px 0px;}.elementor-1877 .elementor-element.elementor-element-a12800d{padding:0px 0px 0px 0px;}body.elementor-page-1877:not(.elementor-motion-effects-element-type-background), body.elementor-page-1877 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://launchpoint.travel/wp-content/uploads/2026/05/Visitor-Profile-01.svg");background-position:top center;background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-1877 .elementor-element.elementor-element-6a671ad{--content-width:960px;}}/* Start custom CSS for shortcode, class: .elementor-element-b36d388 */.lp-profile-wishlist-section {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 42px 32px 30px;
  border-radius: 34px;
  background: #fff;
  box-sizing: border-box;
}

.lp-profile-wishlist-head {
  max-width: 850px;
  margin: 0 auto 46px;
  text-align: center;
}

.lp-profile-wishlist-head h2 {
  margin: 0 0 22px;
  color: #193b8c;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 800;
}

.lp-profile-wishlist-head p {
  margin: 0 auto;
  max-width: 840px;
  color: #7f7f7f;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.lp-profile-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 42px;
}

.lp-profile-wishlist-card {
  margin: 0;
}

.lp-profile-wishlist-card .lp-wishlist-card-image {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.lp-profile-wishlist-card .lp-wishlist-image-link {
  display: block;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.lp-profile-wishlist-card .lp-wishlist-image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.35s ease;
}

.lp-profile-wishlist-card:hover .lp-wishlist-image-link img {
  transform: scale(1.04);
}

.lp-profile-wishlist-card .lp-wishlist-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(235, 235, 225, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
  text-decoration: none;
  z-index: 2;
}

.lp-profile-wishlist-card .lp-wishlist-arrow img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.lp-profile-wishlist-card:hover .lp-wishlist-arrow {
  transform: translate(4px, -4px);
  background: rgba(255, 255, 255, 0.94);
}

.lp-profile-wishlist-card .lp-wishlist-card-content {
  padding-top: 16px;
}

.lp-profile-wishlist-card .lp-wishlist-card-content h3 {
  margin: 0 0 8px;
  color: #193b8c;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.lp-profile-wishlist-card .lp-wishlist-card-content h3 a {
  color: inherit;
  text-decoration: none;
}

.lp-profile-wishlist-card .lp-wishlist-card-content p {
  margin: 0;
  color: #8e8e8e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.lp-profile-wishlist-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #eef1f7;
  color: #193b8c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.lp-profile-wishlist-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.lp-profile-wishlist-more {
  min-width: 380px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background: #ffba5c;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.lp-profile-wishlist-more:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.lp-profile-wishlist-empty,
.lp-profile-wishlist-message {
  grid-column: 1 / -1;
  margin: 0;
  color: #7f7f7f;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .lp-profile-wishlist-section {
    padding: 34px 20px 26px;
    border-radius: 24px;
  }

  .lp-profile-wishlist-head {
    margin-bottom: 30px;
  }

  .lp-profile-wishlist-head p {
    font-size: 16px;
  }

  .lp-profile-wishlist-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-profile-wishlist-card .lp-wishlist-arrow {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .lp-profile-wishlist-card .lp-wishlist-arrow img {
    width: 18px;
    height: 18px;
  }

  .lp-profile-wishlist-card .lp-wishlist-card-content h3 {
    font-size: 22px;
  }

  .lp-profile-wishlist-more {
    min-width: 100%;
    height: 62px;
    font-size: 22px;
    gap: 46px;
  }
}/* End custom CSS */