@charset "utf-8";
/* CSS Document */


.social-share-wrapper {
    display: flex;
    flex-direction: row;
    gap: .25em;
    align-items: center;
	float: right;
}

.social-share-button {
    display: flex;
    border: solid 0.5px rgba(196,196,196,1.00);
	background-color: rgba(196,196,196,1.00);
    border-radius: 61px;
    width: fit-content;
    padding: 0.25em;
}

.social-share-button svg {
    width: 1em;
    height: 1em;
    fill: #404041;
}



	