.elementor-11059 .elementor-element.elementor-element-b0fbe49{--display:flex;}.elementor-11059 .elementor-element.elementor-element-9a211ec{text-align:center;}.elementor-11059 .elementor-element.elementor-element-9a211ec .elementor-heading-title{color:var( --e-global-color-text );}/* Start custom CSS for text-editor, class: .elementor-element-377b017 *//* Hero layout */
.hero-section{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

/* Text side */
.hero-text{
  flex: 1.3;
}

/* Image side */
.hero-image{
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-image img{
  width: 100%;
  max-width: 320px;   /* <-- styrer billedstørrelse */
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Intro styling */
.intro-paragraph{
  margin-top: 15px;
  padding: 18px;
  background: rgba(229, 210, 156, 0.18);
  border-radius: 16px;
}

/* Mobile */
@media (max-width: 768px){
  .hero-section{
    flex-direction: column;
    text-align: center;
  }

  .hero-image img{
    max-width: 260px;
  }

  .intro-paragraph{
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9a211ec *//* --- Desire Skincare: Artikel styling (til Sabina-artiklen) --- */

.article-container{
  max-width: 900px;
  margin: 0 auto;
  padding: 22px 18px;
  line-height: 1.7;
}

/* Headings */
.article-container h1{
  margin: 0 0 14px 0;
  line-height: 1.2;
}

.article-container h2{
  margin: 26px 0 10px 0;
  line-height: 1.25;
}

/* Intro */
.article-container .intro-paragraph{
  font-size: 1.06rem;
  margin: 0 0 18px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(229, 210, 156, 0.18); /* brand-ish */
}

/* Image */
.article-container img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 10px 0 18px 0;
}

/* Lists */
.article-container ul{
  padding-left: 18px;
  margin: 8px 0 0 0;
}

.article-container li{
  margin: 6px 0;
}

/* Divider */
.article-container .divider{
  border: 0;
  height: 1px;
  margin: 22px 0;
  opacity: 0.22;
  background: currentColor;
}

/* CTA box */
.article-container .cta-box{
  margin: 28px 0 0 0;
  padding: 18px 18px;
  border-radius: 16px;
  background: rgba(229, 210, 156, 0.22); /* #E5D29C */
}

.article-container .cta-box h2{
  margin-top: 0;
}

/* Buttons */
.article-container .cta-button{
  display: inline-block;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  margin: 10px 10px 0 0;
  background: #E5D29C;
  color: #2d2d2d;
  transition: transform 0.08s ease, opacity 0.2s ease;
}

.article-container .cta-button:hover{
  opacity: 0.92;
  transform: translateY(-1px);
}

/* Mobile tweaks */
@media (max-width: 600px){
  .article-container{
    padding: 18px 14px;
  }
  .article-container .intro-paragraph{
    font-size: 1rem;
  }
  .article-container .cta-button{
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}/* End custom CSS */