/* 1. Сброс курсора по умолчанию */
body, .t-records, .t-cover, .t396, .t396__artboard, .t-cover__carrier, .t-section, .r, .t-container, .t396__elem {
  cursor: default !important;
}

/* 2. Разрешаем "ладошку" на кликабельных элементах */
a, button, .t-btn, [role="button"], .t-menuburger, .t-sociallinks__item {
  cursor: pointer !important;
}

/* Включаем "ладошку" на обёртке с прокруткой */
.t396__carrier[style*="overflow-x"] {
  cursor: grab !important;
}
.t396__carrier[style*="overflow-x"]:active {
  cursor: grabbing !important;
}
