/* GrL'Ca Sidrena cijena — front-end */
.gsc-anchor {
	display: block;
	margin-top: .2em;
	font-size: .82em;
	font-weight: 400;
	line-height: 1.35;
	color: inherit;
}
.gsc-anchor .woocommerce-Price-amount,
.gsc-anchor bdi { font-weight: inherit; }
.gsc-anchor__date { white-space: nowrap; }

.gsc-services__table { width: 100%; border-collapse: collapse; }
.gsc-services__table th,
.gsc-services__table td {
	padding: .65em .5em;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	vertical-align: top;
}
.gsc-services__table th:not(:first-child),
.gsc-services__table td:not(:first-child) { text-align: right; white-space: nowrap; }
.gsc-services__unit { display: block; font-size: .85em; opacity: .75; }
.gsc-services__badge {
	display: inline-block;
	margin-left: .35em;
	padding: 0 .45em;
	border-radius: 3px;
	font-size: .75em;
	background: rgba(0, 0, 0, .08);
}
.gsc-services__note { margin-top: .75em; font-size: .85em; opacity: .8; }

@media (max-width: 600px) {
	.gsc-services__table thead { display: none; }
	.gsc-services__table tr { display: block; padding: .5em 0; border-bottom: 1px solid rgba(0, 0, 0, .1); }
	.gsc-services__table td { display: flex; justify-content: space-between; gap: 1em; border: 0; padding: .2em 0; }
	.gsc-services__table td:first-child { font-weight: 600; display: block; }
	.gsc-services__table td:not(:first-child)::before { content: attr(data-label); font-weight: 400; opacity: .7; }
}
