.elementor-24803 .elementor-element.elementor-element-13c67f7{--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-24803 .elementor-element.elementor-element-011297e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-24803 .elementor-element.elementor-element-011297e img{border-style:solid;border-width:1px 1px 1px 1px;border-radius:5px 5px 5px 5px;}.elementor-24803 .elementor-element.elementor-element-ba8890b{--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:10px;--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 );}.elementor-24803 .elementor-element.elementor-element-46d7dee > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-46d7dee */.custom-post {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-post header {
  background-color: #005b96;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-post header h1 {
  margin: 0 0 10px 0;
  font-size: 2em;
}

.custom-post header p {
  margin: 0;
  font-size: 1em;
}

.custom-post section {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
}

.custom-post h2 {
  color: #003f63;
  border-bottom: 2px solid #003f63;
  padding-bottom: 5px;
  margin-top: 0;
}

.custom-post .table-of-contents {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.custom-post .table-of-contents h2 {
  color: #003f63;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.custom-post .table-of-contents ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-post .table-of-contents li a {
  text-decoration: none;
  color: #005b96;
}

.custom-post .responsive-table {
  overflow-x: auto;
}

.custom-post table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  table-layout: auto;
}

.custom-post th,
.custom-post td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.custom-post th {
  background-color: #e2f0fb;
  font-weight: bold;
  color: #003f63;
}

.custom-post tr:nth-child(even) {
  background-color: #f9f9f9;
}

.custom-post ul,
.custom-post ol {
  padding-left: 20px;
}

.custom-post ul li,
.custom-post ol li {
  margin-bottom: 10px;
}

.custom-post .important {
  background-color: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}

.custom-post .important ul {
  margin: 0;
  padding-left: 20px;
}

.custom-post .important li {
  margin-bottom: 5px;
}

.custom-post .btn-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.custom-post .button {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.custom-post .button:hover {
  background-color: #0056b3;
}

.custom-post footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

@media (max-width: 600px) {
  .custom-post header h1 {
    font-size: 1.5em;
  }

  .custom-post th,
  .custom-post td {
    padding: 8px;
    font-size: 0.9em;
  }
}/* End custom CSS */