.retrospy-order-status-page #header.header-blog {
	background-image: linear-gradient(rgba(20, 28, 34, 0.66), rgba(20, 28, 34, 0.66)), url("https://retro-spy.com/wp-content/uploads/2026/08/hero-psx.jpg") !important;
	background-position: 50% 42%, 50% 42% !important;
	background-repeat: no-repeat, no-repeat !important;
	background-size: cover, cover !important;
}

.retrospy-order-status-page #header .bottom-header.blog {
	padding-top: 85px !important;
	padding-bottom: 32px !important;
}

.retrospy-public-order-board {
	--retrospy-board-received: #3183a5;
	--retrospy-board-in-progress: #7357c8;
	--retrospy-board-on-hold: #a33b49;
	--retrospy-board-surface: #f3f8fb;
	--retrospy-board-ink: #25364e;
	margin: 0 auto;
	color: var(--retrospy-board-ink);
}

.retrospy-public-order-board-intro {
	margin-bottom: 20px;
}

.retrospy-public-order-board-intro h2 {
	margin: 0 0 8px;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.12;
	color: var(--retrospy-board-ink);
}

.retrospy-public-order-board-intro p {
	max-width: 760px;
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #627389;
}

.retrospy-public-order-board-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding: 14px 18px;
	margin-bottom: 24px;
	border: 1px solid #cfe1eb;
	border-radius: 12px;
	background: var(--retrospy-board-surface);
}

.retrospy-public-order-board-legend span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	color: var(--retrospy-board-ink);
}

.retrospy-public-order-board-legend i {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 4px;
}

.retrospy-public-order-board-legend .is-received,
.retrospy-public-order-board-tile.is-received {
	background: var(--retrospy-board-received);
}

.retrospy-public-order-board-legend .is-in-progress,
.retrospy-public-order-board-tile.is-in-progress {
	background: var(--retrospy-board-in-progress);
}

.retrospy-public-order-board-legend .is-on-hold,
.retrospy-public-order-board-tile.is-on-hold {
	background: var(--retrospy-board-on-hold);
}

.retrospy-public-order-board-notice {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 650;
	color: #8a3340;
}

.retrospy-public-order-board-notice:empty {
	display: none;
}

.retrospy-public-order-board-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	grid-auto-flow: row;
	gap: 18px;
}

.retrospy-public-order-board-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 120px;
	padding: 18px;
	border: 4px solid rgba(255, 255, 255, 0.7);
	border-radius: 14px;
	box-shadow: 0 0 0 2px currentColor, 0 9px 24px rgba(37, 54, 78, 0.17);
	color: #fff;
	font: 800 clamp(29px, 3vw, 46px)/1.05 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: -0.02em;
}

.retrospy-public-order-board-empty {
	grid-column: 1 / -1;
	padding: 42px 24px;
	margin: 0;
	border: 2px dashed #cfe1eb;
	border-radius: 14px;
	background: var(--retrospy-board-surface);
	text-align: center;
	font-size: 18px;
	font-weight: 650;
	color: #627389;
}

@media (max-width: 700px) {
	.retrospy-public-order-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.retrospy-public-order-board-tile {
		min-height: 96px;
		font-size: clamp(25px, 9vw, 36px);
	}
}

@media (max-width: 390px) {
	.retrospy-public-order-board-grid {
		grid-template-columns: 1fr;
	}
}
