@keyframes srfmPdSlideUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.srfm-pd-btn svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.srfm-pd-cancel-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}