/**
	* Links Extension $extends the phpBB Forum Software package.
	* @copyright (c) 2025, Steve, https://steven-clark.tech/
	* @license GNU General Public License, version 2 (GPL-2.0)
*/

div.links-overall-header {
	text-align: right;
	margin-right: 3px;
}
ul.links-overall-header {
	list-style: none !important;
	display: inline-block;
	margin: 0 auto;
}
ul.links-overall-header li {
	float: left;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: solid 1px #fff;	
	border-radius: 5px !important;
	box-shadow: 0 4px 8px 0 #037dba;
}
ul.links-overall-header li i {
	float: right;
	font-size: 40px !important;
}
ul.links-overall-header li a { color: inherit; }

@media (max-width: 700px) {
	div.links-overall-header {
		text-align: center;
		margin-right: 0;
	}
}