/* =========================================================================
   VITAL Hub page - gateway/launch-status styles.
   Auto-enqueued by functions.php as page-vital-hub.css.
   ========================================================================= */

/* ---------- Disabled-style Hub access button (pre-launch) ---------- */

.btn--disabled {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .4);
	color: #e6e9ef;
	cursor: not-allowed;
	font-size: 1.15rem;
	padding: 1.15rem 2.4rem;
}
.btn--disabled:hover {
	transform: none;
	background: rgba(255, 255, 255, .14);
	color: #e6e9ef;
}

/* ---------- Launch block ---------- */

.hub-launch {
	text-align: center;
	max-width: 640px;
	margin-inline: auto;
}
.hub-launch__date {
	font-weight: 700;
	font-size: 1.05rem;
	color: #fff;
	margin: 1.25rem 0 .5rem;
}
