.emj-destination {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid #d8dae8;
  background: linear-gradient(180deg, #f7f8fd 0%, #ecedf7 100%);
  box-shadow: 0 10px 22px rgba(39, 52, 86, 0.12);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  --emj-d-expert-color-from: #22305b;
  --emj-d-expert-color-to: #ff8a1f;
}

.emj-destination,
.emj-destination * {
  box-sizing: border-box;
  min-width: 0;
}

.emj-destination__media {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.emj-destination__image,
.emj-destination__gallery-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.emj-destination__gallery {
  position: relative;
}

.emj-destination__gallery-image {
  display: none;
}

.emj-destination__gallery-image.is-active {
  display: block;
}

.emj-destination__gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(15, 23, 42, 0.48);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.emj-destination__gallery-btn--prev {
  left: 8px;
}

.emj-destination__gallery-btn--next {
  right: 8px;
}

.emj-destination__whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  background: #22c55e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.emj-destination__whatsapp i {
  font-size: 18px;
}

.emj-destination__whatsapp svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.emj-destination__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 14, 29, 0.86) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  z-index: 2;
}

.emj-destination__title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.emj-destination__rating {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.emj-destination__rating-star {
  color: #f6b130;
}

.emj-destination__panel {
  margin-top: 8px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 29, 58, 0.1);
  display: grid;
  gap: 10px;
}

.emj-destination__features {
  border-radius: 10px;
  border: 1px solid #ececf2;
  background: #f7f7fb;
  padding: 4px 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emj-destination__feature-item {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
}

.emj-destination__feature-item + .emj-destination__feature-item {
  border-left: 1px solid #ddddea;
}

.emj-destination__feature-icon {
  color: #23315b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.emj-destination__feature-icon i {
  font-size: 13px;
}

.emj-destination__feature-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.emj-destination__feature-text {
  color: #17203f;
  font-size: 12px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.emj-destination__cta {
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #ec6b37 0%, #ffb02d 100%);
  color: #fff;
  min-height: 40px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.emj-destination__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(234, 111, 55, 0.3);
}

.emj-destination__cta-icon {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.emj-destination__cta-icon i {
  font-size: 14px;
}

.emj-destination__cta-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.emj-destination__expert-wrap {
  display: flex;
  justify-content: center;
}

.emj-destination__expert {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  color: #22305b;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

.emj-destination__expert-icon {
  color: #38598c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.emj-destination__expert-icon i {
  font-size: 13px;
}

.emj-destination__expert-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.elementor-widget-ease_my_journey_website_destinations_widget[class*="emj-d-wa-anim-"] .emj-destination__whatsapp,
.elementor-widget-ease_my_journey_website_destinations_widget[class*="emj-d-cta-anim-"] .emj-destination__cta,
.elementor-widget-ease_my_journey_website_destinations_widget[class*="emj-d-expert-anim-"] .emj-destination__expert {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-wa-anim-none .emj-destination__whatsapp,
.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-cta-anim-none .emj-destination__cta,
.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-expert-anim-none .emj-destination__expert {
  animation-name: none;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-wa-anim-pulse .emj-destination__whatsapp {
  animation-name: emjDWaPulse;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-wa-anim-float .emj-destination__whatsapp {
  animation-name: emjDWaFloat;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-wa-anim-shake .emj-destination__whatsapp {
  animation-name: emjDWaShake;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-wa-anim-spin .emj-destination__whatsapp {
  animation-name: emjDWaSpin;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-cta-anim-pulse .emj-destination__cta {
  animation-name: emjDCtaPulse;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-cta-anim-float .emj-destination__cta {
  animation-name: emjDCtaFloat;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-cta-anim-glow .emj-destination__cta {
  animation-name: emjDCtaGlow;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-cta-anim-wobble .emj-destination__cta {
  animation-name: emjDCtaWobble;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-expert-anim-color-shift .emj-destination__expert {
  animation-name: emjDExpertColorShift;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-expert-anim-rainbow .emj-destination__expert {
  animation-name: emjDExpertRainbow;
}

.elementor-widget-ease_my_journey_website_destinations_widget.emj-d-expert-anim-blink .emj-destination__expert {
  animation-name: emjDExpertBlink;
}

@keyframes emjDWaPulse {
  0%,
  100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes emjDWaFloat {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes emjDWaShake {
  0%,
  100% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
}

@keyframes emjDWaSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes emjDCtaPulse {
  0%,
  100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes emjDCtaFloat {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes emjDCtaGlow {
  0%,
  100% { box-shadow: 0 6px 16px rgba(234, 111, 55, 0.25); }
  50% { box-shadow: 0 10px 24px rgba(234, 111, 55, 0.45); }
}

@keyframes emjDCtaWobble {
  0%,
  100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

@keyframes emjDExpertColorShift {
  0% { color: var(--emj-d-expert-color-from); }
  100% { color: var(--emj-d-expert-color-to); }
}

@keyframes emjDExpertRainbow {
  0% { color: #22305b; }
  25% { color: #f97316; }
  50% { color: #0ea5e9; }
  75% { color: #22c55e; }
  100% { color: #a855f7; }
}

@keyframes emjDExpertBlink {
  0%,
  100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@media (max-width: 767px) {
  .emj-destination__image,
  .emj-destination__gallery-image {
    height: 210px;
  }

  .emj-destination__features {
    grid-template-columns: 1fr;
  }

  .emj-destination__feature-item {
    justify-content: flex-start;
    min-height: 30px;
    padding: 6px;
  }

  .emj-destination__feature-item + .emj-destination__feature-item {
    border-left: none;
    border-top: 1px solid #ddddea;
  }
}
