.sos-vkh9-course-data {
	--sos-blue: #073b60;
	--sos-gold: #c9a13c;
	--sos-muted: #667b8a;
	--sos-line: #dce6ec;
	width: 100%;
	color: var(--sos-blue);
	font-family: inherit;
}

.sos-vkh9-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 22px;
}

.sos-vkh9-fact,
.sos-vkh9-status-message {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

.sos-vkh9-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--sos-gold);
}

.sos-vkh9-fact span,
.sos-vkh9-status-message span {
	display: block;
	margin-bottom: 3px;
	color: var(--sos-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sos-vkh9-fact strong,
.sos-vkh9-status-message strong {
	display: block;
	color: var(--sos-blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.sos-vkh9-status-message {
	padding: 13px 15px;
	background: #eef4f7;
	border-left: 3px solid var(--sos-gold);
	border-radius: 3px;
}

.sos-vkh9-status-message--full {
	background: #f4f1ec;
}

.sos-vkh9-seats {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 14px 0 0;
	padding-top: 11px;
	color: var(--sos-blue);
	border-top: 1px solid var(--sos-line);
	font-size: 13px;
	line-height: 1.35;
}

.sos-vkh9-seats .sos-vkh9-icon {
	width: 18px;
	height: 18px;
	margin: 0;
}

.sos-vkh9-note {
	margin: 13px 0 0;
	color: var(--sos-muted);
	font-size: 12px;
	font-style: italic;
	line-height: 1.45;
}

.sos-vkh9-button-wrap {
	margin-top: 18px;
	text-align: center;
}

.sos-vkh9-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px;
	color: #fff !important;
	background: #0a5c91;
	border: 1px solid #0a5c91;
	border-radius: 4px;
	box-shadow: 0 5px 14px rgba(5, 55, 88, .16);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.sos-vkh9-button:hover,
.sos-vkh9-button:focus {
	color: #fff !important;
	background: #073b60;
	border-color: #073b60;
	transform: translateY(-1px);
}

.sos-vkh9-button--preparing,
.sos-vkh9-button--full {
	background: #b68e2f;
	border-color: #b68e2f;
}

@media (max-width: 767px) {
	.sos-vkh9-facts {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.sos-vkh9-fact {
		padding-bottom: 9px;
		border-bottom: 1px solid var(--sos-line);
	}

	.sos-vkh9-fact:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.sos-vkh9-button {
		width: 100%;
	}
}

/* Automatski Instagram feed */
.sos-vkh9-instagram {
	--sos-ig-blue: #073b60;
	--sos-ig-gold: #d2a83e;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	color: var(--sos-ig-blue);
	font-family: inherit;
}

.sos-vkh9-instagram__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 0 0 18px;
}

.sos-vkh9-instagram__identity {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	color: var(--sos-ig-blue) !important;
	text-decoration: none !important;
}

.sos-vkh9-instagram__identity img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--sos-ig-gold);
}

.sos-vkh9-instagram__identity span,
.sos-vkh9-instagram__identity strong,
.sos-vkh9-instagram__identity small {
	display: block;
	min-width: 0;
}

.sos-vkh9-instagram__identity strong {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sos-vkh9-instagram__identity small {
	margin-top: 3px;
	color: #667b8a;
	font-size: 12px;
}

.sos-vkh9-instagram__stats {
	display: flex;
	align-items: center;
	gap: 34px;
}

.sos-vkh9-instagram__stats span,
.sos-vkh9-instagram__stats strong,
.sos-vkh9-instagram__stats small {
	display: block;
	text-align: center;
}

.sos-vkh9-instagram__stats strong {
	font-size: 16px;
	line-height: 1.1;
}

.sos-vkh9-instagram__stats small {
	margin-top: 3px;
	color: #667b8a;
	font-size: 11px;
}

.sos-vkh9-instagram__grid {
	display: grid;
	grid-template-columns: repeat(var(--sos-ig-columns), minmax(0, 1fr));
	gap: 3px;
	background: #fff;
}

.sos-vkh9-instagram__item {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #e9eef2;
	text-decoration: none !important;
}

.sos-vkh9-instagram__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.sos-vkh9-instagram__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 15px;
	color: #fff;
	background: linear-gradient(to top, rgba(2, 26, 42, .82), rgba(2, 26, 42, 0) 65%);
	opacity: 0;
	transition: opacity .25s ease;
}

.sos-vkh9-instagram__overlay span {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sos-vkh9-instagram__item:hover img,
.sos-vkh9-instagram__item:focus img {
	transform: scale(1.035);
}

.sos-vkh9-instagram__item:hover .sos-vkh9-instagram__overlay,
.sos-vkh9-instagram__item:focus .sos-vkh9-instagram__overlay {
	opacity: 1;
}

.sos-vkh9-instagram__play {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	color: #fff;
	background: rgba(3, 38, 61, .75);
	border-radius: 50%;
	font-size: 12px;
}

.sos-vkh9-instagram__follow {
	display: table;
	margin: 22px auto 0;
	padding: 11px 20px;
	color: #fff !important;
	background: #0a5c91;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
}

.sos-vkh9-instagram__follow:hover,
.sos-vkh9-instagram__follow:focus {
	color: #fff !important;
	background: var(--sos-ig-blue);
}

.sos-vkh9-instagram-error {
	padding: 12px 14px;
	color: #842029;
	background: #f8d7da;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.sos-vkh9-instagram__header {
		align-items: flex-start;
		gap: 14px;
		padding-bottom: 14px;
	}

	.sos-vkh9-instagram__identity {
		max-width: 65%;
	}

	.sos-vkh9-instagram__identity img {
		width: 48px;
		height: 48px;
	}

	.sos-vkh9-instagram__identity strong {
		font-size: 13px;
	}

	.sos-vkh9-instagram__identity small {
		font-size: 10px;
	}

	.sos-vkh9-instagram__stats {
		gap: 13px;
	}

	.sos-vkh9-instagram__stats strong {
		font-size: 13px;
	}

	.sos-vkh9-instagram__stats small {
		font-size: 9px;
	}

	.sos-vkh9-instagram__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sos-vkh9-instagram__overlay {
		display: none;
	}
}
