.elementor-33967 .elementor-element.elementor-element-1d92a34{--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-bc6bddf */.custom-post {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.custom-post * {
  box-sizing: border-box;
}

.custom-post .section-card {
  background: white;
  margin: 0 0 1.5rem 0;
  border-radius: 8px !important;
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 0;
  overflow: hidden;
}

.custom-post h1,
.custom-post h2,
.custom-post h3,
.custom-post h4 {
  color: #003f63;
  margin-top: 0;
  padding-top: 1rem;
}

.custom-post h1 {
  font-size: 1.8rem;
  border-bottom: 2px solid #003f63;
  padding-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}

.custom-post h2 {
  font-size: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-post h3 {
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-post p,
.custom-post ul,
.custom-post ol {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.custom-post .btn-container {
  padding: 1rem;
  text-align: center;
}

.custom-post .btn {
  display: inline-block;
  background-color: #003f63;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.custom-post .btn:hover {
  background-color: #005a8c;
}

.custom-post .responsive-table {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0;
}

.custom-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  min-width: 600px;
}

.custom-post th {
  background-color: #e2f0fb;
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: 600;
}

.custom-post td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.custom-post .important {
  background-color: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0 5px 5px 0;
}

.custom-post .toc {
  background-color: #f8f9fa;
  padding: 1rem;
  margin: 1rem;
  border-radius: 5px;
  border-left: 4px solid #003f63;
}

.custom-post .toc ul {
  list-style-type: none;
  padding-left: 0;
}

.custom-post .toc li {
  margin-bottom: 8px;
}

.custom-post .toc a {
  color: #003f63;
  text-decoration: none;
}

.custom-post .toc a:hover {
  text-decoration: underline;
}

.custom-post .footer-links {
  padding: 1rem;
  background-color: #f1f1f1;
  text-align: center;
  border-top: 1px solid #ddd;
}

.custom-post .footer-links a {
  color: #003f63;
  margin: 0 10px;
  text-decoration: none;
}

.custom-post .footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .custom-post h1 {
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .custom-post h2,
  .custom-post h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .custom-post p,
  .custom-post ul,
  .custom-post ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .custom-post .important,
  .custom-post .toc {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}/* End custom CSS */