.elementor-9214 .elementor-element.elementor-element-7366f805{--display:flex;--overflow:auto;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-509d328b *//* ===============================
   ELEMENTOR / WRAPPER FIX
================================= */
.elementor-section,
.elementor-column,
.elementor-widget-wrap {
  overflow: visible !important;
}


/* ===============================
   SCROLL WRAPPER
================================= */
.comparison-scroll {
  width: 100%;
  max-height: 70vh;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scroll-behavior: smooth;
}




/* ===============================
   TABLE CONTAINER
================================= */
.comparison-table {
  min-width: 900px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.4;
}


/* ===============================
   ROW STRUCTURE (DESKTOP)
================================= */
.comparison-row,
.section-title,
.subsection-title,
.subsubsection-title {
  display: grid;
  grid-template-columns: 500px repeat(4, minmax(140px, 1fr));
}

.comparison-row {
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.comparison-row:hover {
  background: #fafafa;
}

/* ===============================
   COLUMN BACKGROUNDS (PRIMARY TINTS)
================================= */

/* Baselines */
.comparison-row .col:nth-child(2),
.comparison-row.header .col:nth-child(2) {
  background: rgba(101, 161, 48, 0.0);
}

/* Baselines Plus (highlighted slightly more) */
.comparison-row .col:nth-child(3),
.comparison-row.header .col:nth-child(3) {
  background: rgba(101, 161, 48, 0.0);
}

/* Project */
.comparison-row .col:nth-child(4),
.comparison-row.header .col:nth-child(4) {
  background: rgba(101, 161, 48, 0.0);
}

/* Sponsor */
.comparison-row .col:nth-child(5),
.comparison-row.header .col:nth-child(5) {
  background: rgba(101, 161, 48, 0.00);
}


/* ===============================
   CELLS
================================= */
.col {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}





/* ===============================
   HEADER ROW (STICKY)
================================= */
.comparison-row.header {
  position: sticky;
  top: 0;
  z-index: 50;

  background:  rgba(101, 161, 48, 1);
  font-family: Poppins;
  font-weight: 700;
  font-size:17px;
  border-bottom: 2px solid #ddd;
  color:#FFF;
}

.comparison-row.header .col {
  justify-content: center;
}

.comparison-row.header .feature {
  justify-content: flex-start;
}

/* ===============================
   FEATURE COLUMN
================================= */
.feature {
  text-align: left;
  justify-content: flex-start;

  min-width: 500px;
  max-width: 500px;

  white-space: normal;
  word-break: break-word;


  border-right: 1px solid #eee;
 
}


/* ===============================
   SECTION LEVEL 1
================================= */
.section-title {
  font-weight: 900;
  font-family: Poppins!important;
  font-size: 17px;
  margin-top: 24px;

  background: #FFF;
  border-bottom: 1px solid #ddd;

}

.section-title .col {
  padding: 18px 12px;
  border-right: 0px;
}


/* ===============================
   SECTION LEVEL 2
================================= */
.subsection-title {
  font-weight: 700;
  font-family: poppins!important;
  font-size: 16px;

  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.subsection-title .col {
  padding: 10px 12px;
}


/* ===============================
   SECTION LEVEL 3
================================= */
.subsubsection-title {
  font-weight: 500;
  font-size: 14px;

  background: #fcfcfc;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
}

.subsubsection-title .col {
  padding: 8px 35px;
}


/* ===============================
   ICONS
================================= */
.comparison-table img {
  width: 24px;
  height: 24px;
}

.col.included img {
  opacity: 1;
}

.col.excluded img {
  opacity: 0.1;
}


/* ===============================
   SCROLLBAR STYLING
================================= */
.comparison-scroll::-webkit-scrollbar {
  height: 8px;
}

.comparison-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.comparison-scroll::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
  border-radius: 4px;
}

.comparison-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}


/* ===============================
   MOBILE OVERRIDE
================================= */
@media (max-width: 768px) {

  .comparison-row,
  .section-title,
  .subsection-title,
  .subsubsection-title {
    grid-template-columns: 200px repeat(4, minmax(140px, 1fr));
  }

  .feature {
    min-width: 200px;
    max-width: 200px;
  }

}
``/* End custom CSS */