/* Sidrena cijena i cjenik: kratki kodovi [cjenik_usluga] i [cjenici_popis].
 * Neutralno i samostalno, jer mnoge teme uklone razmake i crte iz tablica.
 * Teme mogu promijeniti izgled varijablama --scc-crta i --scc-razmak. */
.scc-cjenik-usluga,
.scc-popis {
	--scc-crta: rgba(127, 127, 127, .35);
	--scc-razmak: .65em .9em;
}
.scc-cjenik-usluga,
.scc-popis__tablica {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	line-height: 1.5;
	background: transparent;
}
.scc-cjenik-usluga th,
.scc-cjenik-usluga td,
.scc-popis__tablica th,
.scc-popis__tablica td {
	padding: var(--scc-razmak);
	border: 0;
	border-bottom: 1px solid var(--scc-crta);
	text-align: left;
	vertical-align: top;
	background: transparent;
	word-break: normal;
	overflow-wrap: anywhere;
}
.scc-cjenik-usluga thead th,
.scc-popis__tablica thead th {
	font-weight: 600;
	white-space: nowrap;
	border-bottom-width: 2px;
}
.scc-cjenik-usluga tbody tr:last-child th,
.scc-cjenik-usluga tbody tr:last-child td,
.scc-popis__tablica tbody tr:last-child th,
.scc-popis__tablica tbody tr:last-child td {
	border-bottom: 0;
}
.scc-cjenik-usluga td small {
	display: inline-block;
	margin-left: .35em;
	font-size: max(12px, .8em);
	opacity: .8;
	white-space: nowrap;
}
.scc-popis {
	/* Neke teme stranicu ispisuju bez svog okvira, pa sadržaj inače dodiruje rub prozora. */
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.scc-popis h2 {
	margin: 1.5em 0 .5em;
}
.scc-popis ul {
	margin: 0 0 1.5em;
	padding-left: 1.2em;
}
.scc-popis li {
	margin-bottom: .3em;
}
.scc-popis__tablica td:last-child {
	overflow-wrap: anywhere;
}
@media (max-width: 600px) {
	.scc-cjenik-usluga,
	.scc-popis {
		--scc-razmak: .5em .55em;
	}
	.scc-cjenik-usluga thead th,
	.scc-popis__tablica thead th {
		white-space: normal;
	}
}

/* Grupe usluga i pojedinačna cijena s dodatnom cijenom. */
.scc-cjenik-usluga-okvir .scc-grupa {
	margin: 1.5em 0 .4em;
	font-size: 1.05em;
}

.scc-cjenik-usluga-okvir > .scc-grupa:first-child {
	margin-top: 0;
}

.scc-cijena-usluge {
	display: inline-block;
}

.scc-cijena-usluge__iznos {
	display: block;
}

.scc-cijena-usluge .scc-sidrena {
	display: block;
	font-size: max(14px, .6em);
	color: #4a4a4a;
	text-decoration: none;
	font-weight: 400;
}
