@charset "utf-8";

/* Final geometry for the shared board banner surface. */
#nt_body .board-banner-surface {
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

#nt_body #main_banner.site-safety-latest-footer {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#nt_body #main_banner.site-safety-latest-footer > .board-banner-surface {
	width: calc(100% + 2px) !important;
	margin-right: -1px !important;
	margin-left: -1px !important;
}

#nt_body .board-banner-surface > .board-banner-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	box-sizing: border-box;
}

#nt_body .board-banner-surface > .board-banner-grid::after {
	display: none !important;
	content: none !important;
}

#nt_body .board-banner-surface > .board-banner-grid > li,
#nt_body .board-banner-surface > .board-banner-grid > li:nth-child(n) {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 1px !important;
	box-sizing: border-box;
	text-align: center;
}

#nt_body .board-banner-surface > .board-banner-grid > li img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
}

@media (max-width: 767px) {
	#nt_body .board-banner-surface > .board-banner-grid {
		gap: 1px;
	}

	#nt_body .board-banner-surface > .board-banner-grid > li,
	#nt_body .board-banner-surface > .board-banner-grid > li:nth-child(n) {
		padding: 0 !important;
	}
}
