.qz-social-share-btns li.facebook { background-color: #3B5998; }
.qz-social-share-btns li.twitter { background-color: #4099FF; }
.qz-social-share-btns li.telegram { background-color: #179CDE; }
.qz-social-share-btns li.linkedin { background-color: #007bb6; }
.qz-social-share-btns li.email { background-color: #9f9f9f; }
.qz-social-share-btns li.whatsapp { background-color: #60b82d; }

.qz-social-share-btns {
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.qz-social-share-btns li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin-left: 0
}

.qz-social-share-btns li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px;
	margin-bottom: 0
}

.qz-social-share-btns li a:hover {
	color: #fff !important;
}

.qz-social-share-btns li.facebook:hover { background-color: #385492; }
.qz-social-share-btns li.twitter:hover { background-color: #3682d8; }
.qz-social-share-btns li.telegram:hover { background-color: #1283bc; }
.qz-social-share-btns li.linkedin:hover { background-color: #016390; }
.qz-social-share-btns li.email:hover { background-color: #858383; }
.qz-social-share-btns li.whatsapp:hover { background-color: #4e9525; }
