.pdf-studije {
	display: block;
	margin-top: 20px;
}

.pdf-studije__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pdf-studije__item {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.pdf-studije__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 1px solid currentColor;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.2;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.pdf-studije__link:hover,
.pdf-studije__link:focus {
	background-color: #333;
	color: #fff;
	border-color: #333;
	text-decoration: none;
}

.pdf-studije__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.pdf-studije__icon svg {
	display: block;
}

.pdf-studije__label {
	display: inline-block;
}
