/**
 * Doctor Card
 *
 * Modifiers on the base card only. No structural rules — if this file ever
 * needs to restyle .rc-card__body layout, the base card is the wrong shape
 * and should be fixed there instead.
 */

.rc-card--doctor .rc-card__media {
	background-color: var(--color-primary-50);
}

/* Portraits read better anchored to the top of the frame than centre-cropped. */
.rc-card--doctor .rc-card__media img {
	object-position: top center;
}

.rc-card--doctor .rc-card__eyebrow {
	color: var(--color-primary-700);
	text-transform: none;
	letter-spacing: var(--tracking-normal);
	font-size: var(--text-small);
}

.rc-card--doctor .rc-card__title {
	font-size: var(--text-h3);
}
