.rff-tooltip-icon {
  background-size: cover;
  border: none;
  margin-bottom: 0.5rem;
  vertical-align: top;
  background-size: cover;
  cursor: help;
  z-index: 3000;
  opacity: 1;
  /* Color svg gray */
  filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(96%) contrast(87%);
}

.rff-tooltip {
  /* Offset tooltip slightly to avoid hover issues */
  font-family: 'Founders Grotesk';
  cursor: help;
  opacity: 1 !important;
}

.tooltip-arrow {
  background: none;
  /* Color arrow orange */
  border: none !important;
  filter: invert(71%) sepia(43%) saturate(4526%) hue-rotate(357deg) brightness(97%) contrast(94%);
}

.tooltip-inner {
  border: 0.25px solid rgba(50, 50, 50, 0.25);
  background: rgb(242,146,12);
  opacity: 1;
}