.elementor-84452666 .elementor-element.elementor-element-3f5b12d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84452666 .elementor-element.elementor-element-a03fde2 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-84452666 .elementor-element.elementor-element-a03fde2 > .elementor-widget-container{margin:0px 0px 0px 0px;}@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.scc-compare {
  font-family: 'Montserrat', sans-serif;
}
.scc-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  table-layout: fixed;
}
.scc-compare__table th {
  background: #fff;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: left;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
}
.scc-compare__table td {
  font-size: 13px;
  padding: 16px 20px;
  vertical-align: top;
  line-height: 1.65;
  color: #5a5a5a;
}
.scc-compare__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}
.scc-compare__table tbody tr:nth-child(even) td {
  background: #fff;
}
.scc-compare__table tr:hover td {
  background: #f4f4f4;
}

/* Default: 3-column "label / option A / option B" layout */
.scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td:first-child {
  font-weight: 600;
  color: #000000;
  width: 28%;
}
.scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td:nth-child(2),
.scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td:nth-child(3) {
  width: 36%;
}

/* Head-to-head: equal columns with central divider and side accents */
.scc-compare__table--vs td {
  width: 50%;
  position: relative;
}
.scc-compare__table--vs th:first-child,
.scc-compare__table--vs td:first-child {
  border-right: 1px solid #e8e8e8;
  border-left: 3px solid #c0dd97;
  padding-left: 24px;
}
.scc-compare__table--vs th:last-child,
.scc-compare__table--vs td:last-child {
  border-right: 3px solid #4a9e2e;
  padding-right: 24px;
}
.scc-compare__table--vs th:last-child {
  color: #000;
}

/* Label / description: narrow first column, wide second, with side accents */
.scc-compare__table--label th:first-child,
.scc-compare__table--label td:first-child {
  width: 25%;
  border-left: 3px solid #c0dd97;
  padding-left: 24px;
}
.scc-compare__table--label td:first-child {
  font-weight: 600;
  color: #000;
}
.scc-compare__table--label th:last-child,
.scc-compare__table--label td:last-child {
  width: 75%;
  border-right: 3px solid #c0dd97;
  padding-right: 24px;
}

/* Mobile */
@media (max-width: 768px) {
  .scc-compare__table thead { display: none; }
  .scc-compare__table tbody tr:nth-child(even) td { background: #ffffff; }
  .scc-compare__table td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
  }
  .scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td:first-child {
    padding-bottom: 4px;
    border-top: 1px solid #e2e2e2;
  }
  .scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td:not(:first-child) {
    padding-top: 4px;
  }
  .scc-compare__table:not(.scc-compare__table--vs):not(.scc-compare__table--label) td[data-label]::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #000;
  }
  .scc-compare__table--vs td,
  .scc-compare__table--label td {
    border-top: 1px solid #e2e2e2;
    border-left: none !important;
    border-right: none !important;
    padding: 14px 16px !important;
  }
  .scc-compare__table--vs td[data-label]::before,
  .scc-compare__table--label td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}