.elementor-1391 .elementor-element.elementor-element-dffa689{--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-1391 .elementor-element.elementor-element-649f8f6{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-1391 .elementor-element.elementor-element-cd1acce .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-549ef2b .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-11292e5 img{width:650px;border-radius:4px 4px 4px 4px;}.elementor-1391 .elementor-element.elementor-element-bb0c579 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-a698f3b .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-3c0aa40 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-31a417f img{width:650px;border-radius:4px 4px 4px 4px;}.elementor-1391 .elementor-element.elementor-element-a729d6d .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1391 .elementor-element.elementor-element-dbf1469 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-1391 .elementor-element.elementor-element-649f8f6{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-1391 .elementor-element.elementor-element-649f8f6{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for html, class: .elementor-element-f1fc11e *//* Love in Crete Article CTA */
.lic-article-cta {
  margin: clamp(70px, 9vw, 120px) auto 0;
  padding: clamp(56px, 7vw, 90px) 24px;
  background: #111111;
  color: #f3eee7;
}

.lic-article-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lic-article-cta__eyebrow {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 184, 125, 0.82);
}

.lic-article-cta__title {
  margin: 0 0 22px;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.02em;
color: rgba(243, 238, 231, 0.92)!important;
}

.lic-article-cta__text {
  margin: 0 auto 30px;
  max-width: 620px;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.85;
  font-weight: 300;
  color: rgba(243, 238, 231, 0.76);
}

.lic-article-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid rgba(214, 184, 125, 0.75);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3eee7;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lic-article-cta__button:hover {
  background: rgba(214, 184, 125, 0.14);
  border-color: rgba(214, 184, 125, 1);
  color: #ffffff;
}

@media (max-width: 767px) {
  .lic-article-cta {
    margin-top: 64px;
    padding: 54px 22px 66px;
  }

  .lic-article-cta__title {
    margin-bottom: 18px;
  }

  .lic-article-cta__text {
    line-height: 1.75;
    margin-bottom: 26px;
  }

  .lic-article-cta__button {
    padding: 12px 22px;
    font-size: 11px;
  }
}

.lic-article-cta__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lic-article-cta__button--secondary {
  border-color: rgba(243, 238, 231, 0.34);
  color: rgba(243, 238, 231, 0.82);
}

.lic-article-cta__button--secondary:hover {
  background: rgba(243, 238, 231, 0.08);
  border-color: rgba(243, 238, 231, 0.58);
  color: #ffffff;
}

@media (max-width: 767px) {
  .lic-article-cta__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .lic-article-cta__button {
    width: 100%;
    max-width: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-345839c *//* ==========================
   Love in Crete – Article FAQ
   ========================== */

.lic-article-faq {
  margin: clamp(70px, 9vw, 120px) auto 0;
  padding: 0 24px;
}

.lic-article-faq__inner {
  max-width: 860px;
  margin: 0 auto;
}

.lic-article-faq__eyebrow {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 184, 133, 0.95);
}

.lic-article-faq__title {
  margin: 0 0 clamp(40px, 5vw, 56px);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.05;
  font-weight: 500;
  color: #111111;
}

.lic-article-faq__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lic-article-faq__item {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding-top: 22px;
}

.lic-article-faq__item:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding-bottom: 22px;
}

.lic-article-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
  color: #111111;
}

.lic-article-faq__item summary::-webkit-details-marker {
  display: none;
}

.lic-article-faq__item summary::after {
  content: "+";
  flex-shrink: 0;

  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(17, 17, 17, 0.7);

  transition: transform 0.3s ease;
}

.lic-article-faq__item[open] summary::after {
  transform: rotate(45deg);
}

.lic-article-faq__item p {
  margin: 18px 0 0;

  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.78);

  max-width: 720px;
}

/* Mobile */

@media (max-width: 767px) {
  .lic-article-faq {
    padding: 0 20px;
  }

  .lic-article-faq__item summary {
    font-size: 1.35rem;
  }

  .lic-article-faq__item p {
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c54058 *//* ==========================
   Love in Crete – Author Box
   ========================== */

.lic-author-box {
  margin: clamp(70px, 9vw, 120px) auto 0;
  padding: 0 24px;
}

.lic-author-box__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(40px, 5vw, 56px);
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.lic-author-box__eyebrow {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 184, 133, 0.95);
}

.lic-author-box__title {
  margin: 0 0 32px;
  max-width: 700px;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
  font-weight: 500;
  color: #111111;
}

.lic-author-box p {
  margin: 0 0 24px;
  max-width: 720px;

  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.78);
}

.lic-author-box p:last-child {
  margin-bottom: 0;
}

/* Mobile */

@media (max-width: 767px) {
  .lic-author-box {
    padding: 0 20px;
  }

  .lic-author-box__title {
    margin-bottom: 28px;
  }

  .lic-author-box p {
    line-height: 1.8;
  }
}/* End custom CSS */