#forceUpdateScreen {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: #fff8ea;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.force-update-box {
	text-align: center;
	max-width: 360px;
}

	.force-update-box h1 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.force-update-box p {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 24px;
	}

.force-update-button {
	display: block;
	background: #f39800;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 14px 20px;
	border-radius: 999px;
}
