/* Project refinements — v2.3.54 */

/* The About section now uses the complete content width. */
.elite-managed-project #project-about .elite-content--full {
	width: 100%;
	max-width: none;
}
.elite-managed-project #project-about .elite-content--full > * {
	max-width: none;
}

/* The old status/details strip and enquiry card must never reappear from cache. */
.elite-managed-project > .elite-project-summary,
.elite-managed-project #project-about .elite-contact-card {
	display: none !important;
}

/* Our Projects is a stable dropdown trigger with no destination link. */
.elite-nav--overlay .elite-projects-root-toggle > a:not([href]) {
	cursor: default;
	user-select: none;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
	top: 100% !important;
	margin-top: 0 !important;
}
.elite-nav--overlay .elite-projects-root-toggle:hover > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle:focus-within > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle.is-submenu-open > .sub-menu {
	display: grid !important;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
	z-index: 10050;
}

/* Fullscreen/mobile navigation keeps the root as a clear section label. */
.elite-fullscreen-menu .elite-projects-root-toggle > a:not([href]) {
	cursor: default;
	color: #fff;
}
