.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-2ae7bff6 *//* --- Page Wrapper --- */
.sjl-dui-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #1a1a1a;
}

/* --- Headings --- */
.sjl-dui-page h1 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #0b1f3a; /* deep navy */
  font-weight: 700;
}

.sjl-dui-page h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0b1f3a;
  border-left: 4px solid #c5a253; /* gold accent */
  padding-left: 12px;
}

/* --- Paragraphs --- */
.sjl-dui-page p {
  margin-bottom: 18px;
  font-size: 16px;
}

/* --- Lists --- */
.sjl-dui-page ul {
  margin: 15px 0 20px 20px;
}

.sjl-dui-page li {
  margin-bottom: 8px;
}

/* --- Highlight Box --- */
.sjl-highlight-box {
  background: #f4f6f9;
  border-left: 5px solid #c5a253;
  padding: 20px;
  margin: 30px 0;
  border-radius: 4px;
}

/* --- CTA Section --- */
.sjl-cta-box {
  background: #0b1f3a;
  color: #ffffff;
  padding: 35px 25px;
  text-align: center;
  border-radius: 6px;
  margin-top: 50px;
}

.sjl-cta-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.sjl-cta-button {
  display: inline-block;
  background: #c5a253;
  color: #0b1f3a;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sjl-cta-button:hover {
  background: #ffffff;
  color: #0b1f3a;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-64558611 *//* ================================
   SEMINOLE COUNTY DUI – CONVERSION BOOST
   Replace 1234 with actual page ID
================================== */

body.page-id-1388 .dui-urgent-bar {
    background: #111;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: 99;
}

body.page-id-1234 .dui-urgent-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

body.page-id-1234 .dui-call-btn {
    background: #d2b234;
    color: #000;
    padding: 12px 22px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

body.page-id-1234 .dui-call-btn:hover {
    background: #e3c657;
    transform: translateY(-2px);
}/* End custom CSS */