/* Journey supplies the site-wide dark-red palette, typography and button treatment. */
main {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 35px 16px 50px;
	text-align: center;
}

h1 { margin: 0 0 25px; }
h2 { margin: 0 0 8px; font-size: 1.2em; }
p { margin: 10px 0; }
.lead { font-size: 1.2em; }
.unknown { color: #FFC000; font-weight: bold; }

.countdown-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 28px auto; }
.countdown-card { margin: 0; min-width: 215px; }
.end-card { margin: 28px auto; }
.date { display: block; margin-bottom: 8px; }
.timer {
	display: inline-block;
	padding: 8px;
	border: 3px solid #744620;
	border-right-color: #4E290B;
	border-bottom-color: #4E290B;
	border-radius: 8px;
	background-color: #DDDDDD;
	color: #000;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.1em;
	font-weight: normal;
	white-space: nowrap;
}

.plain-link { display: block; margin-top: 8px; font-size: .8em; }
.note { margin: 35px auto 0; max-width: 680px; font-size: .9em; }
.estimate { margin-top: 18px; }

body.plain-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 12px; }
body.plain-page .timer { font-size: clamp(1.2em, 7vw, 4em); }

@media (max-width: 480px) {
	main { padding-top: 55px; }
	.timer { font-size: .85em; }
}
