.elementor-1727 .elementor-element.elementor-element-2acf60a{--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 );}.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 );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-f7ba8e2 */.checklist-container {
  font-family: 'Arial', sans-serif;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checklist-container h2 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 10px;
  border-left: 5px solid #007bff;
  padding-left: 10px;
}

.checklist-container ul {
  list-style-type: none;
  padding-left: 20px;
}

.checklist-container ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 1em;
  color: #555;
}

.checklist-container ul li::before {
  content: "✔";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}/* End custom CSS */