body {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.help-icon-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.features-accordion .accordion-button::after {
  display: none;
}

.features-accordion .accordion-button {
  font-weight: 600;
}

.features-accordion .accordion-button::before {
  content: ">";
  margin-right: 0.5rem;
  transition: transform 0.2s ease;
}

.features-accordion .accordion-button:not(.collapsed)::before {
  content: "∨";
}

.features-list {
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
  padding-left: 1.25rem;
}

.help-icon-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}
