.elementor-1663 .elementor-element.elementor-element-1a03539f{--display:flex;}.elementor-1663 .elementor-element.elementor-element-5936236{--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;}.elementor-1663 .elementor-element.elementor-element-df6f610{text-align:start;}.elementor-1663 .elementor-element.elementor-element-85917af{text-align:start;}/* Start custom CSS for text-editor, class: .elementor-element-45829c0 */.ssfms-short-desc {
    background-color: #f4f7f4;
    border-left: 4px solid #4a7c59;
    padding: 16px 20px;
    margin-bottom: 28px;
    border-radius: 0 6px 6px 0;
  }

  .ssfms-short-desc p {
    margin: 0 0 10px 0;
    font-size: 15px;
  }

  .ssfms-short-desc ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
  }

  .ssfms-short-desc li {
    margin-bottom: 4px;
  }

  .ssfms-title {
    font-size: 20px;
    font-weight: 700;
    color: #1d2d1f;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .ssfms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
  }

  .ssfms-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
  }

  .ssfms-card h4 {
    margin: 0 0 6px 0;
    color: #4a7c59;
    font-size: 15px;
  }

  .ssfms-card p {
    margin: 0;
    font-size: 13px;
    color: #555555;
  }

  .ssfms-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }

  .ssfms-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
    background: #ffffff;
  }

  .ssfms-table th, 
  .ssfms-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
  }

  .ssfms-table th {
    background-color: #f8faf8;
    color: #1d2d1f;
    font-weight: 600;
    width: 30%;
    white-space: nowrap;
  }

  .ssfms-table tr:last-child th,
  .ssfms-table tr:last-child td {
    border-bottom: none;
  }

  .ssfms-table tr:nth-child(even) {
    background-color: #fbfdfb;
  }

  /* Mobile Optimization */
  @media (max-width: 640px) {
    .ssfms-container {
      padding: 10px;
    }
    .ssfms-title {
      font-size: 18px;
    }
    .ssfms-table th {
      width: 40%;
      font-size: 13px;
    }
    .ssfms-table td {
      font-size: 13px;
    }
  }/* End custom CSS */