/**
 * Final public breadcrumb surface owner.
 *
 * The PHP guard adds the body marker only to published public singular pages.
 * The homepage, posts index, operational routes, login/account paths,
 * password-protected content, RI-protected materials and MemberPress body
 * contours remain outside this stylesheet. Noindex by itself is not an access
 * restriction, so a publicly viewable noindex page keeps the same surface.
 *
 * Geometry and typography stay with the existing breadcrumb visual system.
 */

body.ri-public-breadcrumb-surface-active
	#page
	#content
	nav.ri-yoast-breadcrumbs {
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
