.social-network a {
    width: 34px;
    text-align   : center;
    display      : inline-block;
}

.social-network.rounded a {
    background: var(--tpl-box-bg);
    box-shadow: 0 0 2px;
    font-size    : 1rem;
    border-radius: 50%;
    height       : 34px;
    line-height  : 34px;
}

.social-network.square a {
    font-size    : 1.8rem;
}

.social-network.square > a > i {
    width: 34px;
}

/* .social-network.rounded > a > i {
    width: 16px;
} */

.social-network.rounded a:not(:last-child) {
    margin-right: 5px;
}

.social-network.social-text a {
	padding: 0 8px;
	border-radius: 6px;
	width: auto;
}

.social-network a:hover i {
	transform: scale(1.10);
}