/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
[data-name="socials"] {
	width: 100%;
}
[data-name="socials"] li {
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	text-align: center;
}
[data-name="socials"] li::before {
	font-family: "Font Awesome 6 Brands";
	font-size: 1.188rem;
	font-weight: 300;
	min-width: 38px;
	padding: 9px 0;
	position: relative;	float: left;
	cursor: pointer;
}
[data-name="socials"] [title="Facebook"]::before {content: "\f39e";}
[data-name="socials"] [title="X (Twitter)"]::before {content: "\e61b";}
[data-name="socials"] [title="Instagram"]::before {content: "\f16d";}
[data-name="socials"] [title="YouTube"]::before {content: "\f167";}
[data-name="socials"] [title="Tumblr"]::before {content: "\f173";}
[data-name="socials"] [title="Spotify (Podcasts)"]::before {content: "\f1bc";}
[data-name="socials"] [title="LinkedIn"]::before {content: "\f0e1";}
[data-name="socials"] [title="WhatsApp"]::before {content: "\f232";}
[data-name="socials"] [title="Telegram"]::before {content: "\f2c6";}
[data-name="socials"] [title="Reddit"]::before {content: "\f281";}
[data-name="socials"] [title="Pinterest"]::before {content: "\f231";}
[data-name="socials"] [title="VK"]::before {content: "\f189";}
[data-name="socials"] [title="Weibo"]::before {content: "\f18a";}
[data-name="socials"] [title="Email"]::before {content: "\40";}
[data-name="socials"] [title="Copy Link"]::before {
	font-family: "Font Awesome 6 Sharp";
	font-weight: 600;
	content: "\f0c1";
}
[data-name="socials"] [title="Download The App From App Store"]::before,
[data-name="socials"] [title="Download The App From Google Play"]::before {content: ""}
[data-name="socials"] [title="Download The App From App Store"],
[data-name="socials"] [title="Download The App From Google Play"] {
	width: 120px;
	height: 40px;
	float: right;
	padding: unset;
	border: unset;
	border-radius: unset;
}
[data-name="socials"] [title="Download The App From App Store"] {
	margin: 0 30px 0 auto;
	background: url("https://loyaltribune.com/assets/img/appstore.png") no-repeat center / contain;
}
[data-name="socials"] [title="Download The App From Google Play"] {
	background: url("https://loyaltribune.com/assets/img/googleplay.png") no-repeat center / contain;
}