.elementor-36130 .elementor-element.elementor-element-e6ab6ba{--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-84dd958 */.custom-post {
  line-height: 1.7;
  color: #222;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  box-sizing: border-box;
}
.custom-post * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.custom-post .section {
  margin-bottom: 25px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.custom-post .section-heading {
  background: #003f63;
  color: #fff;
  padding: 18px 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.custom-post .section-content {
  padding: 20px;
}
.custom-post .responsive-table {
  overflow-x: auto;
  margin: 15px 0;
  -webkit-overflow-scrolling: touch;
}
.custom-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.custom-post th {
  background: #e2f0fb;
  padding: 14px 12px;
  text-align: left;
  border: 1px solid #b8d4f0;
  font-weight: 600;
}
.custom-post td {
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.custom-post .important {
  background: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 18px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}
.custom-post ul, .custom-post ol {
  padding-left: 28px;
  margin: 12px 0;
}
.custom-post li {
  margin-bottom: 8px;
}
.custom-post a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}
.custom-post a:hover {
  text-decoration: underline;
}
.custom-post .button {
  display: inline-block;
  background: linear-gradient(to right, #003f63, #005a8c);
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s;
}
.custom-post .button:hover {
  background: linear-gradient(to right, #005a8c, #0073b1);
  text-decoration: none;
}
.custom-post .toc {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.custom-post .toc ul {
  list-style: none;
  padding-left: 0;
}
.custom-post .toc li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.custom-post .toc li:before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #003f63;
}
@media (max-width: 768px) {
  .custom-post .section-heading {
    font-size: 1.3rem;
    padding: 15px;
  }
  .custom-post .section-content {
    padding: 15px;
  }
  .custom-post th, .custom-post td {
    padding: 10px 8px;
    font-size: 0.95rem;
  }
  .custom-post .button {
    padding: 12px 22px;
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */