.wcels-icon,
.wcels-icon:hover,
.wcels-icon:focus-visible {
	transform: none;
	box-shadow: none;
	transition: color .18s ease, background-color .18s ease;
}

.wcels-close {
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 8px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #4b5563;
	font-size: inherit;
	line-height: 1;
	transition: color .18s ease, background-color .18s ease;
}

.wcels-close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wcels-close i {
	font-size: 18px;
}

.wcels-close svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wcels-overlay {
	overscroll-behavior: none;
	touch-action: none;
	-webkit-overflow-scrolling: touch;
}

.wcels-modal {
	overscroll-behavior: contain;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
}

body.wcels-modal-open {
	overscroll-behavior: none;
}
