/* buswayfast-unavailable.css */
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #222;
	background: #f5f6fa;
}
.logo {
	width: 180px;
	margin-bottom: 32px;
}
.message {
	max-width: 400px;
	padding: 32px 24px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
