/**
 * Zelena agenda — dopune uz Tailwind CDN (ankere ispod lepljivog zaglavlja).
 */

[id="projekat"],
[id="teme"],
[id="arhiva"],
[id="prijavi-se"] {
	scroll-margin-top: 5rem;
}

@media (min-width: 768px) {
	[id="projekat"],
	[id="teme"],
	[id="arhiva"],
	[id="prijavi-se"] {
		scroll-margin-top: 5.5rem;
	}
}

/* Custom checkbox u formi: sakrij podrazumevani izgled */
.zai-checkbox {
	-webkit-appearance: none;
	appearance: none;
}

/* Paginacija kategorije */
.zai-pagination {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.zai-pagination a.page-numbers,
.zai-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid #e5e7eb;
	font-size: 0.875rem;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	background: #fff;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.zai-pagination a.page-numbers:hover,
.zai-pagination span.page-numbers.current {
	border-color: #81c784;
	color: #2e7d32;
}

.zai-pagination span.page-numbers.dots {
	min-width: auto;
	border-color: transparent;
	background: transparent;
	color: #9ca3af;
}

/* Opis kategorije (HTML iz admina) */
.zai-cat-desc p {
	margin: 0 0 0.75rem;
}

.zai-cat-desc p:last-child {
	margin-bottom: 0;
}

/* Sadržaj pojedinačne objave (blok + klasičan HTML) */
.zai-entry-content > * + * {
	margin-top: 1.25em;
}

.zai-entry-content h2 {
	font-size: 1.375rem;
	font-weight: 600;
	color: #111827;
	margin-top: 2rem;
	line-height: 1.3;
}

.zai-entry-content h3 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #111827;
	margin-top: 1.5rem;
}

.zai-entry-content a {
	color: #2e7d32;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.zai-entry-content a:hover {
	color: #1b5e20;
}

.zai-entry-content ul,
.zai-entry-content ol {
	padding-left: 1.25rem;
}

.zai-entry-content blockquote {
	margin: 1.5rem 0;
	padding-left: 1rem;
	border-left: 3px solid #81c784;
	color: #4b5563;
	font-style: italic;
}

.zai-entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
}

.zai-entry-content .wp-block-image,
.zai-entry-content figure {
	margin: 1.5rem 0;
}

.zai-page-links a {
	display: inline-flex;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.35rem 0.65rem;
	border-radius: 0.375rem;
	border: 1px solid #e5e7eb;
	font-size: 0.875rem;
	color: #374151;
	text-decoration: none;
}

.zai-page-links a:hover {
	border-color: #81c784;
	color: #2e7d32;
}

/* Animacija (koristi se u "O inicijativi" kartici) */
.fade-in-up {
	animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	opacity: 0;
	transform: translateY(20px);
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
