
ul[data-name="socials"] {
	width: 100%;
}
ul[data-name="socials"] li {
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	text-align: center;
}
ul[data-name="socials"] li::before {
	font-family: "Font Awesome 6 Brands";
	font-size: 1.125rem;
	font-weight: 300;
	min-width: 38px;
	position: relative;
	float: left;
	cursor: pointer;
}
ul[data-name="socials"] [title="Facebook"]::before {content: "\f39e";}
ul[data-name="socials"] [title="X (Twitter)"]::before {content: "\e61b";}
ul[data-name="socials"] [title="Instagram"]::before {content: "\f16d";}
ul[data-name="socials"] [title="YouTube"]::before {content: "\f167";}
ul[data-name="socials"] [title="Tumblr"]::before {content: "\f173";}
ul[data-name="socials"] [title="Spotify (Podcasts)"]::before {content: "\f1bc";}
ul[data-name="socials"] [title="Download the app from App Store"] {
	margin: 0 30px 0 auto;
	background: url("https://loyaltribune.com/uploads/new-folder/appstore.png");
}
ul[data-name="socials"] [title="Download the app from Google Play"] {
	background: url("https://loyaltribune.com/uploads/new-folder/googleplay.png");
}
ul[data-name="socials"] [title="Download the app from App Store"],
ul[data-name="socials"] [title="Download the app from Google Play"] {
	width: 120px;
	height: 40px;
	float: right;
	padding: unset;
	border: unset;
	border-radius: unset;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}