.elementor-34418 .elementor-element.elementor-element-e719c42:not(.elementor-motion-effects-element-type-background), .elementor-34418 .elementor-element.elementor-element-e719c42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(270deg, #FFF2F6 20%, #E3F2FF 80%);}.elementor-34418 .elementor-element.elementor-element-e719c42{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-30px;margin-bottom:0px;}.elementor-34418 .elementor-element.elementor-element-e719c42 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-68f172b *//* Обёртка блока "Дякуємо за покупку!" */
.ls-thankyou {
  padding: 40px 20px;
  background: #f7f8fc;
}

.ls-thankyou__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Заголовок и подзаголовок */
.ls-thankyou__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #111827;
}

.ls-thankyou__subtitle {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #4b5563;
}

/* Сетка карточек */
.ls-thankyou__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Карточки */
.ls-thankyou__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
}

.ls-thankyou__card--accent {
  border: 1px solid #2563eb;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.18);
}

/* Заголовки внутри карточек */
.ls-thankyou__card-title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 600;
  color: #111827;
}

/* Текст карточек */
.ls-thankyou__text,
.ls-thankyou__note {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0 0 10px;
}

.ls-thankyou__note {
  font-size: 13px;
  color: #6b7280;
}

/* Списки */
.ls-thankyou__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.ls-thankyou__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 6px;
}

.ls-thankyou__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2563eb;
}

/* Контакт с менеджером */
.ls-thankyou__contact {
  font-size: 14px;
  margin: 0 0 8px;
  color: #111827;
}

.ls-thankyou__contact a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.3);
}

.ls-thankyou__contact a:hover {
  border-bottom-color: rgba(37, 99, 235, 0.8);
}

/* Адаптив под телефон */
@media (max-width: 767px) {
  .ls-thankyou {
    padding: 30px 16px;
  }

  .ls-thankyou__title {
    font-size: 24px;
  }

  .ls-thankyou__subtitle {
    font-size: 14px;
  }

  .ls-thankyou__grid {
    grid-template-columns: 1fr;
  }

  .ls-thankyou__card {
    padding: 18px 16px;
  }
}/* End custom CSS */



