.elementor-35677 .elementor-element.elementor-element-c8905f5{--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-8dfe8a5 */.custom-post {
  line-height: 1.6;
  max-width: 100%;
  box-sizing: border-box;
}
.custom-post * {
  box-sizing: border-box;
}
.custom-post .card {
  background-color: white;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
}
.custom-post h1,
.custom-post h2,
.custom-post h3,
.custom-post h4 {
  color: #003f63;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
.custom-post h1 {
  font-size: 1.8rem;
  border-bottom: 2px solid #003f63;
  padding-bottom: 10px;
}
.custom-post h2 {
  font-size: 1.5rem;
}
.custom-post h3 {
  font-size: 1.25rem;
}
.custom-post p {
  margin-bottom: 1em;
}
.custom-post .responsive-table {
  overflow-x: auto;
  margin: 1.5em 0;
}
.custom-post table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  min-width: 300px;
}
.custom-post th {
  background-color: #e2f0fb;
  font-weight: 600;
  text-align: left;
  padding: 12px 10px;
  border: 1px solid #ddd;
}
.custom-post td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.custom-post ul,
.custom-post ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.custom-post li {
  margin-bottom: 0.5em;
}
.custom-post .important {
  background-color: #fff3cd;
  border-left: 4px solid #ffca2c;
  padding: 15px;
  margin: 1.5em 0;
  border-radius: 0 4px 4px 0;
}
.custom-post .btn-container {
  margin: 1.5em 0;
  text-align: left;
}
.custom-post .btn {
  display: inline-block;
  background-color: #003f63;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.custom-post .btn:hover {
  background-color: #005a8c;
}
.custom-post .toc {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.custom-post .toc ul {
  list-style-type: none;
  padding-left: 0;
  margin: 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 .post-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
}
.custom-post .tool-promo {
  background: #f0f7ff;
  padding: 15px;
  border-radius: 5px;
  margin: 1.5em 0;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .custom-post .card {
    padding: 15px;
    margin: 0 0 15px 0;
  }
  .custom-post th,
  .custom-post td {
    padding: 8px 6px;
    font-size: 0.9rem;
  }
  .custom-post h1 {
    font-size: 1.6rem;
  }
  .custom-post h2 {
    font-size: 1.3rem;
  }
}/* End custom CSS */