

/* Start:/local/components/chachafun/modern.socnet.links/templates/line/style.css?17872201941300*/
.social_sidebar.line {
	text-align: center;
}
.line .social_sidebar_title {
	color: var(--bs-white);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.line .social_sidebar_group {
	justify-content: start;
	flex-wrap: wrap;
}
.line .ssg_item {
	gap: 8px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	font-size: 26px;
	margin-right: 30px;
	color: var(--bs-black);
    background: linear-gradient(45deg, var(--color-gold) 25%, var(--color-gold-hover) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line .ssg_item:hover {
	color: var(--bs-gray);
    background: linear-gradient(45deg, var(--color-gold-hover) 25%, var(--color-gold) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line .ssg_item:hover i {
	color: var(--bs-gray);
}
.line .ssg_item:last-child {
	margin-right: 0;
}
.line .ssg_item i {
	margin-right: 5px;
	color: var(--bs-black);
}
.line .social_sidebar_group svg {
	height: 26px;
	width: 100%;
}

.text-white .line .ssg_item {
	color: var(--bs-white);
}
.text-white .line .ssg_item i {
	margin-right: 5px;
	color: var(--bs-white);
}
.text-white .line .ssg_item:hover {
	color: var(--bs-gray-200);
}
.text-white .line .ssg_item:hover i {
	color: var(--bs-gray-200);
}
/* End */
/* /local/components/chachafun/modern.socnet.links/templates/line/style.css?17872201941300 */
