#fx-tool select {
  appearance: auto;
  width: 100%;
  min-height: 48px;
  padding: 12px 38px 12px 12px;
  border: 1px solid rgba(184, 153, 92, 0.52);
  border-radius: 8px;
  background: #24231f;
  color: #f8f2e7;
  color-scheme: light;
  font-weight: 500;
  cursor: pointer;
}

#fx-tool select:hover,
#fx-tool select:focus {
  border-color: #c9a968;
  background: #2d2b25;
  box-shadow: 0 0 0 3px rgba(184, 153, 92, 0.14);
  outline: none;
}

#fx-tool select option {
  background: #f7f2e9;
  color: #171714;
  font-weight: 500;
}

#fx-tool select option:checked {
  background: #c9a968;
  color: #101010;
}

@media (max-width: 600px) {
  #fx-tool select {
    font-size: 16px;
    color: #fff;
  }
}
