
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');
:root {
    --font-family: "Sarabun", sans-serif;
    --font-icon-family: 'icomoon', sans-serif;
}
.logo-subtxt{
	font-family: "Sarabun", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #000000;
	padding: 0;
	margin: 0px 0 0 43px;
}
.new_launch_alert_wrapper {
	border-bottom: 1px solid #7DD058;
	background-color: #F0FFE9;
	backdrop-filter: blur(125px);
	padding: 6px;
}
.new_tag_top {
	border-radius: 12px;
	background: #4F9231;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 2px 8px;
}
.new_tag_desc {
	color: #222B45;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
}
.new_launch_tag_link:hover,
.new_launch_tag_link:active,
.new_launch_tag_link {
	color: #000;
	cursor: pointer;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	text-decoration: underline;
}

@media (max-width: 520px) {
	.logo-subtxt{
		margin: 0px 0 0 40px;
		font-size: 11px;
	}
}
@media (min-width: 768px) {
	.new_tag_desc {
		font-size: 14px;
		line-height: 30px;
	}
	.new_launch_tag_link:hover,
	.new_launch_tag_link:active,
	.new_launch_tag_link {
		font-size: 14px;
		line-height: 30px;
	}
}