/* Dictionary single — title divider (also in dictionary-article.css) */
.snker-dictionary-page__header {
	margin: 0 auto 1.75rem;
	max-width: var(--snker-dict-width, 42rem);
	width: 100%;
}

.snker-dictionary-page .snker-dictionary-page__header {
	max-width: none;
}

.snker-dictionary-page__title {
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

.snker-dictionary-page__divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: none;
}

.snker-dictionary {
	max-width: var(--snker-dict-width, 42rem);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.snker-dictionary__meta {
	margin: 0 0 2rem;
	padding: 0;
}

.snker-dictionary__meta-row {
	display: grid;
	grid-template-columns: minmax(8rem, 30%) 1fr;
	gap: 0.5rem 1rem;
	margin-bottom: 0.75rem;
}

.snker-dictionary__meta-row dt {
	font-weight: 600;
	margin: 0;
}

.snker-dictionary__meta-row dd {
	margin: 0;
}

.snker-dictionary__section {
	margin-bottom: 2.5rem;
}

.snker-dictionary__heading {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 600;
	margin: 0 0 1rem;
}

.snker-dictionary__body {
	line-height: 1.6;
}

.snker-dictionary__body p:last-child {
	margin-bottom: 0;
}

.snker-cross-link {
	margin: 0 0 1.5rem;
	padding: 0.75rem 1rem;
	background: var(--wp--preset--color--featured, #f7f2ea);
	border-radius: 8px;
}

.snker-cross-link a {
	font-weight: 600;
	text-decoration: none;
}

.snker-species-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.snker-species-list li {
	margin: 0.5rem 0;
}

.snker-species-list a {
	font-weight: 600;
	text-decoration: none;
}

/* ——— Catalog species (snk_species) ——— */

.snker-species {
	max-width: 800px;
	margin: 0 auto;
}

.snker-species__header {
	margin: 0 0 2rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.snker-species__scientific {
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	margin: 0 0 0.5rem;
}

.snker-species__author {
	font-style: normal;
	color: inherit;
	opacity: 0.85;
}

.snker-species__armenian {
	font-size: 1.125rem;
	margin: 0 0 0.75rem;
}

.snker-species__edibility span {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	background: var(--wp--preset--color--featured, #f7f2ea);
}

.snker-species__edibility--edible span,
.snker-species__edibility--choice span {
	background: #e8f5e9;
	color: #1b5e20;
}

.snker-species__edibility--poisonous span,
.snker-species__edibility--deadly span {
	background: #ffebee;
	color: #b71c1c;
}

.snker-species__edibility--conditional span {
	background: #fff8e1;
	color: #f57f17;
}

.snker-species__section {
	margin-bottom: 2.5rem;
}

.snker-species__heading {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 600;
	margin: 0 0 1rem;
}

.snker-species__subheading {
	font-size: 1.0625rem;
	font-weight: 600;
	margin: 1.25rem 0 0.75rem;
}

.snker-species__dl {
	margin: 0;
	padding: 0;
}

.snker-species__row {
	display: grid;
	grid-template-columns: minmax(8rem, 34%) 1fr;
	gap: 0.5rem 1rem;
	margin-bottom: 0.75rem;
}

.snker-species__row dt {
	font-weight: 600;
	margin: 0;
}

.snker-species__row dd {
	margin: 0;
	line-height: 1.6;
}

.snker-species__row dd a {
	font-weight: 600;
	text-decoration: none;
}

.snker-species__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.snker-species__gallery img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

@media (max-width: 600px) {
	.snker-species__row {
		grid-template-columns: 1fr;
	}
}
