.elementor-24591 .elementor-element.elementor-element-032b272{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-24591 .elementor-element.elementor-element-63aa5c1 img{border-radius:5px 5px 5px 5px;}.elementor-24591 .elementor-element.elementor-element-bdbf632{--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;--margin-top:13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-093853c */.custom-post {
  max-width: 100%;
  margin: 12px auto;
  padding: 0px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.custom-post header {
  background: #005b96;
  color: #fff;
  padding: 14px;
  border-radius: 12px 12px 0 0;
}

.custom-post header h1,
.custom-post header h2 {
  margin: 0;
  font-size: 1.4rem;
}

.custom-post header p {
  margin: 4px 0 0;
  font-size: 1rem;
}

.custom-post section {
  padding: 16px;
}

.custom-post section h2 {
  font-size: 1.2rem;
  color: #003f63;
  margin-bottom: 10px;
}

.responsive-table {
  overflow-x: auto;
  margin-top: 10px;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  word-wrap: break-word;
}

.responsive-table th {
  background: #e2f0fb;
  font-weight: bold;
}

.important {
  background: #fff3cd;
  border-left: 6px solid #ffca2c;
  padding: 12px;
  border-radius: 6px;
}

.custom-post footer {
  padding: 14px;
  text-align: center;
}

.custom-post footer a {
  display: inline-block;
  background: #005b96;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  margin: 5px;
  border-radius: 6px;
  transition: background 0.3s;
}

.custom-post footer a:hover {
  background: #003f63;
}/* End custom CSS */