
.js-pane a,
.js-pane span.js-wall-link,
.js-window a,
.js-window .js-pane-link,
.js-map-popup a {
	cursor: pointer;
	color: currentColor !important;
	text-decoration: underline;
}

.js-body-0:empty,
.js-body-1:empty {
	display: none !important;
}

.js-pane-slider-button::after {
	content: none;
}

.js-pane-slider-button-prev {
	cursor: w-resize; cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" /></svg>'),w-resize;
}

.js-pane-slider-button-next {
	cursor: e-resize; cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>'),e-resize;
}
