
/* social-sharing-buttons.css */
.social-sharing-buttons {
	margin-bottom: 20px;
}

.social-sharing-button {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
	transition: background-color .3s ease;
}

/* Facebook button */
.social-sharing-button.facebook {
	background-color: #3b5998;
}

/* Twitter button */
.social-sharing-button.twitter {
	background-color: #55acee;
}

/* LinkedIn button */
.social-sharing-button.linkedin {
	background-color: #0077b5;
}

/* Pinterest button */
.social-sharing-button.pinterest {
	background-color: #bd081c;
}
