.elementor-13422 .elementor-element.elementor-element-8d384cf{--display:flex;}.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-971fe5a *//* ===== NORMAL WEIGHT TERMINAL STYLE ===== */
code {
    /* Font &amp; Typography */
    font-family: "Courier New", Courier, monospace !important;
    font-size: 13px !important;
    font-weight: normal !important;      /* Forces standard thickness */
    line-height: 1.5 !important;
    
    /* Color Adjustment */
    color: #333333 !important;           /* Softer than pure black to reduce "dark" look */
    background: #f4f4f4;                 /* Light grey background */
    
    /* Layout &amp; Spacing */
    white-space: pre-wrap !important;    /* Keeps terminal layout but allows wrapping if line is too long */
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: normal !important;   /* Prevents characters from looking too tight/dark */
    
    /* Anti-Distortion */
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
    -webkit-font-smoothing: antialiased; /* Makes font look cleaner and less "heavy" */
    -moz-osx-font-smoothing: grayscale;
}

/* Reset any bolding inherited from themes */
code b, code strong {
    font-weight: normal !important;
}

/* Stop Elementor/Themes from injecting extra spacing */
code * {
    font-family: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */