.elementor-35313 .elementor-element.elementor-element-6eaec11{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-09a9d57 */.custom-post {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}
.custom-post .section {
  margin-bottom: 30px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.custom-post h1 {
  color: #003f63;
  margin-top: 0;
}
.custom-post h2 {
  color: #003f63;
  border-bottom: 2px solid #003f63;
  padding-bottom: 5px;
  margin-top: 0;
}
.custom-post h3 {
  color: #003f63;
}
.custom-post .responsive-table {
  overflow-x: auto;
  margin: 15px 0;
}
.custom-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.custom-post th {
  background-color: #e2f0fb;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}
.custom-post td {
  padding: 10px;
  border: 1px solid #ddd;
}
.custom-post .important {
  background-color: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 15px;
  margin: 15px 0;
}
.custom-post ul, .custom-post ol {
  padding-left: 20px;
}
.custom-post .toc {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.custom-post .toc ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-post .toc li {
  margin-bottom: 5px;
}
.custom-post .toc a {
  text-decoration: none;
  color: #0066cc;
}
.custom-post .toc a:hover {
  text-decoration: underline;
}
.custom-post .button {
  display: inline-block;
  background-color: #0066cc;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0;
}
.custom-post .button:hover {
  background-color: #0052a3;
}
@media (max-width: 768px) {
  .custom-post .section {
    padding: 10px;
  }
  .custom-post th, .custom-post td {
    padding: 8px;
  }
}/* End custom CSS */