.h-card {
	.u-url {
		text-decoration: none;
		color: inherit;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		gap: 0.5em;
	}
	.u-photo {
		width: 3em;
		border-radius: 100em;
	}
}