.listeo-feature-groups {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-group h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
}

.feature-group ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2px 2px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-group li {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 14px;
  white-space: nowrap;
}
