.feature-symbol {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  border-color: #45e39b70;
  background: radial-gradient(circle at 50% 35%, #45e39b1d, #45e39b08);
  box-shadow: inset 0 0 20px #45e39b0c, 0 8px 25px #0006;
}

.feature-symbol svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px #45e39b44);
}
