.elementor-3928 .elementor-element.elementor-element-2995a9bf{--display:flex;}.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-4e625a10 *//* ===== FAQ Accordion ===== */
.sue-faq-wrap {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.sue-faq-wrap details {
  border-bottom: 1px solid #d4d4d4;
}
.sue-faq-wrap details:first-of-type {
  border-top: 1px solid #d4d4d4;
}
.sue-faq-wrap summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: #24443a;
  line-height: 1.4;
}
.sue-faq-wrap summary::-webkit-details-marker {
  display: none;
}
.sue-faq-wrap summary::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: #24443a;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s ease;
}
.sue-faq-wrap details[open] summary::after {
  content: '\2212';
}
.sue-faq-wrap details .sue-faq-a {
  padding: 0 4px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.sue-faq-wrap details .sue-faq-a p {
  margin: 0;
}

/* ===== Table Base Styles ===== */
.entry-content table,
.elementor-widget-theme-post-content table,
.elementor-widget-text-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.entry-content table td,
.entry-content table th,
.elementor-widget-theme-post-content table td,
.elementor-widget-theme-post-content table th,
.elementor-widget-text-editor table td,
.elementor-widget-text-editor table th {
  padding: 12px 16px;
  vertical-align: top;
  border: 1px solid #d4d4d4;
}
.entry-content table tr:first-child td,
.elementor-widget-theme-post-content table tr:first-child td,
.elementor-widget-text-editor table tr:first-child td {
  background: #24443a;
  color: #fff;
  font-weight: 700;
}
.entry-content table tr:first-child td b,
.elementor-widget-theme-post-content table tr:first-child td b,
.elementor-widget-text-editor table tr:first-child td b {
  color: #fff;
}
.entry-content table tr:first-child td a,
.elementor-widget-theme-post-content table tr:first-child td a,
.elementor-widget-text-editor table tr:first-child td a {
  color: #fff;
  text-decoration: underline;
}

/* ===== Mobile Tables - Horizontal Scroll ===== */
@media screen and (max-width: 768px) {
  .entry-content table,
  .elementor-widget-theme-post-content table,
  .elementor-widget-text-editor table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 1.5rem -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
  }
  .entry-content table tbody,
  .elementor-widget-theme-post-content table tbody,
  .elementor-widget-text-editor table tbody {
    display: table;
    width: 100%;
    min-width: 600px;
  }
  .entry-content table td,
  .elementor-widget-theme-post-content table td,
  .elementor-widget-text-editor table td {
    white-space: normal;
    min-width: 140px;
    font-size: 14px;
    padding: 10px 12px;
  }

  /* ===== Mobile FAQ tweaks ===== */
  .sue-faq-wrap summary {
    font-size: 16px;
    padding: 16px 4px;
  }
}

/* ===== CTA Box ===== */
.sue-cta-box {
  background: linear-gradient(135deg, #f8fbf7 0%, #eef5ec 100%);
  border: 1px solid #d7e4d3;
  border-left: 6px solid #24443A;
  border-radius: 16px;
  padding: 34px 28px;
  margin: 36px 0;
  box-shadow: 0 10px 28px rgba(36, 68, 58, 0.08);
}
.sue-cta-box h2 {
  margin: 0 0 14px;
  color: #24443a;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.sue-cta-box > p {
  margin: 0 0 16px;
  color: #24443a;
  font-size: 17px;
  line-height: 1.7;
}
.sue-cta-inner {
  background: #ffffff;
  border: 1px solid #dfe8dc;
  border-radius: 12px;
  padding: 20px 18px;
  margin: 24px 0;
}
.sue-cta-inner h3 {
  margin: 0 0 12px;
  color: #24443a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
}
.sue-cta-list {
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
}
.sue-cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #24443a;
  font-size: 16px;
  line-height: 1.6;
}
.sue-cta-list li::before {
  content: '✓';
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dd592a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}
.sue-cta-btn,
.sue-cta-btn:link,
.sue-cta-btn:visited,
.sue-cta-btn:hover,
.sue-cta-btn:active,
.sue-cta-box .sue-cta-btn,
.sue-cta-box .sue-cta-btn:link,
.sue-cta-box .sue-cta-btn:visited,
.sue-cta-box .sue-cta-btn:hover,
.sue-cta-box .sue-cta-btn:active {
  display: inline-block;
  background: #24443A;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 24px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(36, 68, 58, 0.22);
}
.sue-cta-btn:hover {
  opacity: 0.9;
}
.sue-cta-note {
  margin: 12px 0 0;
  color: #5e6d64;
  font-size: 14px;
  line-height: 1.6;
}
.sue-cta-bold {
  font-size: 18px;
  font-weight: 600;
  color: #24443a;
  margin: 18px 0;
}
@media screen and (max-width: 768px) {
  .sue-cta-box {
    padding: 24px 18px;
    margin: 24px 0;
  }
  .sue-cta-box h2 {
    font-size: 24px;
  }
  .sue-cta-inner {
    padding: 16px 14px;
  }
}/* End custom CSS */