.arbeidskort-header {
	display: grid;
	margin-bottom: 5px;
}

.arbeidskort {
	border-left: 10px solid red;
	padding: 10px 10px 10px 20px;
	background: white;
	margin: 10px 0px;
}

.arbeidskort-se-mer {
	background: white;
	border: none;
	text-decoration: underline;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;

	.pil-ned,
	.pil-opp {
		margin-left: 10px;
	}
}
