
.section-title span {
    font-family: 'Futura', 'Roboto', sans-serif;
    font-size: 2rem;
}

.section-title:after {
	display: none;
}

.agenda-collection-embed .embed-updates-container {
	border: none;
    padding: 0;
}

.agenda-collection-embed .embed-updates-container .embed-update {
	background: #f5f5f5;
    padding-bottom: 0.5rem;
    border-bottom: 0px;
    margin-bottom: 0.7rem;
    border-radius: 10px;
}

.agenda-collection-embed .embed-updates-container .embed-update .timestamp {
    background-image: url('https://oppdateringer.medialaben.no/assets/img/icon-time-gray.svg');
}

.agenda-collection-embed .embed-updates-container .embed-update p {
	margin-bottom: 0.5rem;
}

.agenda-collection-embed .embed-updates-container .embed-update p.update-link a {
    background-image: url('https://oppdateringer.medialaben.no/assets/img/icon-link-gray.svg');
}