/* 모바일 하단 퀵바 공간 확보 */
@media (max-width: 1023px) {
	body {
		padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px));
	}
}

/* 퀵바 아이콘 공통 사이즈 · 화이트 강제 */
.quick-icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
	filter: brightness(0) invert(1);
}
