.elementor-5827 .elementor-element.elementor-element-2ddf0cf{--display:flex;}.elementor-5827 .elementor-element.elementor-element-0b030af{--display:flex;}/* Start custom CSS for heading, class: .elementor-element-888b982 *//*─────────────────────────────────────────────────────────*/
/* 0) Variable für Einzug definieren (anpassbar)          */
/*─────────────────────────────────────────────────────────*/
body.page-id-5827 #heading_mycreations {
  --hc-indent: 2rem;   /* Standard-Einzug nach rechts */
}

/* Responsive Einzug (optional) */
@media (max-width: 1024px) {
  body.page-id-5827 #heading_mycreations {
    --hc-indent: 1.5rem;
  }
}
@media (max-width: 768px) {
  body.page-id-5827 #heading_mycreations {
    --hc-indent: 1rem;
  }
}
@media (max-width: 480px) {
  body.page-id-5827 #heading_mycreations {
    --hc-indent: 0.5rem;
  }
}

/*─────────────────────────────────────────────────────────*/
/* 1) „My Creations“-Heading stylen                       */
/*─────────────────────────────────────────────────────────*/
body.page-id-5827 #heading_mycreations .elementor-heading-title {
  display: block;
  text-align: left;
  margin-left: var(--hc-indent);
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;             /* bei Bedarf ändern */
  font-weight: 600;
  line-height: 1.2;
  color: #DCA54A;
  text-shadow:
    0 0 6px rgba(220,165,74,0.5),
    0 0 12px rgba(220,165,74,0.7),
    0 0 20px rgba(220,165,74,0.6);
  transition: margin-left 0.3s ease, text-shadow 0.3s ease;
}

/*─────────────────────────────────────────────────────────*/
/* 2) Optional: Puls-Glow beim Hover                      */
/*─────────────────────────────────────────────────────────*/
body.page-id-5827 #heading_mycreations .elementor-heading-title:hover {
  text-shadow:
    0 0 8px rgba(220,165,74,0.6),
    0 0 16px rgba(220,165,74,0.8),
    0 0 24px rgba(220,165,74,0.7);
}

/* Normaler Cursor auf dem My Creations / My Treasures Heading */
body.page-id-5827 #heading_mycreations,
body.page-id-5827 #heading_mycreations .elementor-heading-title {
  cursor: default !important;
}/* End custom CSS */