/* Keep intro copy aligned with the card grid while preserving the Figma text measure. */
.tcm-origins > .tcm-narrow,
.tcm-strengths .tcm-narrow {
	max-width: 1152px;
}

.tcm-origins .tcm-narrow h2,
.tcm-origins .tcm-copy,
.tcm-strengths .tcm-narrow h2 {
	max-width: 768px;
}

/* Portrait doctor photos need an upper focal point so faces remain fully visible. */
.tcm-doctor-card__image img {
	object-fit: fill;
	object-position: center;
}

.tcm-doctor-card__image-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	padding: 16px;
	background: linear-gradient(180deg, transparent 63.6%, rgba(20, 49, 58, 0.78) 100%);
	align-items: flex-end;
	z-index: 1;
}

.tcm-doctor-card__image,
.tcm-doctor-card__image img {
	height: 176px;
}

.tcm-doctor-card__image-overlay strong {
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.tcm-doctor-card__image span {
	top: 12px;
	right: 12px;
	left: auto;
	padding: 4px 10px;
	border: 1px solid rgba(31, 173, 193, 0.16);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 3px rgba(20, 49, 58, 0.12);
	color: var(--tcm-teal);
	font-size: 11px;
	line-height: 16px;
	z-index: 2;
}

.tcm-doctor-card__body {
	min-height: 127.5px;
}

.tcm-doctor-card__body > p:first-child {
	margin-top: 0;
}
