.wswg-global-styles__reset-button {
  position: absolute;
  color: #3B3B3B;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity;

  &:hover {
    opacity: 0.7;
  }

  &:disabled {
    opacity: 0.2;
  }
}

.wswg-global-styles__arrow-icon {
  fill: #3B3B3B;
  margin-right: 4px;
}