.auto-style1 {
	color: #8ABA56;
}

/* Suptilne kartice ka pin.ekof.bg.ac.rs */
.rs-pin-cards {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rs-pin-card {
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	border-left: 3px solid #468499;
	border-radius: 6px;
	padding: 16px 18px;
}
.rs-pin-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}
.rs-pin-card-head .rs-pin-kicker {
	margin-bottom: 0;
}
.rs-pin-badge {
	display: inline-block;
	background: #468499;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-radius: 999px;
	padding: 3px 9px;
	white-space: nowrap;
}
.rs-pin-kicker {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #468499;
	margin-bottom: 8px;
}
.rs-pin-card p {
	font-size: 14px;
	color: #4A4A4A;
	line-height: 1.6;
	margin: 0 0 10px;
}
.rs-pin-link {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #468499;
	text-decoration: none;
	margin-top: 6px;
}
.rs-pin-link:hover {
	text-decoration: underline;
}
