.elementor-2420 .elementor-element.elementor-element-53497e3{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}#elementor-popup-modal-2420{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2420 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2420 .dialog-close-button{display:flex;}#elementor-popup-modal-2420 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-7d14685 *//* adds a small clipboard emoji at the end of the caption */
.ai-social-caption::after {
    content: " 📋";          /* change to Font Awesome if you like */
    cursor: pointer;
    font-size: 0.9em;
}

.ai-social-caption ul {
    list-style-type: none;  /* Removes the bullets */
    padding-left: 0;        /* Adjust if padding is an issue */
}

.ai-social-caption li {
    padding-left: 0;        /* If there's extra padding in list items */
    margin-bottom: 10px;    /* Adds spacing between items */
}/* End custom CSS */