/* B-i: public client referral-feedback page. */
.saf-ref-fb {
	max-width: 560px;
	margin: 3rem auto;
	padding: 0 1.25rem;
	font-family: "Outfit", "Montserrat", system-ui, sans-serif;
	color: #1c1710;
}
.saf-ref-fb__title {
	font-size: 1.75rem;
	color: #962432;
	margin: 0 0 0.5rem;
}
.saf-ref-fb__lede {
	font-size: 1rem;
	line-height: 1.6;
	color: #5c5644;
	margin: 0 0 1.5rem;
}
.saf-ref-fb__form {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}
.saf-ref-fb__rating {
	border: 1px solid #e8e2d2;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	display: flex;
	gap: 0.75rem;
	align-items: center;
	flex-wrap: wrap;
}
.saf-ref-fb__rating legend {
	font-weight: 600;
	padding: 0 0.25rem;
}
.saf-ref-fb__star {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	cursor: pointer;
}
.saf-ref-fb__field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.saf-ref-fb__field span {
	font-weight: 600;
}
.saf-ref-fb__field textarea {
	width: 100%;
	border: 1px solid #d8d2c4;
	border-radius: 8px;
	padding: 0.6rem 0.75rem;
	font: inherit;
}
.saf-ref-fb__remind {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.saf-ref-fb__submit {
	align-self: flex-start;
	background: #962432;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 0.7rem 1.4rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}
.saf-ref-fb__submit:disabled {
	opacity: 0.6;
	cursor: default;
}
.saf-ref-fb__status {
	font-size: 0.95rem;
}
.saf-ref-fb__status.is-ok {
	color: #1f7a4d;
}
.saf-ref-fb__status.is-error {
	color: #be2727;
}
.saf-ref-fb--error {
	max-width: 560px;
	margin: 3rem auto;
	padding: 1.5rem;
	text-align: center;
	color: #5c5644;
}
/* Referral ledger list on the peer Resources tab. */
.saf-pd__referral-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.saf-pd__referral {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding: 0.6rem 0.8rem;
	border: 1px solid #e8e2d2;
	border-radius: 8px;
}
.saf-pd__referral-title {
	font-weight: 600;
	flex: 1 1 12rem;
}
.saf-pd__referral-status {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: #eee5d6;
	color: #5c5644;
}
.saf-pd__referral-status--recorded {
	background: #1f7a4d;
	color: #fff;
}
.saf-pd__referral-rating {
	color: #b8860b;
	font-weight: 600;
}
