.pricing-comparison-table {
  background-color: var(--mt-common-white);
  border-collapse: separate;
  border-spacing: 0;
}
.pricing-comparison-table .pricing-table-header {
  background-color: #2b3035 !important;
  border-bottom: 2px solid var(--mt-grey-2) !important;
}
.pricing-comparison-table .pricing-table-header th {
  background-color: transparent !important;
  color: #ffffff !important;
  font-weight: 700;
  border-bottom: 2px solid var(--mt-grey-2) !important;
}
.pricing-comparison-table .pricing-table-header th.border-0 {
  border: none !important;
  border-bottom: 2px solid var(--mt-grey-2) !important;
}
.pricing-comparison-table th:first-child {
  border-top-left-radius: 10px;
}
.pricing-comparison-table th:last-child {
  border-top-right-radius: 10px;
}
.pricing-comparison-table th,
.pricing-comparison-table td {
  border-bottom: 1px solid var(--mt-grey-2) !important;
  border-right: 1px solid var(--mt-grey-2) !important;
}
.pricing-comparison-table th:last-child,
.pricing-comparison-table td:last-child {
  border-right: none !important;
}

.feature-navigation .btn-outline-primary {
  border-radius: 30px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  border-color: var(--mt-color-theme, #0d6efd) !important;
  color: var(--mt-color-theme, #0d6efd) !important;
  background-color: transparent !important;
}
.feature-navigation .btn-outline-primary:hover, .feature-navigation .btn-outline-primary:focus {
  background-color: var(--mt-color-theme, #0d6efd) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2) !important;
  transform: translateY(-2px) !important;
}

.features-table-wrapper {
  position: relative;
}

.plan-selector-sticky {
  position: sticky;
  top: 55px;
  z-index: 100;
  background: var(--mt-common-white);
  padding-top: 10px;
  padding-bottom: 2px;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.1));
}
.plan-selector-sticky .form-select {
  height: 48px;
  padding: 10px 40px 10px 14px;
  background-color: #f5f6f7;
  border: 1px solid #e0e3e8;
  border-radius: 0;
  font-size: 0.95rem;
  color: var(--mt-common-black);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.plan-selector-sticky .form-select:focus {
  background-color: var(--mt-common-white);
  border-color: var(--mt-color-theme);
  box-shadow: none;
  outline: none;
}
.plan-selector-sticky .nice-select {
  float: none;
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 40px 0 14px;
  background-color: #f5f6f7;
  background-image: none;
  border: 1px solid #e0e3e8;
  border-radius: 0;
  font-size: 0.95rem;
  color: var(--mt-common-black);
}
.plan-selector-sticky .nice-select:hover {
  border-color: #c5c8cd;
}
.plan-selector-sticky .nice-select.open, .plan-selector-sticky .nice-select:focus {
  background-color: var(--mt-common-white);
  border-color: var(--mt-color-theme);
}
.plan-selector-sticky .nice-select::after {
  border-color: #555;
  right: 16px;
}
.plan-selector-sticky .nice-select .list {
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid #e0e3e8;
  width: 100%;
}
.plan-selector-sticky .nice-select .list .option {
  font-size: 0.95rem;
  padding: 10px 14px;
}
.plan-selector-sticky .nice-select .list .option.selected, .plan-selector-sticky .nice-select .list .option:hover {
  background-color: #f0f4ff;
  color: var(--mt-color-theme);
  font-weight: 600;
}

.table-responsive {
  border-radius: 10px;
  border: 1px solid var(--mt-grey-2);
  overflow: hidden;
}

.feature-column {
  width: 40%;
  font-size: 1.1rem;
}

.plan-column {
  width: 20%;
}

.plan-badge {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.feature-link {
  border-bottom: 1px dotted #ccc;
  transition: all 0.3s;
}
.feature-link:hover {
  color: var(--mt-color-theme) !important;
}

.feature-checkmark {
  font-weight: bold;
  font-size: 1.2rem;
}

.section-header {
  background-color: var(--mt-grey-3);
  font-size: 1.05rem;
}

@media (max-width: 767px) {
  .table-responsive {
    margin-top: 12px;
  }
  .feature-column {
    width: 70%;
    font-size: 1rem;
  }
  .plan-column {
    width: 30%;
  }
  .plan-column.plan-pro,
  .plan-column.plan-enterprise,
  .plan-cell.plan-pro,
  .plan-cell.plan-enterprise {
    display: none;
  }
  .pricing-comparison-table {
    margin-top: 0;
  }
  .pricing-comparison-table .pricing-table-header th {
    font-size: 0.9rem !important;
    padding: 0.75rem !important;
  }
  .pricing-comparison-table td {
    font-size: 0.9rem;
    padding: 0.75rem !important;
  }
  .pricing-comparison-table .badge {
    font-size: 0.8rem !important;
    padding: 0.4rem 0.8rem !important;
  }
}

/*# sourceMappingURL=features.css.map */
