/* Tap highlight on mobile — без синей вспышки */
* {
  -webkit-tap-highlight-color: transparent !important;
}

html,
body {
  -webkit-tap-highlight-color: transparent !important;
}

/* Золотое выделение текста */
::selection {
  background: rgba(201, 162, 39, 0.45) !important;
  color: #fff !important;
}

::-moz-selection {
  background: rgba(201, 162, 39, 0.45) !important;
  color: #fff !important;
}
