.uao-student-review-form,
.uao-review-share-cta {
	--uao-srf-navy: #13233f;
	--uao-srf-cream: #fbf7ef;
	--uao-srf-card: #fffdf8;
	--uao-srf-gold: #c59a4a;
	--uao-srf-gold-soft: #e4c889;
	--uao-srf-copy: #263247;
	box-sizing: border-box;
}

.uao-student-review-form *,
.uao-student-review-form *::before,
.uao-student-review-form *::after,
.uao-review-share-cta *,
.uao-review-share-cta *::before,
.uao-review-share-cta *::after {
	box-sizing: border-box;
}

.uao-student-review-form {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 40px;
	border: 1px solid var(--uao-srf-gold-soft);
	border-radius: 18px;
	background: var(--uao-srf-card);
	box-shadow: 0 14px 34px rgba(19, 35, 63, 0.08);
	color: var(--uao-srf-copy);
}

.uao-student-review-form .glsr-field {
	margin-bottom: 20px;
}

.uao-student-review-form label,
.uao-student-review-form .glsr-label {
	color: var(--uao-srf-navy);
	font-weight: 700;
}

.uao-student-review-form input:not([type="checkbox"]):not([type="radio"]),
.uao-student-review-form textarea,
.uao-student-review-form select {
	width: 100%;
	min-height: 48px;
	border: 1px solid #cfc7b8;
	border-radius: 9px;
	background: #fff;
	color: var(--uao-srf-copy);
}

.uao-student-review-form textarea {
	min-height: 150px;
}

.uao-student-review-form button,
.uao-student-review-form input[type="submit"] {
	min-height: 48px;
	padding: 12px 24px;
	border: 1px solid var(--uao-srf-navy);
	border-radius: 999px;
	background: var(--uao-srf-navy);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.uao-student-review-form button:hover,
.uao-student-review-form button:focus-visible,
.uao-student-review-form input[type="submit"]:hover,
.uao-student-review-form input[type="submit"]:focus-visible {
	border-color: var(--uao-srf-gold);
	background: var(--uao-srf-gold);
	color: var(--uao-srf-navy);
}

.uao-review-share-cta {
	width: 100%;
	padding: 0 24px 68px;
	background: var(--uao-srf-cream);
	color: var(--uao-srf-copy);
	text-align: center;
}

.uao-review-share-cta__inner {
	width: min(860px, 100%);
	margin: 0 auto;
	padding: 32px 40px;
	border: 1px solid var(--uao-srf-gold-soft);
	border-radius: 18px;
	background: var(--uao-srf-card);
	box-shadow: 0 10px 28px rgba(19, 35, 63, 0.06);
}

.uao-review-share-cta p {
	margin: 0 0 24px;
	line-height: 1.55;
}

.uao-review-share-cta__lead,
.uao-review-share-cta__support {
	display: block;
}

.uao-review-share-cta__lead {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--uao-srf-navy);
}

.uao-review-share-cta__support {
	margin-top: 6px;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--uao-srf-copy);
}

.uao-review-share-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 26px;
	border: 1px solid var(--uao-srf-navy);
	border-radius: 999px;
	background: var(--uao-srf-navy);
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.uao-review-share-cta__button:hover,
.uao-review-share-cta__button:focus-visible {
	border-color: var(--uao-srf-gold);
	background: var(--uao-srf-gold);
	color: var(--uao-srf-navy) !important;
	transform: translateY(-1px);
}

.uao-review-share-cta__button:focus-visible {
	outline: 3px solid rgba(197, 154, 74, 0.35);
	outline-offset: 3px;
}

body.page-id-5024 #inner-wrap {
	box-sizing: border-box;
	width: min(880px, calc(100% - 48px));
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 72px 0 80px;
}

body.page-id-5024 #inner-wrap > h1 {
	margin: 0 0 30px;
	color: #13233f;
	font-size: 46px;
	line-height: 1.15;
	text-align: center;
}

@media (max-width: 1024px) {
	.uao-student-review-form {
		padding: 32px;
	}

	.uao-review-share-cta__inner {
		padding: 28px 32px;
	}

	body.page-id-5024 #inner-wrap {
		width: min(880px, calc(100% - 40px));
		padding: 56px 0 64px;
	}

	body.page-id-5024 #inner-wrap > h1 {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.uao-student-review-form {
		padding: 22px;
		border-radius: 14px;
	}

	.uao-review-share-cta {
		padding: 0 18px 48px;
	}

	.uao-review-share-cta__inner {
		padding: 24px 20px;
		border-radius: 14px;
	}

	.uao-review-share-cta__support {
		font-size: 15px;
	}

	.uao-review-share-cta__button {
		width: 100%;
	}

	body.page-id-5024 #inner-wrap {
		width: calc(100% - 32px);
		padding: 40px 0 48px;
	}

	body.page-id-5024 #inner-wrap > h1 {
		margin-bottom: 24px;
		font-size: 32px;
	}
}

