/* Wrapper for hele kortkoden */
.mb-fag-ikoner {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

/* Hver klikkbare enhet */
.mb-fag-ikoner__link,
.mb-fag-ikoner__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
}

/* Ikonet */
.mb-fag-ikoner__item img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
}

/* Tekst UNDER ikon */
.mb-fag-ikoner__label {
	margin-top: 15px;
	color: #545454;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 27px;
	line-height: 1.2;
}