.elementor-36372 .elementor-element.elementor-element-7ccdf18{--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-2b57884 *//* ===============================
   BASE WRAPPER
================================ */
.custom-post {
  line-height: 1.7;
  color: #222;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-post * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===============================
   SECTIONS
================================ */
.custom-post .section {
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.custom-post .section-heading {
  background: #003f63;
  color: #fff;
  padding: 18px 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

.custom-post .section-content {
  padding: 20px;
}

/* ===============================
   TABLES (NORMAL ON ALL DEVICES)
================================ */
.custom-post .responsive-table {
  width: 100%;
  overflow-x: auto;
}

.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;
  word-break: break-word;
}

/* ===============================
   IMPORTANT NOTE BOX
================================ */
.custom-post .important {
  background: #fff3cd;
  border-left: 5px solid #ffca2c;
  padding: 18px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}

/* ===============================
   TIP BOX
================================ */
.custom-post .tip {
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f9ff 100%);
  border-left: 5px solid #1890ff;
  padding: 22px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
  position: relative;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.08);
}

.custom-post .tip:before {
  content: "💡";
  position: absolute;
  left: -15px;
  top: -15px;
  background: #1890ff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(24, 144, 255, 0.3);
}

.custom-post .tip-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.custom-post .tip-title {
  color: #1890ff;
  font-weight: 700;
  font-size: 1.1rem;
}

.custom-post .tip-content {
  color: #0050b3;
  line-height: 1.6;
}

/* ===============================
   TIP TOOLS
================================ */
.custom-post .tip-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.custom-post .tip-tool-item {
  background: #fff;
  border: 1px solid #91d5ff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #0050b3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-post .tip-tool-item:hover {
  background: #1890ff;
  color: #fff;
  border-color: #1890ff;
  transform: translateY(-2px);
}

/* ===============================
   LISTS
================================ */
.custom-post ul,
.custom-post ol {
  padding-left: 28px;
  margin: 12px 0;
}

.custom-post li {
  margin-bottom: 8px;
}

/* ===============================
   LINKS
================================ */
.custom-post a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}

.custom-post a:hover {
  text-decoration: underline;
}

/* ===============================
   BUTTON
================================ */
.custom-post .button {
  display: inline-block;
  background: linear-gradient(to right, #003f63, #005a8c);
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
  transition: background 0.3s;
}

.custom-post .button:hover {
  background: linear-gradient(to right, #005a8c, #0073b1);
}

/* ===============================
   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;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {

  .custom-post .section-heading {
    font-size: 1.3rem;
    padding: 14px;
  }

  .custom-post .section-content {
    padding: 15px;
  }

  /* KEEP TABLE NORMAL */
  .custom-post table,
  .custom-post th,
  .custom-post td,
  .custom-post tr {
    display: table-cell;
  }

  .custom-post tr {
    display: table-row;
  }

  .custom-post .button {
    width: 100%;
    padding: 12px;
  }

  .custom-post .tip {
    padding: 18px;
  }

  .custom-post .tip-tools {
    flex-direction: column;
  }

  .custom-post .tip-tool-item {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */