/* ANDRIK R330 — keep the "Все синглы" control above decorative layers and touchable. */
.andrik-singles-more{
  position:relative!important;
  z-index:20!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(222,178,92,.18);
}
