/*
 * Icon mang xa hoi dang <img> tile, cung kich thuoc, bo goc theo --nm-social-radius.
 * Tat ca icon la logo vuong mau (bo icon rieng cua owner).
 */
.nm-social.social-icons a.nm-social-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5em;
	height: 2.5em;
	overflow: hidden;
	vertical-align: middle;
	line-height: 0;
	margin: 0 calc(var(--nm-social-gap, 8px) / 2);
	border-radius: var(--nm-social-radius, 100%) !important;
}

.nm-social.social-icons a.nm-social-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
