.elementor-36646 .elementor-element.elementor-element-d9382ca{--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-d877109 */.custom-post {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #222;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.custom-post *,
.custom-post *::before,
.custom-post *::after {
  box-sizing: border-box;
}

/* ===============================
   TYPOGRAPHY FIX
   =============================== */
.custom-post p {
  margin: 0 0 14px 0;
}

.custom-post p:last-child {
  margin-bottom: 0;
}

/* ===============================
   SECTION CARDS
   =============================== */
.custom-post .section {
  margin: 25px 0;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

/* ===============================
   SECTION HEADINGS
   =============================== */
.custom-post .section-heading {
  background: #003f63;
  color: #ffffff;
  padding: 18px 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ===============================
   SECTION CONTENT
   =============================== */
.custom-post .section-content {
  padding: 20px;
}

/* ===============================
   BUTTON FIX (ELEMENTOR SAFE)
   =============================== */
.custom-post .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #003f63, #005a8c);
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  margin: 16px 0;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.3s ease;
}

.custom-post .button:hover {
  background: linear-gradient(to right, #005a8c, #0073b1);
  text-decoration: none;
}

/* ===============================
   TABLES (DESKTOP)
   =============================== */
.custom-post .responsive-table {
  width: 100%;
  overflow: hidden;
  margin: 16px 0;
}

.custom-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.custom-post th {
  background: #e2f0fb;
  padding: 14px 12px;
  border: 1px solid #b8d4f0;
  text-align: left;
  font-weight: 600;
}

.custom-post td {
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: top;
  word-break: break-word;
}

/* ===============================
   LISTS
   =============================== */
.custom-post ul,
.custom-post ol {
  padding-left: 28px;
  margin: 12px 0;
}

.custom-post li {
  margin-bottom: 8px;
}

/* ===============================
   IMPORTANT NOTES BOX
   =============================== */
.custom-post .important {
  background: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 18px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}

/* ===============================
   TABLE OF CONTENTS
   =============================== */
.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;
}

/* ===============================
   LINKS
   =============================== */
.custom-post a {
  color: #0056b3;
  font-weight: 500;
}

.custom-post a:hover {
  text-decoration: underline;
}

/* ===============================
   MOBILE RESPONSIVE
   =============================== */
@media (max-width: 768px) {

  .custom-post .section-heading {
    font-size: 1.3rem;
    padding: 15px;
  }

  .custom-post .section-content {
    padding: 15px;
  }

  /* MOBILE TABLE STACK */
  .custom-post table,
  .custom-post thead,
  .custom-post tbody,
  .custom-post th,
  .custom-post td,
  .custom-post tr {
    display: block;
    width: 100%;
  }

  .custom-post thead {
    display: none;
  }

  .custom-post tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }

  .custom-post td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 12px;
  }

  .custom-post td:last-child {
    border-bottom: none;
  }

  .custom-post .button {
    width: 100%;
  }
}/* End custom CSS */