.elementor-5806 .elementor-element.elementor-element-4bb8655c{--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-popup-modal-5806{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5806 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5806 .dialog-close-button{display:flex;}#elementor-popup-modal-5806 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-32857ccc *//* ================================
   HEY LOLLY EDIT SIGNUP POPUP
   Desktop / Tablet / Mobile
================================ */

/* Main popup wrapper */
.hl-edit-signup {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 34px;
  font-family: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(139, 160, 196, 0.88) 0%,
      rgba(156, 176, 207, 0.84) 46%,
      rgba(181, 197, 220, 0.78) 100%
    ),
    url("https://www.heylolly.co.uk/wp-content/uploads/2026/05/hey-lolly-sign-up-Large.jpeg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 65px rgba(90, 109, 145, 0.22);
}

.hl-edit-signup,
.hl-edit-signup * {
  box-sizing: border-box;
}

/* Soft creamy/pink veil */
.hl-edit-signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 8%,
      rgba(255, 248, 242, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 34%,
      rgba(239, 192, 191, 0.15),
      transparent 36%
    );
  pointer-events: none;
}

/* Inner layout */
.hl-edit-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 50px;
}

/* Copy block */
.hl-edit-copy {
  max-width: 690px;
}

/* Kicker */
.hl-edit-kicker {
  margin: 0 0 14px !important;
  color: #f3c5c1 !important;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-family: inherit;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 700;
}

/* Main title */
.hl-edit-copy h2 {
  margin: 0 0 20px !important;
  max-width: 640px;
  color: #fffaf4 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(3.2rem, 5.8vw, 5.2rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em;
  font-weight: 400 !important;
}

/* Lead copy */
.hl-edit-lead {
  margin: 0 0 22px !important;
  max-width: 670px;
  color: #fffaf6 !important;
  font-family: inherit;
  font-size: 1.08rem;
  line-height: 1.68;
  font-weight: 400;
}

/* Tags */
.hl-edit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.hl-edit-tags span {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid rgba(255, 250, 244, 0.42);
  border-radius: 999px;
  color: #fffaf4;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(4px);
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

/* Badge */
.hl-edit-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  padding: 13px 19px;
  border: 1px solid rgba(243, 197, 193, 0.88);
  border-radius: 999px;
  background: rgba(255, 248, 243, 0.09);
  backdrop-filter: blur(5px);
}

.hl-edit-badge span {
  color: #f3c5c1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: inherit;
  font-size: 0.62rem;
  line-height: 1.2;
  font-weight: 700;
}

.hl-edit-badge strong {
  color: #fffaf4;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.02rem;
  line-height: 1;
  font-weight: 400;
}

/* Note */
.hl-edit-note {
  margin: 0 !important;
  max-width: 660px;
  color: rgba(255, 250, 244, 0.9) !important;
  font-family: inherit;
  font-size: 0.96rem;
  line-height: 1.7;
  font-style: italic;
}

/* Form card */
.hl-edit-form-card {
  width: 100%;
  max-width: 720px;
  background: rgba(255, 249, 244, 0.97);
  border-radius: 30px;
  padding: 24px 30px 22px;
  box-shadow: 0 18px 45px rgba(91, 112, 145, 0.16);
  border: 1px solid rgba(255, 240, 235, 0.95);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

/* Form intro */
.hl-form-intro {
  margin: 0 0 12px !important;
  max-width: 600px;
  color: #5d6f90 !important;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 400;
}

/* Brevo iframe */
.hl-edit-form-card iframe {
  width: 100% !important;
  min-height: 450px;
  max-height: 500px;
  border: 0 !important;
  display: block;
  background: transparent;
  margin: 0 !important;
}

/* Form footer note */
.hl-form-note {
  margin: 4px 0 0 !important;
  max-width: 620px;
  color: rgba(93, 111, 144, 0.78) !important;
  font-family: inherit;
  font-size: 0.78rem;
  line-height: 1.45;
}

/* ================================
   TABLET
================================ */

@media (max-width: 900px) {
  .hl-edit-signup {
    max-width: 92vw;
    margin: 18px auto;
    border-radius: 30px;
  }

  .hl-edit-inner {
    padding: 40px;
    gap: 26px;
  }

  .hl-edit-copy,
  .hl-edit-form-card {
    max-width: 100%;
  }

  .hl-edit-copy h2 {
    max-width: 620px;
    font-size: clamp(3rem, 7vw, 4.6rem) !important;
  }

  .hl-edit-lead {
    max-width: 640px;
    font-size: 1.03rem;
  }

  .hl-edit-note {
    max-width: 640px;
  }

  .hl-edit-form-card {
    padding: 24px 26px 22px;
  }

  .hl-edit-form-card iframe {
    min-height: 470px;
    max-height: 520px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {
  .hl-edit-signup {
    max-width: 94vw;
    margin: 14px auto;
    border-radius: 24px;
  }

  .hl-edit-inner {
    padding: 28px 20px;
    gap: 22px;
  }

  .hl-edit-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.2em;
    margin-bottom: 12px !important;
  }

  .hl-edit-copy h2 {
    font-size: 2.75rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em;
    margin-bottom: 18px !important;
  }

  .hl-edit-lead {
    font-size: 0.96rem;
    line-height: 1.58;
    margin-bottom: 18px !important;
  }

  .hl-edit-tags {
    gap: 8px;
    margin-bottom: 18px;
  }

  .hl-edit-tags span {
    padding: 8px 13px;
    font-size: 0.76rem;
  }

  .hl-edit-badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 12px 15px;
    border-radius: 18px;
  }

  .hl-edit-badge span {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .hl-edit-badge strong {
    font-size: 0.98rem;
  }

  .hl-edit-note {
    font-size: 0.87rem;
    line-height: 1.62;
  }

  .hl-edit-form-card {
    padding: 20px 16px 18px;
    border-radius: 22px;
  }

  .hl-form-intro {
    margin-bottom: 8px !important;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .hl-edit-form-card iframe {
    min-height: 500px;
    max-height: 560px;
  }

  .hl-form-note {
    margin-top: 4px !important;
    font-size: 0.74rem;
    line-height: 1.42;
  }
}

/* ================================
   VERY SMALL MOBILE
================================ */

@media (max-width: 380px) {
  .hl-edit-inner {
    padding: 24px 16px;
  }

  .hl-edit-copy h2 {
    font-size: 2.45rem !important;
  }

  .hl-edit-tags span {
    font-size: 0.72rem;
    padding: 7px 11px;
  }

  .hl-edit-form-card {
    padding: 18px 14px 16px;
  }

  .hl-edit-form-card iframe {
    min-height: 520px;
  }
}/* End custom CSS */