/* Auto-capitalize first letter of all text elements */
.ef-ih-heading::first-letter,
.ef-media-caption::first-letter,
.ef-hc-description::first-letter {
	text-transform: uppercase;
}

/* Prose — rich text link treatment */
.ef-prose a {
	color: var(--ef-color-primary);
	text-decoration: underline;
	text-decoration-color: var(--ef-color-secondary);
	text-underline-offset: var(--ef-radius-s);
}

/* Shared icon SVG sizing */
.ef-ih-icon svg,
.ef-label-icon svg {
	width: var(--ef-size-icon);
	height: var(--ef-size-icon);
	fill: currentColor;
}
