.template-default > *:not(:last-child) { margin-bottom: 14px; }
.wdt-creative-heading-holder .wdt-heading-title-wrapper { margin: 0; }
.wdt-creative-heading-holder .wdt-heading-title-wrapper:has( + div ) { margin-bottom: 20px; }

.wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word,
.wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char {
    display: inline-flex;
}

.wdt-creative-heading-holder .wdt-heading-title-wrapper .wdt-title-word.wdt-active-title.wdt-heading-colored-elements { color: var(--wdtPrimaryColor); position: relative; font-style: italic; }

.wdt-inview-section .wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char { opacity: 0; transform:translateX(40px) translateZ(0px) scaleX(0.3); -webkit-transform:translateX(40px) translateZ(0px) scaleX(0.3); display: inherit; }
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char { animation: advance-heading-animation 0.4s ease-in-out 0s forwards; }

@keyframes advance-heading-animation { from { transform:translateX(40px) translateZ(0px) scaleX(0.3); opacity:0; } to { transform:translateX(0px) translateZ(0px) scaleX(1); opacity:1; } }
@-webkit-keyframes advance-heading-animation { from { transform:translateX(40px) translateZ(0px) scaleX(0.3); opacity:0; } to { transform:translateX(0px) translateZ(0px) scaleX(1); opacity:1; } }


.wdt-creative-heading-holder .wdt-heading-sub_title { font-size: var(--wdtFontSize_Ext); color: var(--wdtSecondaryColor); text-transform: capitalize; display: inline-flex; align-items: flex-start; line-height: var(--wdtLineHeight_Alt); gap: 10px; }
.wdt-dark-bg .wdt-creative-heading-holder .wdt-heading-sub_title { color: var(--wdtAccentTxtColor); }
.wdt-inview-section .wdt-creative-heading-holder .wdt-heading-sub_title,
.wdt-inview-section .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-creative-heading-holder .wdt-heading-sub_title::before, 
.wdt-creative-heading-holder .wdt-heading-sub_title::after {
    content: "";
    position: relative;
    background: currentColor;
    width: 6px;
    height: 6px;
    border-radius: var(--wdtRadius_Full);
    display: block;
    right: 0;
    left: 0;
    top: 4px;
    pointer-events: none;
}

.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-sub_title,
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { opacity: 1; transition-delay: 0.4s; }
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { transition-delay: 0.6s }
