/* Modal close button placement — visual style comes from .icon-btn in style.css */
.modal-close-hit--corner {
	position: absolute;
	top: 0.65rem;
	right: 0.85rem;
	z-index: 3;
	touch-action: manipulation;
}

.modal-close-hit--toolbar {
	justify-self: start;
	touch-action: manipulation;
}
