#specModal .table-responsive {
  overflow-x: auto;
}

#specModal table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}

#specModal td.sticky-col,
#specModal th.sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.05);
  min-width: 160px;
  max-width: 220px;
  white-space: normal;
  overflow-wrap: anywhere;
}

#specModal thead th.sticky-col {
  z-index: 5;
  background: #f8f9fa;
}

.compare-dehumi .sticky-col span[data-bs-toggle="tooltip"] {
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: help;
}
.compare-dehumi .sticky-col span[data-bs-toggle="tooltip"]::after {
  content: "\24D8";
  font-size: 0.85em;
  color: #007db1;
  display: inline;
}

.checkmark::before {
  content: "\2714";
  color: green;
  font-size: 1.2rem;
  background: #d1e7dd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.empty-cell {
  color: #adb5bd;
}

.compare-link {
  text-decoration: none;
  color: #007db1;
}
.compare-link:hover {
  text-decoration: underline;
}

.text-start {
  font-weight: 600;
}

@media (max-width: 768px) {
  #specModal td.sticky-col,
  #specModal th.sticky-col {
    min-width: 150px;
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  #specModal td.sticky-col,
  #specModal th.sticky-col {
    min-width: 140px;
    max-width: 180px;
  }
}
