.sidrena-cjenik {
	font-family: Georgia, "Times New Roman", serif;
	color: #12202a;
}

.sidrena-cjenik .cjenik-toolbar {
	margin: 0 0 14px;
}

.sidrena-cjenik .cjenik-search input {
	width: 100%;
	max-width: 360px;
	padding: 10px 14px;
	border: 1px solid #d7e1e6;
	border-radius: 10px;
	font-size: 1rem;
	font-family: system-ui, sans-serif;
	background: #fff;
	color: #12202a;
}

.sidrena-cjenik .cjenik-table-wrap {
	overflow-x: auto;
	background: #fff;
	border: 1px solid #d7e1e6;
	border-radius: 14px;
}

.sidrena-cjenik .cjenik-table {
	width: 100%;
	border-collapse: collapse;
	font-family: system-ui, sans-serif;
	font-size: 0.95rem;
}

.sidrena-cjenik .cjenik-table th,
.sidrena-cjenik .cjenik-table td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid #e6eef1;
}

.sidrena-cjenik .cjenik-table th {
	background: #eef6f7;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #40515c;
}

.sidrena-cjenik .cjenik-table tbody tr:last-child td {
	border-bottom: 0;
}

.sidrena-cjenik .cjenik-table td:nth-child(n + 3) {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.sidrena-cjenik .cjenik-stock.is-dostupno {
	color: #0b6b45;
	font-weight: 600;
}

.sidrena-cjenik .cjenik-stock.is-nedostupno {
	color: #9b2c2c;
	font-weight: 600;
}

.sidrena-cjenik a {
	color: #0c6e7a;
}

.sidrena-cjenik .empty,
.sidrena-cjenik .cjenik-empty-filter {
	padding: 20px;
	background: #fff;
	border: 1px solid #d7e1e6;
	border-radius: 12px;
}

.sidrena-cjenik .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 720px) {
	.sidrena-cjenik .cjenik-table thead {
		display: none;
	}

	.sidrena-cjenik .cjenik-table,
	.sidrena-cjenik .cjenik-table tbody,
	.sidrena-cjenik .cjenik-table tr,
	.sidrena-cjenik .cjenik-table td {
		display: block;
		width: 100%;
	}

	.sidrena-cjenik .cjenik-table tr {
		padding: 12px 14px;
		border-bottom: 1px solid #e6eef1;
	}

	.sidrena-cjenik .cjenik-table td {
		padding: 6px 0;
		border: 0;
		white-space: normal;
	}

	.sidrena-cjenik .cjenik-table td::before {
		content: attr(data-label);
		display: block;
		font-size: 0.72rem;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #6b7c86;
		margin-bottom: 2px;
	}
}
