.elementor-891 .elementor-element.elementor-element-1b23ede{--display:flex;}.elementor-891 .elementor-element.elementor-element-5eb2081d{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-891 .elementor-element.elementor-element-4fbe8e8{text-align:center;}.elementor-891 .elementor-element.elementor-element-4fbe8e8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:22px;font-weight:500;color:var( --e-global-color-primary );}.elementor-891 .elementor-element.elementor-element-40b6ee8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-891 .elementor-element.elementor-element-61a07be .elementor-button{fill:var( --e-global-color-accent );color:var( --e-global-color-accent );background-color:var( --e-global-color-transparent );border-style:solid;border-width:1px 1px 1px 1px;}@media(max-width:1024px){.elementor-891 .elementor-element.elementor-element-5eb2081d{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-891 .elementor-element.elementor-element-4fbe8e8 .elementor-heading-title{font-size:18px;}}@media(max-width:767px){.elementor-891 .elementor-element.elementor-element-5eb2081d{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-891 .elementor-element.elementor-element-4fbe8e8 .elementor-heading-title{font-size:16px;}}/* Start custom CSS *//* =========================
   GLOBAL BLOG STYLING
========================= */
.blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

/* Headings */
.blog-content h1,
.blog-content h2,
.blog-content h3 {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  color: #1a1a1a;
}

.blog-content h1 {
  font-size: 2.2rem;
}

.blog-content h2 {
  font-size: 1.6rem;
  border-left: 4px solid #2b7cff;
  padding-left: 12px;
}

.blog-content h3 {
  font-size: 1.3rem;
}

/* Paragraphs */
.blog-content p {
  margin-bottom: 1.2em;
  font-size: 1.05rem;
}

/* Lists */
.blog-content ul,
.blog-content ol {
  margin: 1em 0 1.2em 1.5em;
}

.blog-content li {
  margin-bottom: 0.5em;
}

/* Links */
.blog-content a {
  color: #2b7cff;
  text-decoration: none;
}

.blog-content a:hover {
  text-decoration: underline;
}

/* =========================
   TABLE FIX (MAIN ISSUE)
========================= */

/* Wrap tables for mobile scrolling */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 1.5em 0;
}

/* Base table styling */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* prevents squishing */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Table header */
.blog-content thead {
  background-color: #2b7cff;
  color: #fff;
}

.blog-content th {
  padding: 14px;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Table cells */
.blog-content td {
  padding: 12px 14px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.95rem;
}

/* Zebra striping */
.blog-content tbody tr:nth-child(even) {
  background-color: #f8faff;
}

/* Hover effect */
.blog-content tbody tr:hover {
  background-color: #eef4ff;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {
  .blog-content {
    padding: 15px;
  }

  .blog-content h1 {
    font-size: 1.8rem;
  }

  .blog-content h2 {
    font-size: 1.4rem;
  }

  .blog-content table {
    font-size: 0.9rem;
  }
}/* End custom CSS */