/* Carinska tarifa — pretraga (minimalan stil; dizajn doteruje tema/Elementor) */
.ct-search { position: relative; max-width: 640px; }
.ct-search-input {
	width: 100%; box-sizing: border-box; padding: 10px 14px;
	font-size: 16px; border: 1px solid #ccc; border-radius: 8px;
}
.ct-search-results {
	display: none; position: absolute; left: 0; right: 0; z-index: 50;
	background: #fff; border: 1px solid #ddd; border-top: none;
	border-radius: 0 0 8px 8px; max-height: 60vh; overflow: auto;
	box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.ct-search-item {
	display: flex; gap: 10px; align-items: baseline;
	padding: 9px 14px; border-bottom: 1px solid #f0f0f0;
	text-decoration: none; color: inherit;
}
.ct-search-item:hover { background: #f6f8fb; }
.ct-search-code { font-family: monospace; font-weight: 600; white-space: nowrap; }
.ct-search-title { flex: 1; }
.ct-search-level { color: #888; font-size: 12px; white-space: nowrap; }
.ct-search-empty { padding: 12px 14px; color: #888; }
