.weblabor-notice-bar {
	width: 100%;
	box-sizing: border-box;
	background: var(--wnb-bg, #b40000);
	color: var(--wnb-text, #ffffff);
	position: relative;
	z-index: 10;
}

.weblabor-notice-bar__inner {
	width: 100%;
	box-sizing: border-box;
	padding: 9px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.45;
}

.weblabor-notice-bar__content {
    color: inherit;
}

.weblabor-notice-bar__content a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.weblabor-notice-bar__content a:hover,
.weblabor-notice-bar__content a:focus {
    color: inherit;
    text-decoration-thickness: 2px;
}
@media (max-width: 767px) {
	.weblabor-notice-bar__inner {
		padding: 8px 12px;
		font-size: 13px;
	}

	.weblabor-notice-bar__link {
		margin-left: 4px;
	}
}