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

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

.sidrena-cjenik-full .cjenik-hero {
	margin: 0 0 24px;
}

.sidrena-cjenik-full .cjenik-kicker {
	margin: 0 0 6px;
	color: #008a8a;
	font-family: system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sidrena-cjenik-full .cjenik-hero h2 {
	margin: 0 0 8px;
}

.sidrena-cjenik-full .cjenik-hero p {
	margin: 6px 0;
}

.sidrena-cjenik-full .cjenik-meta {
	color: #40515c;
	font-family: system-ui, sans-serif;
	font-size: 0.9rem;
}

.sidrena-cjenik-full .cjenik-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.sidrena-cjenik-full .cjenik-btn {
	display: inline-block;
	padding: 9px 14px;
	border: 1px solid #008a8a;
	border-radius: 9px;
	background: #008a8a;
	color: #fff;
	font-family: system-ui, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.sidrena-cjenik-full .cjenik-btn--ghost {
	background: transparent;
	color: #008a8a;
}

.sidrena-arhiva {
	font-family: Georgia, "Times New Roman", serif;
	color: #283044;
}

.sidrena-arhiva ol {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.sidrena-arhiva li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #d7e1e6;
}

.sidrena-arhiva li a {
	overflow-wrap: anywhere;
	word-break: break-word;
	color: #008a8a;
}

.sidrena-arhiva li span {
	white-space: nowrap;
	color: #40515c;
	font-family: system-ui, sans-serif;
	font-size: 0.9rem;
}

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

.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: #283044;
}

.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: #008a8a;
}

.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-arhiva li {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.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;
	}
}
