.news_modal .relative::-webkit-scrollbar {
	width: 0;
}
.news_modal .relative {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mouse-drag-scroll {
	cursor: grab;
}
.mouse-drag-scroll.dragging {
	cursor: grabbing;
	user-select: none;
}
button:hover svg path {
	fill: var(--red);
	cursor: pointer;
}
