/* RC30: public requirement detail, scoped to avoid restyling the theme. */
.om-request {
	--omr-navy: #142d45;
	--omr-blue: #135eae;
	--omr-blue-dark: #0b4786;
	--omr-orange: #f47a20;
	--omr-ink: #2b4358;
	--omr-muted: #607386;
	--omr-line: #dce5ed;
	--omr-soft: #f3f7fa;
	box-sizing: border-box;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px 24px 72px;
	color: var(--omr-ink);
	font: 15px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.om-request *,
.om-request *::before,
.om-request *::after {
	box-sizing: border-box;
}

.om-request :where(h1, h2, p, dl, figure, ol) {
	margin-top: 0;
}

.om-request a {
	color: var(--omr-blue);
}

.om-request a:focus-visible {
	outline: 3px solid #d48219;
	outline-offset: 4px;
}

.om-request__crumb {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
	color: var(--omr-muted);
	font-size: 13px;
}

.om-request__crumb a {
	font-weight: 650;
	text-decoration: none;
}

.om-request__header {
	position: relative;
	margin-bottom: 30px;
	padding: 38px 42px 40px;
	border-top: 4px solid var(--omr-orange);
	background: var(--omr-navy);
	color: #fff;
	overflow: hidden;
}

.om-request__header::after {
	position: absolute;
	right: -65px;
	bottom: -115px;
	width: 290px;
	height: 290px;
	border: 55px solid rgb(255 255 255 / 4%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.om-request__tags {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.om-request__tags > span {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	gap: 7px;
	padding: 4px 10px;
	background: rgb(255 255 255 / 10%);
	color: #dce8f3;
	font-size: 11px;
	font-weight: 700;
}

.om-request__tags .om-request__status {
	background: #e9f7ef;
	color: #167344;
}

.om-request__status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #20a464;
}

.om-request__header h1 {
	position: relative;
	z-index: 1;
	max-width: 850px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(31px, 4vw, 49px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: -.04em;
	overflow-wrap: anywhere;
}

.om-request__headline-meta {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 8px 22px;
	flex-wrap: wrap;
	color: #b9c9d7;
	font-size: 13px;
}

.om-request__headline-meta span {
	position: relative;
}

.om-request__headline-meta span:not(:last-child)::after {
	position: absolute;
	right: -13px;
	color: #668198;
	content: "•";
}

.om-request__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 370px;
	gap: 30px;
	align-items: start;
}

.om-request__main,
.om-request__sidebar {
	min-width: 0;
}

.om-request__main {
	display: grid;
	gap: 22px;
}

.om-request__sidebar {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 18px;
}

.om-request__card,
.om-request__summary,
.om-request__action {
	border: 1px solid var(--omr-line);
	background: #fff;
}

.om-request__card {
	padding: 30px 32px;
}

.om-request__eyebrow {
	margin-bottom: 7px;
	color: var(--omr-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
}

.om-request h2 {
	margin-bottom: 0;
	color: var(--omr-navy);
	font-size: 22px;
	font-weight: 730;
	line-height: 1.3;
	letter-spacing: -.02em;
}

.om-request__description > div:last-child {
	margin-top: 18px;
	color: #41576b;
	font-size: 16px;
	overflow-wrap: anywhere;
}

.om-request__description > div:last-child > :last-child {
	margin-bottom: 0;
}

.om-request__section-head {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	align-items: end;
	margin-bottom: 20px;
}

.om-request__section-head > span {
	flex-shrink: 0;
	color: var(--omr-muted);
	font-size: 12px;
}

.om-request__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.om-request__gallery a {
	position: relative;
	display: block;
	min-height: 190px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--omr-soft);
}

.om-request__gallery a:first-child:nth-last-child(odd) {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 8;
}

.om-request__gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .2s ease;
}

.om-request__gallery a:hover img {
	transform: scale(1.025);
}

.om-request__documents {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.om-request__documents > a {
	display: grid;
	grid-template-columns: 45px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	padding: 13px 15px;
	border: 1px solid var(--omr-line);
	color: var(--omr-ink);
	text-decoration: none;
}

.om-request__documents > a > span {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	background: #e8f2fc;
	color: var(--omr-blue);
	font-size: 10px;
	font-weight: 850;
}

.om-request__documents strong,
.om-request__documents small {
	display: block;
	overflow-wrap: anywhere;
}

.om-request__documents strong {
	color: var(--omr-navy);
	font-size: 13px;
}

.om-request__documents small {
	margin-top: 2px;
	color: var(--omr-muted);
	font-size: 11px;
}

.om-request__documents b {
	color: var(--omr-blue);
	font-size: 18px;
}

.om-request__process {
	padding: 30px 32px;
	background: var(--omr-soft);
}

.om-request__process ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 25px 0 0;
	padding: 0;
	border-top: 1px solid #ccd9e4;
	list-style: none;
}

.om-request__process li {
	display: flex;
	gap: 13px;
	padding: 20px 16px 0 0;
}

.om-request__process li:not(:last-child) {
	margin-right: 16px;
	border-right: 1px solid #d5e0e9;
}

.om-request__process li > span {
	color: var(--omr-blue);
	font-size: 11px;
	font-weight: 850;
}

.om-request__process strong {
	display: block;
	color: var(--omr-navy);
	font-size: 13px;
}

.om-request__process li p {
	margin: 5px 0 0;
	color: var(--omr-muted);
	font-size: 12px;
	line-height: 1.5;
}

.om-request__summary {
	padding: 26px;
	border-top: 3px solid var(--omr-blue);
	box-shadow: 0 10px 32px rgb(20 45 69 / 6%);
}

.om-request__summary dl {
	margin: 20px 0 0;
}

.om-request__summary dl > div {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #edf1f4;
}

.om-request__summary dt {
	color: var(--omr-muted);
	font-size: 12px;
}

.om-request__summary dd {
	margin: 0;
	color: var(--omr-navy);
	font-size: 13px;
	font-weight: 680;
	text-align: right;
	overflow-wrap: anywhere;
}

.om-request__summary dd small {
	display: block;
	margin-top: 3px;
	color: var(--omr-muted);
	font-size: 10px;
	font-weight: 500;
}

.om-request__summary dd.is-requested {
	color: #167344;
}

.om-request__action {
	padding: 25px 26px;
	border-top: 3px solid var(--omr-orange);
}

.om-request__action h2 {
	font-size: 19px;
}

.om-request__action > p {
	margin: 9px 0 20px;
	color: var(--omr-muted);
	font-size: 13px;
}

.om-request__button {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 15px;
	border: 1px solid var(--omr-blue);
	background: var(--omr-blue);
	color: #fff !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.om-request__button:hover {
	border-color: var(--omr-blue-dark);
	background: var(--omr-blue-dark);
}

.om-request__button--secondary {
	justify-content: center;
	margin-top: 9px;
	background: #fff;
	color: var(--omr-blue) !important;
}

.om-request__button--secondary:hover {
	background: #edf5fd;
	color: var(--omr-blue-dark) !important;
}

.om-request__privacy {
	display: flex;
	gap: 13px;
	padding: 19px 20px;
	background: #edf6ff;
}

.om-request__privacy > span {
	display: grid;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	place-items: center;
	background: var(--omr-blue);
	color: #fff;
	font-weight: 800;
}

.om-request__privacy strong {
	display: block;
	color: var(--omr-navy);
	font-size: 13px;
}

.om-request__privacy p {
	margin: 4px 0 0;
	color: var(--omr-muted);
	font-size: 11px;
}

body :is(main, #content, .site-main, .site-content, .content-area, .entry-content, .page-content, .container, .elementor, .elementor-section, .elementor-container, .elementor-section-wrap, .e-con, .e-con-inner, .elementor-widget-wrap, .elementor-widget-container):has(.om-request) {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 1260px !important;
	min-width: 0 !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
	--container-max-width: 1260px;
	--content-width: 1260px;
}

body .om-request {
	width: 100% !important;
	max-width: 1260px !important;
	margin-inline: auto !important;
}

@media (max-width: 980px) {
	.om-request__layout {
		grid-template-columns: minmax(0, 1fr) 330px;
		gap: 22px;
	}

	.om-request__card,
	.om-request__process {
		padding: 25px;
	}

	.om-request__process ol {
		grid-template-columns: 1fr;
	}

	.om-request__process li:not(:last-child) {
		margin-right: 0;
		padding-bottom: 18px;
		border-right: 0;
		border-bottom: 1px solid #d5e0e9;
	}
}

@media (max-width: 760px) {
	.om-request {
		padding: 20px 16px 48px;
	}

	.om-request__header {
		padding: 29px 23px 31px;
	}

	.om-request__header h1 {
		font-size: clamp(29px, 9vw, 39px);
	}

	.om-request__headline-meta {
		display: grid;
		gap: 5px;
	}

	.om-request__headline-meta span::after {
		display: none;
	}

	.om-request__layout {
		display: flex;
		flex-direction: column;
	}

	.om-request__main,
	.om-request__sidebar {
		width: 100%;
	}

	.om-request__sidebar {
		position: static;
		order: -1;
	}

	.om-request__summary,
	.om-request__action {
		padding: 22px;
	}
}

@media (max-width: 520px) {
	.om-request__card,
	.om-request__process {
		padding: 21px 18px;
	}

	.om-request__section-head {
		display: block;
	}

	.om-request__section-head > span {
		display: block;
		margin-top: 6px;
	}

	.om-request__gallery {
		grid-template-columns: 1fr;
	}

	.om-request__gallery a,
	.om-request__gallery a:first-child:nth-last-child(odd) {
		grid-column: auto;
		min-height: 210px;
		aspect-ratio: 4 / 3;
	}

	.om-request__summary dl > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.om-request__summary dd {
		text-align: left;
	}

	.om-request__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.om-request__gallery img {
		transition: none;
	}
}
