.nwsbtn-container.hidden {
	display: none;
}

.nwsbtn-container {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9998;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	width: auto;
	border-radius: 0;
	overflow: hidden;
	font-size: 12px;
}

.nwsbtn-item {
	float: left;
	display: block;
	width: auto;
	height: 42px;
	line-height: 16px;
}

.news-item__link {
	display: block;
	width: auto;
	padding: 0.9em 1.6em 0.8em;
	background-color: var(--wp--preset--color--primary-200);
	color: var(--wp--preset--color--neutral-400);
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: 0.09em;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition:
		background-color 0.3s ease,
		text-decoration-color 0.3s ease;
}

.news-item__link:hover {
	background-color: var(--wp--preset--color--primary-300);
	text-decoration-color: currentColor;
}

.nwsbtn-link {
	color: var(--wp--preset--color--neutral-400);
}

.news-item__close,
.news-item__close:active,
.news-item__close:link,
.news-item__close:visited {
	display: block;
	width: auto;
	padding: 0.8em 0.8em 1em;
	background-color: var(--wp--preset--color--neutral-200);
	color: var(--wp--preset--color--neutral-400);
	text-decoration: underline;
	text-transform: uppercase;
	text-decoration-color: transparent;
	cursor: pointer;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		text-decoration-color 0.3s ease;
}

.news-item__close:hover {
	background-color: var(--wp--preset--color--neutral-300);
	color: var(--wp--preset--color--neutral-100);
	text-decoration-color: currentColor;
}

@media only screen and (min-width: 768px) {

	.nwsbtn-container {
		right: 30px;
		bottom: 30px;
		font-size: 16px;
	}
}
