/* Google recenzije, uz uc.css */

.opuc-g-logo {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	display: block;
}

/* Zvezdice: sivi sloj, pa zlatni preko njega, sirina po oceni. */
.opuc-g-stars {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 2px;
	color: #d8d5d6;
	white-space: nowrap;
}

.opuc-g-stars::before {
	content: "\2605\2605\2605\2605\2605";
}

.opuc-g-stars i {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f5a623;
	font-style: normal;
}

.opuc-g-stars i::before {
	content: "\2605\2605\2605\2605\2605";
}

/* ---------------------------------------------------------------
 * Fiksni blok uz desnu ivicu, na sredini visine
 * ------------------------------------------------------------ */

.opuc-g-strana {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
}

.opuc-g-strana-link {
	display: block;
	width: 116px;
	padding: 14px 12px 12px;
	background: #fff;
	border: 1px solid #ece8e9;
	border-right: 0;
	border-radius: 12px 0 0 12px;
	box-shadow: 0 10px 30px rgba(32, 29, 30, .12);
	text-align: center;
	text-decoration: none;
	color: #201d1e;
	transition: transform .2s ease, box-shadow .2s ease;
}

.opuc-g-strana-link:hover,
.opuc-g-strana-link:focus {
	transform: translateX(-4px);
	box-shadow: 0 14px 36px rgba(32, 29, 30, .18);
	text-decoration: none;
	color: #201d1e;
}

.opuc-g-strana-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #5f5c5d;
}

.opuc-g-strana-ocena {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #201d1e;
}

.opuc-g-strana .opuc-g-stars {
	margin: 6px 0 4px;
	font-size: 13px;
	letter-spacing: 1px;
}

.opuc-g-strana-broj {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: #5f5c5d;
}

.opuc-g-strana-cta {
	display: block;
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid #f0eded;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #e3175b;
}

/* ---------------------------------------------------------------
 * Velika kartica u sekciji Iskustva polaznika
 * ------------------------------------------------------------ */

.opuc-g-kartica {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	margin: 0 0 36px;
	padding: 26px 30px;
	background: #fff;
	border: 1px solid #ece8e9;
	border-radius: 16px;
	box-shadow: 0 8px 26px rgba(32, 29, 30, .06);
}

.opuc-g-kartica-levo {
	flex: 0 0 auto;
	min-width: 150px;
	padding-right: 28px;
	border-right: 1px solid #f0eded;
	text-align: center;
}

.opuc-g-kartica-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #5f5c5d;
}

.opuc-g-kartica .opuc-g-kartica-ocena {
	margin: 0;
	font-family: 'Playfair Display', Georgia, serif;
	line-height: 1;
	color: #201d1e;
}

.opuc-g-kartica .opuc-g-kartica-ocena b {
	font-size: 46px;
	font-weight: 700;
}

.opuc-g-kartica .opuc-g-kartica-ocena span {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #5f5c5d;
}

.opuc-g-kartica .opuc-g-stars {
	margin: 10px 0 6px;
	font-size: 17px;
}

.opuc-g-kartica .opuc-g-kartica-broj {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #5f5c5d;
}

.opuc-g-kartica-desno {
	flex: 1 1 280px;
}

.opuc-g-kartica .opuc-g-kartica-desno p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #5f5c5d;
}

.opuc-btn.opuc-btn-g {
	display: inline-block;
}

/* ---------------------------------------------------------------
 * Kompaktan red uz tekst, u sekciji Ko te vodi
 * ------------------------------------------------------------ */

.opuc-g-inline {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 4px 0 22px;
	padding: 9px 15px;
	background: #fff;
	border: 1px solid #ece8e9;
	border-radius: 999px;
	text-decoration: none;
	color: #201d1e;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.opuc-g-inline:hover,
.opuc-g-inline:focus {
	border-color: #d9d4d5;
	box-shadow: 0 6px 18px rgba(32, 29, 30, .08);
	text-decoration: none;
	color: #201d1e;
}

.opuc-g-inline-ocena {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.opuc-g-inline-broj {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #5f5c5d;
}

/* ---------------------------------------------------------------
 * Manji ekrani
 * ------------------------------------------------------------ */

@media (max-width: 1200px) {
	.opuc-g-strana-link {
		width: 100px;
		padding: 12px 9px 10px;
	}
	.opuc-g-strana-ocena {
		font-size: 26px;
	}
}

/* Na telefonu je vec tu lepljiva traka sa prijavom, pa fiksni blok sklanjamo.
   Ocena ostaje vidljiva kroz karticu i kroz kompaktan red. */
@media (max-width: 900px) {
	.opuc-g-strana {
		display: none;
	}
	.opuc-g-kartica {
		gap: 20px;
		padding: 22px;
	}
	.opuc-g-kartica-levo {
		flex: 1 1 100%;
		padding-right: 0;
		padding-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid #f0eded;
	}
	.opuc-g-inline {
		flex-wrap: wrap;
	}
}
