/* DONE - MINIMISED */

/* FFI Share Panel */

.share-icons p {
	font-size: 16px;
	font-weight: bold;
	color: var(--dark-grey-color);
}

.share-icons {
	position: relative;
	width: auto;
	max-width: none;
}
.share-icons div {
	display: flex;
	flex-direction: row;
	gap: var(--dp);
}

.share-icons div a {
	align-items: center;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	height: 48px;
	width: 48px;
	justify-content: center;
    text-decoration: none;
	font-size: 18px;
}

.share-icons.smallCircle div a {
    font-size: 14px;
	height: 28px;
	width: 28px;
}
