/*
 * Certificates v2 — enqueued only when pep_certs_v2_enabled and the request is
 * the library page or a certificate page (inc/certs-redesign.php). Every rule
 * is scoped under body.pep-certs-v2 so the flag alone decides whether any of
 * this exists. The 118/96/80 top paddings are the fixed-header clearance the
 * gradient banner used to provide (same ladder as products-redesign.css).
 */
body.pep-certs-v2 .pep-certs-head {
	padding: 118px 0 8px;
}
body.pep-certs-v2 .pep-certs-head h1 {
	font-size: clamp(1.7rem, 4vw, 2.3rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
}
body.pep-certs-v2 .pep-certs-head .pep-certs-lede {
	margin: 8px 0 0;
	max-width: 62ch;
	color: #6a6570;
	font-size: 0.95rem;
	line-height: 1.45;
}
body.pep-certs-v2 .pep-certs-head .pep-certs-eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	font-size: 0.88rem;
	color: #6a6570;
}
body.pep-certs-v2 .pep-certs-head .pep-certs-eyebrow a {
	color: #de0076;
	font-weight: 600;
	text-decoration: none;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}
body.pep-certs-v2 .pep-certs-head .pep-certs-eyebrow b {
	color: #171419;
	font-weight: 600;
}
@media (max-width: 991px) {
	body.pep-certs-v2 .pep-certs-head { padding-top: 96px; }
}
@media (max-width: 767px) {
	body.pep-certs-v2 .pep-certs-head { padding-top: 80px; }
}
/* The head replaces the banner, so the section needs less of its own top gap,
 * and the -50px row pull the banner's bottom padding used to absorb is zeroed
 * (products-redesign.css does the same under body.pep-products-shop). */
body.pep-certs-v2 .products-crd-sec.cmn-gap {
	padding-top: 22px;
}
body.pep-certs-v2 .products-crd-row {
	margin-top: 0;
}
body.pep-certs-v2 .pep-certs-single .pep-certs-entry {
	width: 100%;
}
