/**
 * Heyorder 공통 스타일 (Step01~04) - 1920x1080 고정
 */
.heyorder-ikea { min-width: 1920px; }
.heyorder-ikea #root { min-height: 1080px; }
.heyorder-ikea .ikea-btn-primary { background-color: #111; border-color: #111; color: #fff; }
.heyorder-ikea .ikea-btn-primary:hover { background-color: #333; border-color: #333; color: #fff; }
.heyorder-ikea .ikea-panel-blue { background-color: #0058AB; }
.heyorder-ikea .ikea-panel-form { background-color: #fff; }
.heyorder-ikea .ikea-footer-text { color: rgba(255,255,255,0.8); }
.heyorder-ikea .btn-outline-secondary:focus { border-color: #0058AB; box-shadow: 0 0 0 2px rgba(0,88,171,0.2); }
.heyorder-ikea .btn-check:checked + .btn-outline-secondary { background-color: #0058AB; border-color: #0058AB; color: #fff; }

/* 매장 선택 드롭다운 (Step01 전용) */
.heyorder-ikea #storeDropdownLabel { flex: 1; text-align: left; min-width: 0; }
.heyorder-ikea #storeDropdownBtn.dropdown-toggle { padding-left: 1rem; padding-right: 0.75rem; }

/* 레이아웃 (1920x1080 고정) */
.heyorder-ikea .ikea-bg-content { transform: translateY(-12%); }
.heyorder-ikea .ikea-btn-wide { min-width: 20rem; }
/* 본문·카피라이터: 로고와 동일 정렬 (화살표 2.5rem + gap 1rem + 로고 margin 2.5rem = 6rem) */
.heyorder-ikea .ikea-content-align { margin-left: 6rem; }
.heyorder-ikea .ikea-panel-left-pad { padding: 0 !important; }
.heyorder-ikea .ikea-panel-left-pad .ikea-panel-inner { padding: 2.5rem 3rem !important; }
.heyorder-ikea .ikea-panel-left-pad.border-end { padding-right: 2.5rem; }
.heyorder-ikea .ikea-panel-right-pad { padding-left: 3rem; }
.heyorder-ikea main { padding-left: 2rem; padding-right: 2rem; }

/* 뒤로가기 버튼 */
.heyorder-ikea .ikea-back-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	color: #111;
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 1;
}
.heyorder-ikea .ikea-back-btn:hover { background-color: #f1f1f1; color: #111; }
.heyorder-ikea .ikea-back-btn.text-white:hover { background-color: rgba(255,255,255,0.2); color: #fff; }

/* IKEA Family 색상 */
.heyorder-ikea .ikea-btn-white { background-color: #fff; border-color: #fff; color: #0058AB; }
.heyorder-ikea .ikea-btn-white:hover { background-color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.9); color: #0058AB; }
.heyorder-ikea .ikea-family-blue { color: #0058AB; }
.heyorder-ikea .ikea-family-yellow { color: rgb(251, 217, 20); }

/* 기타 */
.heyorder-ikea .ikea-qr-sample { background-color: #dee2e6; }
.heyorder-ikea .root.front-container { background-color: #fff; }

/* 로고 크기 */
.heyorder-ikea .ikea-logo { width: 98px; height: 40px; }
/* 로고만 입력폼과 정렬 (화살표는 왼쪽 유지) */
.heyorder-ikea .ikea-logo-form-align { margin-left: 2.5rem; }
/* Step01 헤더 플레이스홀더 (뒤로가기 버튼과 동일 공간, 보이지 않음) */
.heyorder-ikea .ikea-back-btn-placeholder {
	width: 2.5rem; min-width: 2.5rem; height: 2.5rem;
	flex-shrink: 0;
	visibility: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* 콘텐츠 최대 너비 */
.heyorder-ikea .ikea-content-max { max-width: 480px; }
