.elementor-14 .elementor-element.elementor-element-5883756{--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-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 );}/* Start custom CSS for text-editor, class: .elementor-element-a51f27b *//* עיצוב המעטפת של הסטודיו */
.studio-conversion {
    background-color: #ffffff;
    padding: 80px 5%;
    font-family: 'Heebo', sans-serif;
    position: relative;
}

.studio-title {
    font-size: 52px;
    font-weight: 900;
    color: #1e3a8a; /* הכחול הסמכותי שלך */
    line-height: 1.1;
}

.creative-marker::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: -5%;
    width: 110%;
    height: 18px;
    background: rgba(245, 158, 11, 0.2); /* הזהב מהלוגו */
    z-index: -1;
    transform: rotate(-1.5deg);
    border-radius: 100px;
}

/* עיצוב הטופס בתוך המעטפת - הקו הנקי שחיפשת */
.studio-form-wrapper .elementor-field-textual {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #e2e8f0 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
}

.studio-form-wrapper .elementor-button {
    background: #1e3a8a !important;
    border-radius: 50px !important;
    font-weight: 900 !important;
    padding: 15px 40px !important;
    box-shadow: 0 10px 20px rgba(30, 58, 138, 0.1) !important;
}

.studio-form-wrapper .elementor-button:hover {
    background: #f59e0b !important;
    transform: translateY(-3px);
}/* End custom CSS */