#version-announce-stripe {
	display: flex;
	justify-content: center;
	padding: 16px;
}
#version-announce-stripe {
	background: #f86300;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	position: relative;
}
/* Japanese */
html[lang="ja"] #version-announce-stripe {
	font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', Arial, sans-serif;
	font-size: 1.125rem;
}
/* Chinese (Traditional) */
html[lang="zh-tw"] #version-announce-stripe,
/* Chinese (Simplified) */
html[lang="zh"] #version-announce-stripe {
	font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Arial, sans-serif;
	font-size: 1.125rem;
}
html[lang="zh"] #version-announce-stripe a span.versionemphasis {
	font-weight: 600;
	white-space: nowrap;
}
/* Korean */
html[lang="ru"] #version-announce-stripe {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
}
#version-announce-stripe a {
	color: #fff;
}
#version-announce-stripe:hover {
	background: #f88900;
}
#version-announce-stripe .version-container {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	/* Centering */
}
/*mathematica padding*/

#_product-header+style+#version-announce-stripe a {
	padding: 6px 60px 4px;
}
#language-header.versionNotice nav, #mathematica-header.versionNotice nav {
	bottom: -125px;
}
#language-header.versionNotice #back a {
	bottom: -15px
}
#version-announce-stripe a span.versionemphasis {
	font-style: italic;
	font-weight: 600;
	white-space: nowrap;
}
#version-announce-stripe a span.versionemphasis .pointer {
	font-style: normal;
	font-weight: 600;
	white-space: nowrap;
	margin-left: 2px;
}
#version-announce-stripe .language-content {
	flex: 1;
	min-width: 200px;
}
@media (max-width: 600px) {
	#version-announce-stripe {
		font-size: 1.25rem;
		line-height: 1.3;
	}
	#version-announce-stripe .version-container {
		flex-direction: column;
		/* Stack items vertically */
		text-align: center;
		/* Center text */
		align-items: center;
		/* Center image and text */
	}
	.version-container img {
		margin-bottom: 10px;
		/* Adds spacing below the image */
	}
	/*mathematica padding*/
	#_product-header+style+#version-announce-stripe a {
		padding: 6px 20px;
	}
	#language-header.versionNotice nav, #mathematica-header.versionNotice nav {
		bottom: -94px;
	}
}
