.icon-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	min-height: 50px;
	padding: 14px;
	font-family: var(--font-display);
	font-weight: bold;
	font-size: var(--text-xs);
	line-height: 1;
	color: inherit;
	text-align: center;
	text-decoration: none !important;
	background: var(--blue-mid-dark);
}

/*----- microsite (black) theme -----*/

.theme-microsite .icon-link {
	background: var(--black);
}

/*----- lavender theme -----*/

.theme-lavender .icon-link {
	background: var(--lavender-dark);
}