/* Preserve 46px touch targets while matching the optical size of social glyphs. */
.header-social a:nth-child(2) img {
	width: 27px;
	height: 28px;
	object-fit: contain;
}
