/* Cjenik HR – public styles (theme-agnostic, minimal) */
.cjenik-hr-omnibus {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.3;
	opacity: 0.8;
	margin-top: 0.15em;
}
.cjenik-hr-omnibus .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
}
.byte-sidrena,
.cjenik-hr-sidrena {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.3;
	opacity: 0.8;
	margin-top: 0.15em;
	text-decoration: none;
}
.cjenik-hr-sidrena--inline {
	display: inline;
	margin-left: 0.4em;
}
.cjenik-hr-sidrena--above {
	margin-bottom: 0.15em;
}
.cjenik-hr-sidrena .cjenik-hr-sidrena__amount del,
.cjenik-hr-sidrena .cjenik-hr-sidrena__amount ins {
	text-decoration: none;
}
.cjenik-hr-sidrena .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
}
.cjenik-hr__table-wrap {
	overflow-x: auto;
}
.cjenik-hr__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5em;
}
.cjenik-hr__table th,
.cjenik-hr__table td {
	padding: 0.5em 0.75em;
	border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	text-align: left;
	vertical-align: top;
}
.cjenik-hr__table .cjenik-hr__num {
	text-align: right;
	white-space: nowrap;
}
.cjenik-hr__table .cjenik-hr__cat th {
	background: rgba(128, 128, 128, 0.08);
	font-weight: 600;
}
.cjenik-hr__anchor {
	opacity: 0.8;
}
.cjenik-hr__unit {
	opacity: 0.7;
	font-size: 0.9em;
}
.cjenik-hr__meta {
	opacity: 0.7;
	font-size: 0.9em;
	margin-left: 0.5em;
}
.cjenik-hr__archive summary {
	cursor: pointer;
}
.cjenik-hr__archive ul,
.cjenik-hr__downloads ul {
	list-style: none;
	padding-left: 0;
}
.cjenik-hr__archive li,
.cjenik-hr__downloads li {
	margin: 0.25em 0;
	word-break: break-all;
}
.cjenik-hr-footer-link {
	text-align: center;
	font-size: 0.85em;
	margin: 1em 0;
}
@media (max-width: 600px) {
	.cjenik-hr__table thead {
		display: none;
	}
	.cjenik-hr__table tr {
		display: block;
		margin-bottom: 0.75em;
		border-bottom: 2px solid rgba(128, 128, 128, 0.3);
	}
	.cjenik-hr__table td {
		display: flex;
		justify-content: space-between;
		gap: 1em;
		border: 0;
		padding: 0.3em 0;
		text-align: left;
	}
	.cjenik-hr__table td::before {
		content: attr(data-label);
		font-weight: 600;
		opacity: 0.8;
	}
	.cjenik-hr__table .cjenik-hr__cat th {
		display: block;
	}
}
