.dashboard-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.content-card.dashboard-card {
	max-width: 600px;
}

.dashboard-live {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	overflow: visible;
}

.dashboard-words {
	display: none;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.dashboard-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.content-card.dashboard-card--live .dashboard-live {
	flex-direction: row;
	align-items: stretch;
	gap: 18px;
}

.content-card.dashboard-card--live .dashboard-words {
	display: flex;
	flex: 4;
}

.content-card.dashboard-card--live .dashboard-info {
	flex: 2;
}

.dashboard-state {
	text-align: center;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.content-card.dashboard-card--live .dashboard-state {
	font-size: 28px;
	margin-bottom: 8px;
}

.dashboard-live-badge {
	background: #FF2E93;
	color: #FFFFFF;
	border: 3px solid #000000;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 4px 12px;
	text-transform: uppercase;
	box-shadow: 2px 3px 0 #00000022;
}

.dashboard-date {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #222222;
}

.dashboard-word {
	margin: 0;
	padding: 14px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	background: #FFFFFF;
	border: 4px solid #000000;
	border-radius: 12px;
	opacity: 1;
	box-shadow: 0 6px 0 #00000022;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	width: 100%;
	display: none;
}

@media (max-width: 720px) {
	.content-card.dashboard-card--live .dashboard-live {
		flex-direction: column;
	}
}
