.hbh-therapist-profile {
	--hbh-profile-blue: var(--color-1, #004aa5);
	--hbh-profile-green: #08b052;
	background: #fff;
	color: #050505;
	font-family: inherit;
}

.hbh-therapist-profile *,
.hbh-therapist-profile *::before,
.hbh-therapist-profile *::after {
	box-sizing: border-box;
}

.hbh-profile {
	margin: 0 auto;
	max-width: 1080px;
	padding: 135px 0 81px;
	width: 80%;
}

.hbh-profile__grid {
	display: grid;
	grid-template-columns: minmax(0, 29.6667%) minmax(0, 64.8333%);
	gap: 5.5%;
	margin: 0 auto;
	width: 80%;
}

.hbh-profile__sidebar,
.hbh-profile__content {
	min-width: 0;
}

.hbh-profile__sidebar {
	padding-top: 24px;
}

.hbh-profile__content {
	padding: 24px 0;
}

.hbh-profile__portrait {
	margin: 0;
}

.hbh-profile__image {
	aspect-ratio: 1 / 1;
	background: #e9eaec;
	border-radius: 25px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hbh-profile__image--placeholder {
	align-items: center;
	color: var(--hbh-profile-blue);
	display: flex;
	font-size: clamp(80px, 10vw, 160px);
	font-weight: 700;
	justify-content: center;
}

.hbh-profile__details {
	font-size: 17px;
	line-height: 26px;
	margin: 24px 0 0;
	padding: 0 0 17px 17px;
}

.hbh-profile__details div {
	display: list-item;
	list-style: disc;
	margin: 0;
}

.hbh-profile__details div::before {
	content: none;
}

.hbh-profile__details dt {
	display: inline;
	font-weight: 700;
	margin: 0;
}

.hbh-profile__details dt::after {
	content: ": ";
}

.hbh-profile__details dd {
	display: inline;
	margin: 0;
	min-width: 0;
}

.hbh-profile__details dd p {
	display: inline;
	padding: 0;
}

.hbh-profile__details a {
	color: var(--hbh-profile-blue);
	word-break: break-word;
}

.hbh-profile__appointment {
	background: var(--hbh-profile-blue);
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(17, 170, 87, 0.2);
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 27.2px;
	margin: 24px 0 0 15%;
	min-width: 180px;
	padding: 11px 30px;
	text-transform: uppercase;
	transition: background-color 180ms ease;
}

.hbh-profile__appointment:hover {
	background: #063d88;
	color: #fff;
}

.hbh-profile__eyebrow {
	align-items: center;
	color: var(--hbh-profile-blue);
	display: flex;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 23.8px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

.hbh-profile__eyebrow span {
	background: currentColor;
	height: 2px;
	margin-right: 15px;
	width: 30px;
}

.hbh-profile__content h1 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0 0 15px;
	padding: 0;
}

.hbh-profile__credentials {
	color: var(--hbh-profile-blue);
	font-size: 23px;
	font-weight: 700;
	line-height: 23.8px;
	margin: 0 0 15px;
	padding: 0;
}

.hbh-profile__summary,
.hbh-profile__biography {
	font-size: 17px;
	line-height: 30px;
}

.hbh-profile__summary {
	font-weight: 500;
	margin-bottom: 15px;
}

.hbh-profile__biography p {
	padding: 0;
}

.hbh-profile__taxonomy-details {
	font-size: 17px;
	line-height: 26px;
	list-style: disc;
	margin: 24px 0 0;
	padding: 0 0 17px 17px;
}

.hbh-profile__taxonomy-details li {
	margin: 0;
}

.hbh-profile__quote {
	background: var(--hbh-profile-green);
	color: #fff;
	margin: 24px 0 0;
	min-height: 142px;
	padding: 30px;
	position: relative;
	text-align: center;
}

.hbh-profile__quote-icon {
	align-items: center;
	background: #0a4c80;
	border-radius: 50%;
	display: flex;
	height: 32px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -16px;
	transform: translateX(-50%);
	width: 32px;
}

.hbh-profile__quote-icon svg {
	fill: #fff;
	height: 18px;
	width: 18px;
}

.hbh-profile__quote blockquote {
	border: 0;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

.hbh-profile__quote blockquote p {
	padding: 0;
}

.hbh-profile__quote figcaption {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

.hbh-therapist-profile a:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.hbh-profile {
		max-width: 1080px;
		padding: 130px 0 80px;
		width: 80%;
	}

	.hbh-profile__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.hbh-profile__sidebar {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.hbh-profile__content {
		padding: 30px 0;
	}

	.hbh-profile__details {
		margin-top: 30px;
	}

	.hbh-profile__taxonomy-details,
	.hbh-profile__quote {
		margin-top: 30px;
	}

	.hbh-profile__appointment {
		align-self: flex-start;
		margin: 30px 0 0 15%;
		min-width: 180px;
	}
}

@media (max-width: 767px) {
	.hbh-profile__details {
		font-size: 17px;
		order: 2;
	}

	.hbh-profile__appointment {
		order: 3;
	}

	.hbh-profile__eyebrow {
		font-size: 17px;
	}

	.hbh-profile__content h1 {
		font-size: 25px;
		line-height: 35px;
	}

	.hbh-profile__credentials {
		font-size: 18px;
		line-height: 25px;
	}

	.hbh-profile__quote {
		min-height: 191px;
		padding: 25px 30px 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hbh-therapist-profile * {
		transition-duration: 0.01ms !important;
	}
}
