<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.uc-classic-round-social-icons *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc-classic-round-social-icons {
	position:relative;
	width:100%;
	text-align:center;
}
.uc-classic-round-social-icons .uc-social-icons-box{
	display:inline-block;
	margin:0 15px 15px;
	border-radius:50%;
}
.uc-classic-round-social-icons .uc-social-icons-box a{
	font-size:30px;
    display: block;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
	font-weight:400;
	border-radius:50%;
	border:1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uc-classic-round-social-icons .uc-social-icons-box a:hover{
	background: inherit !important;
}</pre></body></html>