/* iOS Safari touch improvements */
button, .touchable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Mobile dropdown improvements for iOS */
.mobile-dropdown button {
  -webkit-tap-highlight-color: rgba(239, 193, 33, 0.3);
  cursor: pointer;
}

.mobile-dropdown button:active {
  background-color: rgba(239, 193, 33, 0.1);
}
