/* Project-wide custom styles */
#BorlabsCookieBox,
.widget_awesomeweatherwidget,
.action-one.search-icon,
rs-fullwidth-wrap {
	display: none !important;
}

#np-archive-banner {
	background: #364f10;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	box-shadow: 0px 2px 16px #00000070;
}

.np-archive-banner__inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0.875rem 1rem;
}

.np-archive-banner__content {
	color: #ffffff;
}

.np-archive-banner__title {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.25rem;
}

.np-archive-banner__text {
	color: #ffffff;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.np-archive-banner__link {
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.np-archive-banner__link:hover,
.np-archive-banner__link:focus {
	background: #ffffff;
	color: #1f5f3b;
}

.content-area {
    max-width: unset !important;
    flex: unset !important;
}

.widget-area {
    display: none !important;
}


@media (max-width: 768px) {
	.np-archive-banner__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
