.elementor-33959 .elementor-element.elementor-element-5a59b0b{--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-d8931c7 */.custom-post {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #222;
}

.custom-post .card {
  background: #ffffff;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #eeeeee;
}

.custom-post .card-inner {
  padding: 16px;
}

.custom-post h1,
.custom-post h2,
.custom-post h3,
.custom-post h4 {
  color: #003f63;
  margin-bottom: 12px;
}

.custom-post p {
  margin-bottom: 12px;
}

.custom-post a.btn {
  display: inline-block;
  margin: 12px 0;
  padding: 10px 16px;
  background: #003f63;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.custom-post a.btn:hover {
  opacity: 0.9;
}

.responsive-table {
  width: 100%;
  overflow-x: hidden;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
  word-wrap: break-word;
}

.responsive-table th {
  background: #e2f0fb;
  text-align: left;
}

.custom-post ul,
.custom-post ol {
  padding-left: 18px;
}

.custom-post li {
  margin-bottom: 8px;
}

.important {
  background: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 12px;
  margin-top: 12px;
}

.custom-post footer {
  font-size: 14px;
}

@media (max-width: 768px) {
  .custom-post .card-inner {
    padding: 12px;
  }
}/* End custom CSS */