.elementor-12719 .elementor-element.elementor-element-f25c75a{--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;}/* Start custom CSS */.ee-lens-article {
    --ee-navy: #123f6d;
    --ee-blue: #1c4b7f;
    --ee-light-blue: #82b2d5;
    --ee-pale-blue: #edf5fa;
    --ee-orange: #f28c00;
    --ee-green: #2f8f68;
    --ee-red: #c65f5f;
    --ee-text: #2b3540;
    --ee-muted: #647383;
    --ee-border: #dce7ef;
    --ee-white: #ffffff;
    color: var(--ee-text);
    line-height: 1.7;
  }

  .ee-lens-article *,
  .ee-lens-article *::before,
  .ee-lens-article *::after {
    box-sizing: border-box;
  }

  .ee-lens-article h1,
  .ee-lens-article h2,
  .ee-lens-article h3 {
    color: var(--ee-navy);
    line-height: 1.2;
  }

  .ee-lens-article h2 {
    margin-top: 52px;
  }

  .ee-lens-article h3 {
    margin-top: 32px;
  }

  .ee-lens-article a {
    color: var(--ee-blue);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--ee-light-blue);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }

  .ee-intro {
    max-width: 920px;
    font-size: 1.15em;
    line-height: 1.75;
  }

  .ee-highlight {
    margin: 36px 0;
    padding: 30px 34px;
    background: linear-gradient(135deg, var(--ee-pale-blue) 0%, #ffffff 100%);
    border-left: 5px solid var(--ee-orange);
    border-radius: 0 16px 16px 0;
  }

  .ee-highlight p {
    margin: 0;
    color: var(--ee-navy);
    font-size: 1.08em;
    line-height: 1.7;
  }

  .ee-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 34px 0;
  }

  .ee-feature-card {
    padding: 28px;
    background: var(--ee-white);
    border: 1px solid var(--ee-border);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(18, 63, 109, 0.07);
  }

  .ee-feature-card h3 {
    margin: 0 0 10px;
    font-size: 1.15em;
  }

  .ee-feature-card p {
    margin: 0;
  }

  .ee-table-section {
    margin: 52px 0;
    padding: 38px;
    background: linear-gradient(145deg, #f4f9fc 0%, #ffffff 100%);
    border: 1px solid var(--ee-border);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(18, 63, 109, 0.08);
  }

  .ee-table-intro {
    max-width: 850px;
    margin-bottom: 26px;
  }

  .ee-table-intro h2 {
    margin: 0 0 12px;
  }

  .ee-table-intro p {
    margin: 0;
  }

  .ee-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(18, 63, 109, 0.08);
  }

  .ee-comparison-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: var(--ee-white);
  }

  .ee-comparison-table th,
  .ee-comparison-table td {
    padding: 20px 18px;
    border-right: 1px solid var(--ee-border);
    border-bottom: 1px solid var(--ee-border);
    text-align: center;
    vertical-align: middle;
  }

  .ee-comparison-table th:last-child,
  .ee-comparison-table td:last-child {
    border-right: 0;
  }

  .ee-comparison-table tbody tr:last-child td {
    border-bottom: 0;
  }

  .ee-comparison-table thead th {
    color: var(--ee-white);
    font-size: 1em;
    line-height: 1.3;
  }

  .ee-comparison-table thead th:first-child {
    width: 40%;
    background: var(--ee-navy);
    text-align: left;
  }

  .ee-comparison-table thead th:nth-child(2) {
    width: 20%;
    background: var(--ee-blue);
  }

  .ee-comparison-table thead th:nth-child(3) {
    width: 20%;
    background: #6487a6;
  }

  .ee-comparison-table thead th:nth-child(4) {
    width: 20%;
    background: #7e8a96;
  }

  .ee-comparison-table tbody td:first-child {
    color: var(--ee-navy);
    font-weight: 700;
    text-align: left;
  }

  .ee-comparison-table tbody td:nth-child(2) {
    background: #f2f8fc;
  }

  .ee-comparison-table tbody tr:hover td {
    background: #f7fafc;
  }

  .ee-comparison-table tbody tr:hover td:nth-child(2) {
    background: #eaf4fa;
  }

  .ee-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    font-weight: 800;
    line-height: 1;
  }

  .ee-status-yes {
    color: var(--ee-white);
    background: var(--ee-green);
  }

  .ee-status-no {
    color: var(--ee-white);
    background: var(--ee-red);
  }

  .ee-status-text {
    display: inline-block;
    color: var(--ee-muted);
    font-size: 0.92em;
    font-weight: 700;
  }

  .ee-table-note {
    margin: 18px 0 0;
    color: var(--ee-muted);
    font-size: 0.85em;
    line-height: 1.55;
  }

  .ee-lens-list {
    margin: 28px 0;
    padding: 0;
    list-style: none;
  }

  .ee-lens-list li {
    position: relative;
    margin-bottom: 14px;
    padding: 18px 20px 18px 52px;
    background: var(--ee-pale-blue);
    border-radius: 10px;
  }

  .ee-lens-list li::before {
    content: "✓";
    position: absolute;
    top: 18px;
    left: 20px;
    color: var(--ee-green);
    font-weight: 800;
  }

  .ee-cta {
    margin-top: 52px;
    padding: 42px;
    color: var(--ee-white);
    background: linear-gradient(135deg, var(--ee-navy) 0%, var(--ee-blue) 100%);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(18, 63, 109, 0.18);
  }

  .ee-cta h2 {
    margin: 0 0 14px;
    color: var(--ee-white);
  }

  .ee-cta p {
    max-width: 760px;
    margin: 0 auto 24px;
    color: var(--ee-white);
  }

  .ee-cta-button {
    display: inline-block;
    padding: 14px 28px;
    color: var(--ee-navy) !important;
    background: var(--ee-white);
    border-radius: 8px;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ee-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  }

  @media (max-width: 767px) {
    .ee-feature-grid {
      grid-template-columns: 1fr;
    }

    .ee-table-section {
      padding: 24px 16px;
    }

    .ee-table-wrap {
      overflow: visible;
      box-shadow: none;
    }

    .ee-comparison-table,
    .ee-comparison-table thead,
    .ee-comparison-table tbody,
    .ee-comparison-table tr,
    .ee-comparison-table th,
    .ee-comparison-table td {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .ee-comparison-table thead {
      display: none;
    }

    .ee-comparison-table {
      background: transparent;
    }

    .ee-comparison-table tbody tr {
      margin-bottom: 20px;
      overflow: hidden;
      background: var(--ee-white);
      border: 1px solid var(--ee-border);
      border-radius: 14px;
      box-shadow: 0 8px 22px rgba(18, 63, 109, 0.07);
    }

    .ee-comparison-table tbody td {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      min-height: 58px;
      padding: 14px 16px;
      text-align: right;
      border-right: 0;
    }

    .ee-comparison-table tbody td::before {
      content: attr(data-label);
      color: var(--ee-muted);
      font-size: 0.88em;
      font-weight: 700;
      text-align: left;
    }

    .ee-comparison-table tbody td:first-child {
      display: block;
      padding: 18px 16px;
      color: var(--ee-white);
      background: var(--ee-navy);
      text-align: left;
    }

    .ee-comparison-table tbody td:first-child::before {
      display: none;
    }

    .ee-comparison-table tbody td:nth-child(2) {
      background: var(--ee-pale-blue);
    }

    .ee-comparison-table tbody tr:last-child td {
      border-bottom: 1px solid var(--ee-border);
    }

    .ee-comparison-table tbody tr:last-child td:last-child {
      border-bottom: 0;
    }

    .ee-highlight,
    .ee-cta {
      padding: 28px 22px;
    }
  }/* End custom CSS */