.features-screen-component button.features-screen-item--active {
  font-weight: bold;
}

.features-screen-component .features-screen-item__ping {
  display: none;
}

.features-screen-component .features-screen-item--active .features-screen-item__ping {
  display: flex;
}

.features-screen-component button.features-screen-item--active.features-screen-item--design {
  background-color: var(--color-sky-50);
  color: var(--color-bv-turquoise);
}

.features-screen-component button.features-screen-item--active.features-screen-item--analysis {
  background-color: var(--color-red-50);
  color: var(--color-eime-red);
}

.features-screen-component button.features-screen-item--active.features-screen-item--comparison {
  background-color: var(--color-violet-50);
  color: var(--color-eime-violet);
}

.features-screen-component button.features-screen-item--active.features-screen-item--project {
  background-color: var(--color-green-50);
  color: var(--color-green-700);
}

.features-screen-component button.features-screen-item--active.features-screen-item--database {
  background-color: var(--color-orange-50);
  color: var(--color-eime-orange);
}
