/*
 * Oninit General Services - page-specific CSS overlay.
 *
 * Loaded by /genservices/content.php so it applies to every genservices
 * page without touching the shared site CSS. Mirrors the snooper/ripper
 * overlays (legacy.css-aligned typography) under the .genservices-content
 * namespace so the directory renders consistently with the modernised
 * product pages while staying independently maintainable.
 */

.genservices-content table.legacy {
	border-collapse: collapse;
	margin: 8px 4px 12px 4px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	width: auto;
	max-width: 100%;
	text-align: left;
}

.genservices-content table.legacy th,
.genservices-content table.legacy td {
	border: 1px solid #c0a880;
	padding: 6px 10px;
	vertical-align: top;
	text-align: left;
}

.genservices-content table.legacy th {
	background-color: #f2eddc;
	color: #7e4400;
	font-weight: bold;
}

.genservices-content table.legacy tr:nth-child(even) td {
	background-color: #fbf8ee;
}

.genservices-content ul.legacy {
	list-style-type: disc;
	margin-left: 24px;
	padding-left: 16px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.genservices-content ul.legacy li {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}

.genservices-content h3 {
	font-size: 16px;
	font-family: tahoma;
	color: #7e4400;
	margin-top: 8px;
	margin-bottom: 12px;
}

.genservices-content h2.legacy {
	margin-top: 18px;
	margin-bottom: 6px;
}

.genservices-content em.legacy,
.genservices-content em {
	color: #6b5a1f;
	font-style: normal;
}

.genservices-content p,
.genservices-content p.legacy {
	line-height: 1.45;
	max-width: 64em;
	text-align: left;
}

.genservices-content .badges {
	margin-top: 18px;
	text-align: center;
}

.genservices-content .badges img {
	margin: 0 8px;
	vertical-align: middle;
}

.sidenav .sidenav-section {
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #d8c8a8;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #7e4400;
}
