/* CEBES v2 — hero, status, FAQ e bloco de fonte */
.cebes-hero {
	background: var(--c-green-soft, #eef7f1);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	padding: 16px;
	margin: 14px 0 6px;
}
.cebes-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}
.cebes-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.cebes-status:empty { display: none; }
.cebes-status.is-open {
	background: #e6f6ea;
	border-color: #bfe6c8;
	color: #1c7c3c;
}
.cebes-status.is-closed {
	background: #fdeeee;
	border-color: #f3c9c9;
	color: #b03a3a;
}
.cebes-hero-end {
	margin: 0 0 12px;
	font-size: 0.95rem;
}
.cebes-hero-end .ci { margin-right: 6px; }
.cebes-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cebes-hero-actions .cebes-btn { white-space: nowrap; }

.cebes-faq { margin: 8px 0 4px; }
.cebes-faq-item {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 8px;
	background: #fff;
}
.cebes-faq-item summary {
	cursor: pointer;
	font-weight: 600;
}
.cebes-faq-item[open] summary { margin-bottom: 6px; }
.cebes-faq-item p { margin: 0; }

.cebes-fonte {
	margin-top: 18px;
	padding: 14px 16px;
	border-left: 4px solid var(--c-green-deep, #1c7c3c);
	background: var(--c-green-soft, #eef7f1);
	border-radius: 0 8px 8px 0;
	font-size: 0.92rem;
}
.cebes-fonte h2 { margin-top: 0; font-size: 1.05rem; }
.cebes-fonte p:last-child { margin-bottom: 0; }

/* v2.1 — rede e distância */
.cebes-km {
	font-size: 0.8rem;
	color: #667;
	white-space: nowrap;
	margin-left: 4px;
}

/* v2.2 — breadcrumb próprio e blocos de interseção */
.cebes-breadcrumb {
	font-size: 0.85rem;
	margin: 10px 0 4px;
	color: #667;
	line-height: 1.6;
}
.cebes-breadcrumb a { color: inherit; }
.cebes-breadcrumb a:hover { text-decoration: underline; }
.cebes-breadcrumb [aria-current="page"] { color: #223; font-weight: 600; }
.cebes-crumb-sep { opacity: 0.5; }

.cebes-inter-links { margin-top: 22px; }
.cebes-inter-voltar { margin: 18px 0 4px; }
