<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Social Links Sheet Styling */
.socialLinks {
	padding: 0;
}

.socialIcon {
    display: inline-block;
    fill: #ffffff;
    list-style: none;
    margin: 0 10px;
}

.socialIcon svg {
	fill: #ffffff;
}

.socialIcon-text {
    /* Hide the text except from screen readers */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.socialIcon-link {
    display: inline-block;
    height: 28px;
    width: 28px;
}
</pre></body></html>