.p-news-archive__categories .mhnw-news-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	margin-left: auto;
	padding: 4px 20px;
	border: 2px solid #fcc91a;
	border-radius: 100px;
	background-color: #fcc91a;
	color: #272727 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.p-news-archive__categories .mhnw-news-submit-button:hover,
.p-news-archive__categories .mhnw-news-submit-button:focus-visible {
	background-color: #272727;
	color: #fff !important;
}

.p-news-archive__categories .mhnw-news-submit-button:focus-visible {
	outline: 3px solid rgba(252, 201, 26, 0.4);
	outline-offset: 3px;
}

@media screen and (max-width: 767px) {
	.p-news-archive__categories .mhnw-news-submit-button {
		flex-basis: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 4px;
	}
}
