/* Checkmark-bullet feature list used inside the "Built for every seller"
   panel. components/feature-list.html */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.feature-list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.84375rem;
  font-weight: var(--fw-semibold);
  color: var(--hp-text-strong-muted);
}

.feature-list__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: var(--radius-pill);
  background: rgba(14, 159, 224, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-list__icon img {
  width: 11px;
  height: 11px;
}
