/* ==========================================================================
   Estilos de front-end do plugin Dados Regionais NEGO
   (carregados no site público sempre que um shortcode nego_* é usado -
   podem ser sobrescritos pelo tema/Elementor com CSS mais específico)
   ========================================================================== */

.nego-dr-ficha {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 22px 26px 26px;
	margin-bottom: 24px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.nego-dr-ficha-cabecalho {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 2px solid #3F6B34;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.nego-dr-ficha-bandeira {
	width: 46px;
	height: 31px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	flex-shrink: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}
.nego-dr-ficha-cabecalho h3 {
	margin: 0;
	color: #2C4A24;
	font-size: 23px;
}
.nego-dr-ficha-dados,
.nego-dr-ficha-atracoes,
.nego-dr-ficha-wiki {
	margin: 0 0 14px 18px;
}

/* Linha de informações (população / área / história) */
.nego-dr-info-linha {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 4px 0 18px;
}
.nego-dr-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f7f6f1;
	border: 1px solid #e5e5e0;
	border-radius: 10px;
	padding: 10px 16px;
	flex: 1 1 180px;
	min-width: 160px;
}
button.nego-dr-info-item {
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: background .15s ease, border-color .15s ease;
}
button.nego-dr-info-item:hover {
	background: #eef4ec;
	border-color: #3F6B34;
}
.nego-dr-info-icone {
	font-size: 24px;
	line-height: 1;
}
.nego-dr-info-corpo {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}
.nego-dr-info-valor {
	font-size: 17px;
	font-weight: 700;
	color: #2C4A24;
}
.nego-dr-info-rotulo {
	font-size: 11.5px;
	color: #777;
}

/* Modal de história (e outros conteúdos longos abertos por botão) */
.nego-dr-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(10, 14, 8, .6);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.nego-dr-modal.is-aberto {
	display: flex;
}
.nego-dr-modal-caixa {
	background: #fff;
	border-radius: 12px;
	max-width: 640px;
	max-height: 84vh;
	overflow-y: auto;
	padding: 28px 30px;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}
.nego-dr-modal-conteudo h3 {
	margin: 0 0 12px;
	color: #2C4A24;
}
.nego-dr-modal-conteudo p {
	line-height: 1.6;
	color: #333;
	margin: 0 0 14px;
}
.nego-dr-modal-fonte {
	font-size: 12px;
	color: #888;
	font-style: italic;
}
.nego-dr-modal-fechar {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: none;
	background: #f2f2ee;
	color: #444;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.nego-dr-modal-fechar:hover {
	background: #e5e5e0;
}
.nego-dr-secao-titulo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #2C4A24;
	font-size: 17px;
	margin: 26px 0 12px;
	padding-top: 4px;
}
.nego-dr-secao-subtitulo {
	font-size: 12.5px;
	font-weight: 600;
	color: #999;
	margin: 4px 0 8px;
}
.nego-dr-link-externo {
	font-size: 12.5px;
	color: #777;
	background: #f7f6f1;
	border-radius: 6px;
	padding: 7px 12px;
	margin: 8px 0 0;
	display: inline-block;
}
.nego-dr-link-externo a {
	color: #B08D2B;
	font-weight: 700;
	text-decoration: none;
}
.nego-dr-link-externo a:hover {
	text-decoration: underline;
}
.nego-dr-fonte {
	color: #888;
	margin-top: 20px;
}

/* Tabela pública de municípios */
.nego-dr-tabela-publica-wrap {
	overflow-x: auto;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}
.nego-dr-tabela-publica {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.nego-dr-tabela-publica th,
.nego-dr-tabela-publica td {
	padding: 10px 14px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.nego-dr-tabela-publica thead th {
	background: #3F6B34;
	color: #fff;
	font-weight: 600;
	position: sticky;
	top: 0;
}
.nego-dr-tabela-publica tbody tr:nth-child(even) {
	background: #f8faf7;
}
.nego-dr-tabela-publica tbody tr:hover {
	background: #eef4ec;
}
.nego-dr-tabela-publica .nego-dr-col-bandeira {
	width: 64px;
	text-align: center;
}
.nego-dr-tabela-publica .nego-dr-col-acao {
	width: 130px;
	text-align: right;
}
.nego-dr-link-municipio {
	color: #2C4A24;
	font-weight: 600;
	text-decoration: none;
}
.nego-dr-link-municipio:hover {
	text-decoration: underline;
}
.nego-dr-botao-abrir-pagina {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	color: #fff;
	background: #3F6B34;
	padding: 5px 12px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	transition: background .15s ease;
}
.nego-dr-botao-abrir-pagina:hover {
	background: #2C4A24;
	color: #fff;
}
.nego-dr-bandeira-thumb {
	width: 40px;
	height: 27px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.nego-dr-bandeira-placeholder {
	width: 40px;
	height: 27px;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px dashed #ccc;
	background: repeating-linear-gradient(45deg, #f3f3f3, #f3f3f3 5px, #fafafa 5px, #fafafa 10px);
}

/* ==========================================================================
   Widget de clima (Open-Meteo)
   ========================================================================== */
.nego-dr-clima {
	background: linear-gradient(135deg, #eef4ec 0%, #f7f6f1 100%);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 16px 20px;
	margin: 14px 0 22px;
}
.nego-dr-clima-atual {
	display: flex;
	align-items: center;
	gap: 14px;
}
.nego-dr-clima-icone-grande {
	font-size: 46px;
	line-height: 1;
}
.nego-dr-clima-atual-info {
	flex: 1;
}
.nego-dr-clima-temp {
	font-size: 32px;
	font-weight: 700;
	color: #2C4A24;
	line-height: 1.1;
}
.nego-dr-clima-descricao {
	font-size: 14px;
	color: #4a4a3f;
	font-weight: 600;
}
.nego-dr-clima-sensacao {
	font-size: 12px;
	color: #888;
}
.nego-dr-clima-detalhes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px dashed #d8d8ce;
}
.nego-dr-clima-detalhe {
	font-size: 12.5px;
	color: #4a4a3f;
	background: rgba(255, 255, 255, .6);
	border-radius: 999px;
	padding: 4px 11px;
}
.nego-dr-clima-previsao {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
	gap: 8px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed #d8d8ce;
}
.nego-dr-clima-dia {
	text-align: center;
	background: rgba(255, 255, 255, .55);
	border-radius: 8px;
	padding: 10px 6px;
}
.nego-dr-clima-dia-nome {
	font-size: 11.5px;
	font-weight: 700;
	color: #2C4A24;
	text-transform: uppercase;
}
.nego-dr-clima-dia-icone {
	font-size: 22px;
	margin: 4px 0;
}
.nego-dr-clima-dia-temp {
	font-size: 12.5px;
}
.nego-dr-clima-dia-temp strong {
	color: #2C4A24;
}
.nego-dr-clima-dia-temp span {
	color: #999;
	margin-left: 3px;
}
.nego-dr-clima-dia-sensacao {
	font-size: 10px;
	color: #999;
	margin-top: 2px;
}
.nego-dr-clima-dia-chuva {
	font-size: 11px;
	color: #4a7fb5;
	margin-top: 4px;
}
.nego-dr-clima-dia-uv {
	font-size: 10px;
	font-weight: 700;
	margin-top: 4px;
	border-radius: 999px;
	padding: 1px 6px;
	display: inline-block;
}
.nego-dr-clima-dia-vento {
	font-size: 10px;
	color: #6b6b60;
	margin-top: 4px;
}
.nego-dr-clima-dia-sol {
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	white-space: nowrap;
}
.nego-dr-uv-baixo     { background: #dcefdc; color: #2e7d32; }
.nego-dr-uv-moderado  { background: #fff3cd; color: #8a6d00; }
.nego-dr-uv-alto      { background: #ffe0b2; color: #a15c00; }
.nego-dr-uv-muito-alto{ background: #ffd0c2; color: #b23c17; }
.nego-dr-uv-extremo   { background: #f0c2e0; color: #8a1a63; }
.nego-dr-clima-erro {
	color: #999;
	font-style: italic;
}

/* Mapa interativo (Leaflet) */
.nego-dr-mapa {
	width: 100%;
	height: 380px;
	border-radius: 12px;
	margin: 14px 0 22px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	z-index: 0;
}
.nego-dr-mapa:fullscreen,
.nego-dr-mapa:-webkit-full-screen {
	width: 100vw;
	height: 100vh;
	border-radius: 0;
}
.nego-dr-botao-tela-cheia {
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	border: none;
}
.nego-dr-botao-tela-cheia:hover {
	background: #f4f4f4;
}
.nego-dr-mapa-chegar {
	height: 320px;
}
.nego-dr-vias-acesso {
	font-size: 13px;
	color: #4a4a3f;
	background: #f7f6f1;
	border-radius: 8px;
	padding: 10px 14px;
	margin: 0 0 20px;
	line-height: 1.5;
}
.nego-dr-vias-acesso strong {
	color: #2C4A24;
}
.nego-dr-mapa .leaflet-popup-content strong {
	color: #2C4A24;
}
.nego-dr-mapa .leaflet-popup-content a {
	color: #B08D2B;
	font-weight: 600;
}

/* Marcador personalizado (círculo colorido com emoji da categoria) */
.nego-dr-marcador span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
	border: 2px solid #fff;
	font-size: 15px;
}
.nego-dr-marcador {
	background: transparent;
	border: none;
}

/* Camadas de mapa (Ruas/Satélite/Híbrido) */
.nego-dr-mapa .leaflet-control-layers {
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}

/* Formulário de busca ([nego_busca]) */
.nego-dr-busca {
	max-width: 100%;
}

/* Carrossel de municípios em destaque ([nego_carrossel_municipios]) */
.nego-dr-carrossel-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.nego-dr-carrossel {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 4px 2px 4px;
	flex: 1;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* Edge legado */
}
.nego-dr-carrossel::-webkit-scrollbar {
	display: none; /* Chrome, Safari, navegadores baseados em Chromium */
}
.nego-dr-carrossel-item {
	flex: 0 0 auto;
	width: 190px;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
}
.nego-dr-carrossel-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}
.nego-dr-carrossel-foto {
	width: 100%;
	height: 130px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	background-color: #3F6B34;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	transition: transform .18s ease, box-shadow .18s ease;
}
.nego-dr-carrossel-link:hover .nego-dr-carrossel-foto,
.nego-dr-carrossel-item:hover .nego-dr-carrossel-foto {
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}
.nego-dr-carrossel-foto.sem-foto {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .55);
}
.nego-dr-carrossel-foto.sem-foto svg {
	width: 34px;
	height: 34px;
}
.nego-dr-carrossel-icone-categoria {
	font-size: 42px;
	line-height: 1;
}
.nego-dr-carrossel-nome {
	margin-top: 8px;
	font-weight: 700;
	font-size: 14px;
	color: #2C4A24;
	text-align: center;
}
.nego-dr-carrossel-municipio {
	display: block;
	margin-top: 1px;
	font-size: 11.5px;
	color: #B08D2B;
	text-align: center;
}
.nego-dr-carrossel-seta {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d8d8ce;
	background: #fff;
	color: #3F6B34;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: all .15s ease;
}
.nego-dr-carrossel-seta:hover {
	background: #3F6B34;
	color: #fff;
	border-color: #3F6B34;
}
.nego-dr-carrossel-acao {
	text-align: center;
	margin: 6px 0 22px;
}
.nego-dr-botao-visitar-todos {
	display: inline-block;
	background: #B08D2B;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 11px 26px;
	border-radius: 999px;
	text-decoration: none;
	transition: background .15s ease;
}
.nego-dr-botao-visitar-todos:hover {
	background: #8f7122;
	color: #fff;
}

@media (max-width: 600px) {
	.nego-dr-carrossel-item {
		width: 150px;
	}
	.nego-dr-carrossel-foto {
		height: 105px;
	}
	.nego-dr-carrossel-seta {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}
.nego-dr-busca-form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 14px;
	background: #f7f6f1;
	border: 1px solid #e5e5e0;
	border-radius: 12px;
	padding: 18px 20px;
	margin-bottom: 20px;
}
.nego-dr-busca-campo {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1 1 180px;
	min-width: 160px;
}
.nego-dr-busca-campo label {
	font-size: 12px;
	font-weight: 700;
	color: #2C4A24;
}
.nego-dr-busca-campo input,
.nego-dr-busca-campo select {
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #d8d8ce;
	font-size: 14px;
	background: #fff;
}
.nego-dr-busca-botao {
	appearance: none;
	border: none;
	background: #3F6B34;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 22px;
	border-radius: 999px;
	cursor: pointer;
	transition: background .15s ease;
	flex: 0 0 auto;
}
.nego-dr-busca-botao:hover {
	background: #2C4A24;
}
.nego-dr-busca-contagem {
	font-size: 13px;
	color: #777;
	margin: 0 0 10px;
}
.nego-dr-busca-vazio {
	color: #777;
	font-style: italic;
	padding: 20px 0;
}
.nego-dr-busca-resultados .nego-dr-secao-titulo {
	border-top: 2px solid #3F6B34;
	padding-top: 16px;
	margin-top: 28px;
}
.nego-dr-busca-resultados .nego-dr-secao-titulo:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}
.nego-dr-busca-resultados .nego-dr-secao-titulo small {
	font-weight: 400;
	color: #999;
	font-size: 13px;
}

@media (max-width: 600px) {
	.nego-dr-busca-form {
		flex-direction: column;
		align-items: stretch;
	}
	.nego-dr-busca-campo {
		flex: 0 1 auto;
		min-width: 0;
	}
	.nego-dr-busca-botao {
		width: 100%;
	}
}

/* Filtro por categoria (chips) */
.nego-dr-filtros {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}
.nego-dr-filtro-chip {
	appearance: none;
	border: 1px solid #d8d8d0;
	background: #fff;
	color: #4a4a3f;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 12.5px;
	font-weight: 600;
	cursor: pointer;
	transition: all .15s ease;
	line-height: 1.4;
}
.nego-dr-filtro-chip:hover {
	border-color: #B08D2B;
	color: #B08D2B;
}
.nego-dr-filtro-chip.is-ativo {
	background: #3F6B34;
	border-color: #3F6B34;
	color: #fff;
}

/* Grade de locais turísticos (CRETUR/UEG) */
.nego-dr-grade-cretur {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
	margin: 12px 0 20px;
}
.nego-dr-cartao-cretur {
	border: 1px solid #ececec;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	transition: transform .18s ease, box-shadow .18s ease;
	display: flex;
	flex-direction: column;
}
.nego-dr-cartao-cretur.nego-dr-oculto {
	display: none;
}
.nego-dr-oculto-paginacao {
	display: none !important;
}
.nego-dr-botao-carregar-mais {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 4px auto 24px;
	padding: 9px 22px;
	border-radius: 999px;
	border: 1px solid #d8d8ce;
	background: #fff;
	color: #3F6B34;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	transition: all .15s ease;
}
.nego-dr-botao-carregar-mais:hover {
	background: #3F6B34;
	color: #fff;
	border-color: #3F6B34;
}
.nego-dr-botao-carregar-mais:disabled {
	cursor: default;
	opacity: .8;
}
.nego-dr-botao-carregar-mais.is-carregando::before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2.5px solid currentColor;
	border-top-color: transparent;
	animation: nego-dr-girar .7s linear infinite;
	flex-shrink: 0;
}
@keyframes nego-dr-girar {
	to { transform: rotate(360deg); }
}
.nego-dr-cartao-cretur:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
}
.nego-dr-cartao-wikipedia {
	text-decoration: none;
	color: inherit;
}
.nego-dr-cartao-midia {
	position: relative;
	overflow: hidden;
	height: 160px;
	background: linear-gradient(135deg, #3F6B34 0%, #2C4A24 100%);
	cursor: default;
}
.nego-dr-cartao-midia[data-lightbox-src] {
	cursor: zoom-in;
}
.nego-dr-cartao-midia img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.nego-dr-cartao-cretur:hover .nego-dr-cartao-midia img {
	transform: scale(1.07);
}
.nego-dr-cartao-midia-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .55);
}
.nego-dr-cartao-midia-placeholder svg {
	width: 40px;
	height: 40px;
}
.nego-dr-cartao-selo {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(20, 30, 15, .72);
	backdrop-filter: blur(2px);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 4px 10px;
	border-radius: 999px;
}
.nego-dr-botao-ver-mapa {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, .92);
	color: #3F6B34;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	transition: transform .15s ease, background .15s ease;
}
.nego-dr-botao-ver-mapa:hover {
	transform: scale(1.1);
	background: #fff;
	color: #B08D2B;
}
.nego-dr-cartao-corpo {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.nego-dr-cartao-corpo h4 {
	margin: 0 0 6px;
	color: #2C4A24;
	font-size: 15.5px;
	line-height: 1.3;
}
.nego-dr-cartao-categorias {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 8px;
}
.nego-dr-chip-categoria {
	font-size: 10.5px;
	font-weight: 600;
	color: #7a6222;
	background: #f6efdc;
	border-radius: 999px;
	padding: 2px 9px;
	white-space: nowrap;
}
.nego-dr-cartao-descricao {
	font-size: 13px;
	color: #4a4a45;
	line-height: 1.5;
	margin: 0 0 10px;
}
.nego-dr-cartao-link {
	font-size: 12.5px;
	margin: 0 0 4px;
}
.nego-dr-cartao-link a {
	color: #3F6B34;
	font-weight: 600;
	text-decoration: none;
}
.nego-dr-cartao-link a:hover {
	text-decoration: underline;
}
.nego-dr-cartao-rodape {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px dashed #e5e5e0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.nego-dr-cartao-acoes {
	display: flex;
	align-items: center;
	gap: 8px;
}
.nego-dr-botao-curtir,
.nego-dr-botao-compartilhar {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #e5e5e0;
	background: #fff;
	color: #6b6b60;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all .15s ease;
}
.nego-dr-botao-curtir:hover,
.nego-dr-botao-compartilhar:hover {
	border-color: #B08D2B;
	color: #B08D2B;
}
.nego-dr-botao-curtir.is-curtido {
	background: #fdeef0;
	border-color: #e5748a;
	color: #c23558;
}
.nego-dr-botao-curtir.is-curtido svg {
	fill: #c23558;
}
.nego-dr-botao-curtir:disabled {
	opacity: .6;
	cursor: default;
}
.nego-dr-cartao-social {
	display: flex;
	align-items: center;
	gap: 6px;
}
.nego-dr-cartao-social span {
	font-size: 11px;
	color: #999;
	margin-right: 2px;
}
.nego-dr-icone-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f3f3ee;
	color: #6b6b60;
	transition: background .15s ease, color .15s ease, transform .15s ease;
}
.nego-dr-icone-social:hover {
	transform: translateY(-2px);
	color: #fff;
}
.nego-dr-icone-social.instagram:hover { background: #c1327c; }
.nego-dr-icone-social.facebook:hover  { background: #1877f2; }
.nego-dr-icone-social.tiktok:hover    { background: #111; }
.nego-dr-icone-social.youtube:hover   { background: #ff0000; }

/* Onde comer / onde se hospedar (OpenStreetMap - foto/site quando o
   mapeador da comunidade cadastrou; a maioria não tem) */
.nego-dr-lista-osm {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
	margin: 12px 0 20px;
}
.nego-dr-item-osm {
	display: flex;
	flex-direction: column;
	gap: 2px;
	background: #fbfbf9;
	border: 1px solid #ececec;
	border-left: 3px solid #B08D2B;
	border-radius: 8px;
	padding: 10px 12px;
	transition: box-shadow .15s ease;
}
.nego-dr-item-osm.tem-foto {
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.nego-dr-item-osm-foto {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}
.nego-dr-item-osm-corpo {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.nego-dr-item-osm:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.nego-dr-item-osm-tipo {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #B08D2B;
	font-weight: 700;
}
.nego-dr-item-osm-nome {
	font-size: 14px;
	color: #2C4A24;
	font-weight: 600;
}
.nego-dr-item-osm-endereco {
	font-size: 12px;
	color: #777;
}
.nego-dr-item-osm-links {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin-top: 2px;
}
.nego-dr-item-osm-site {
	font-size: 11.5px;
	color: #3F6B34;
	font-weight: 600;
	text-decoration: none;
}
.nego-dr-item-osm-site:hover {
	text-decoration: underline;
}
.nego-dr-item-link-externo {
	text-decoration: none;
	cursor: pointer;
}
.nego-dr-item-link-externo:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	border-left-color: #3F6B34;
}
.nego-dr-item-link-externo .nego-dr-item-osm-nome {
	color: #B08D2B;
}
.nego-dr-item-link-externo:hover .nego-dr-item-osm-nome {
	text-decoration: underline;
}

/* Grade de vídeos (YouTube) */
.nego-dr-grade-videos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
	margin: 12px 0 20px;
}
.nego-dr-cartao-video {
	display: block;
	border: 1px solid #ececec;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}
.nego-dr-cartao-video:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
}
.nego-dr-cartao-video img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	display: block;
}
.nego-dr-cartao-video-corpo {
	padding: 10px 12px;
}
.nego-dr-cartao-video-corpo h4 {
	margin: 0 0 4px;
	font-size: 13px;
	color: #2C4A24;
	line-height: 1.35;
}
.nego-dr-cartao-video-canal {
	font-size: 12px;
	color: #B08D2B;
	margin: 0;
}

@media (max-width: 480px) {
	.nego-dr-ficha { padding: 16px 16px 20px; }
	.nego-dr-mapa { height: 260px; }
}

/* ==========================================================================
   Lightbox (galeria de fotos)
   ========================================================================== */
.nego-dr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(10, 14, 8, .92);
	display: none;
	align-items: center;
	justify-content: center;
}
.nego-dr-lightbox.is-aberto {
	display: flex;
}
.nego-dr-lightbox-conteudo {
	margin: 0;
	max-width: 90vw;
	max-height: 86vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nego-dr-lightbox-conteudo img {
	max-width: 90vw;
	max-height: 78vh;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}
.nego-dr-lightbox-conteudo figcaption {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
}
.nego-dr-lightbox-fechar,
.nego-dr-lightbox-anterior,
.nego-dr-lightbox-proxima {
	position: absolute;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.nego-dr-lightbox-fechar:hover,
.nego-dr-lightbox-anterior:hover,
.nego-dr-lightbox-proxima:hover {
	background: rgba(255, 255, 255, .25);
}
.nego-dr-lightbox-fechar {
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 1;
}
.nego-dr-lightbox-anterior,
.nego-dr-lightbox-proxima {
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	font-size: 30px;
	line-height: 1;
}
.nego-dr-lightbox-anterior { left: 16px; }
.nego-dr-lightbox-proxima { right: 16px; }

@media (max-width: 480px) {
	.nego-dr-lightbox-anterior,
	.nego-dr-lightbox-proxima { width: 38px; height: 38px; font-size: 24px; }
}

/* ==========================================================================
   Modo de cores escuro. Aplicado via classe "nego-dr-tema-escuro" no
   container ".nego-dr-tema-raiz" que envolve cada shortcode (ver
   includes/funcoes-tema-navegacao.php). Essa classe é definida:
   - diretamente pelo servidor, se o administrador escolheu "Sempre escuro"
     em Configurações;
   - dinamicamente pelo frontend.js (via matchMedia), se escolheu
     "Automático" e o sistema/navegador de quem visita o site está em modo
     escuro.
   Usar uma classe em vez de só `@media (prefers-color-scheme: dark)`
   permite que o modo escuro seja forçado e efetivamente visível/testável
   pelo administrador, independentemente da preferência do sistema
   operacional de quem está configurando o site.
   ========================================================================== */
.nego-dr-tema-escuro .nego-dr-ficha {
	background: #1c211a;
	border-color: #333c2f;
	box-shadow: none;
}
.nego-dr-tema-escuro .nego-dr-ficha-cabecalho,
.nego-dr-tema-escuro .nego-dr-ficha-cabecalho h3,
.nego-dr-tema-escuro .nego-dr-secao-titulo {
	color: #9fd18a;
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-ficha-dados,
.nego-dr-tema-escuro .nego-dr-ficha-atracoes li,
.nego-dr-tema-escuro .nego-dr-ficha-wiki li {
	color: #d7dbd2;
}
.nego-dr-tema-escuro .nego-dr-info-item {
	background: #232920;
	border-color: #333c2f;
}
.nego-dr-tema-escuro button.nego-dr-info-item:hover {
	background: #2a3223;
	border-color: #4f7d43;
}
.nego-dr-tema-escuro .nego-dr-info-valor {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-info-rotulo {
	color: #8b9184;
}
.nego-dr-tema-escuro .nego-dr-secao-subtitulo {
	color: #8b9184;
}
.nego-dr-tema-escuro .nego-dr-link-externo {
	background: #232920;
	color: #b7bcae;
}
.nego-dr-tema-escuro .nego-dr-fonte {
	color: #8b9184;
}

.nego-dr-tema-escuro .nego-dr-tabela-publica,
.nego-dr-tema-escuro .nego-dr-cartao-cretur,
.nego-dr-tema-escuro .nego-dr-cartao-video,
.nego-dr-tema-escuro .nego-dr-item-osm {
	background: #232920;
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-tabela-publica thead th {
	background: #1a3316;
}
.nego-dr-tema-escuro .nego-dr-tabela-publica td {
	border-color: #333c2f;
	color: #d7dbd2;
}
.nego-dr-tema-escuro .nego-dr-tabela-publica tbody tr:nth-child(even) {
	background: #1e2419;
}
.nego-dr-tema-escuro .nego-dr-tabela-publica tbody tr:hover {
	background: #2a3223;
}
.nego-dr-tema-escuro .nego-dr-link-municipio {
	color: #a8dd93;
}

.nego-dr-tema-escuro .nego-dr-cartao-corpo h4,
.nego-dr-tema-escuro .nego-dr-cartao-video-corpo h4,
.nego-dr-tema-escuro .nego-dr-item-osm-nome {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-item-link-externo .nego-dr-item-osm-nome {
	color: #e2c579;
}
.nego-dr-tema-escuro .nego-dr-cartao-descricao,
.nego-dr-tema-escuro .nego-dr-item-osm-endereco {
	color: #b7bcae;
}
.nego-dr-tema-escuro .nego-dr-item-osm-site {
	color: #9fd18a;
}
.nego-dr-tema-escuro .nego-dr-chip-categoria {
	background: #3a331c;
	color: #e2c579;
}
.nego-dr-tema-escuro .nego-dr-busca-form {
	background: #1e2419;
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-carrossel-nome {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-carrossel-municipio {
	color: #e2c579;
}
.nego-dr-tema-escuro .nego-dr-carrossel-seta {
	background: #232920;
	border-color: #3a4433;
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-carrossel-seta:hover {
	background: #4f7d43;
	color: #fff;
}
.nego-dr-tema-escuro .nego-dr-busca-campo label {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-busca-campo input,
.nego-dr-tema-escuro .nego-dr-busca-campo select {
	background: #232920;
	border-color: #3a4433;
	color: #d7dbd2;
}
.nego-dr-tema-escuro .nego-dr-busca-contagem,
.nego-dr-tema-escuro .nego-dr-busca-vazio {
	color: #8b9184;
}
.nego-dr-tema-escuro .nego-dr-busca-resultados .nego-dr-secao-titulo {
	border-top-color: #4f7d43;
}
.nego-dr-tema-escuro .nego-dr-cartao-rodape,
.nego-dr-tema-escuro .nego-dr-filtro-chip {
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-filtro-chip {
	background: #232920;
	color: #cfd3c8;
}
.nego-dr-tema-escuro .nego-dr-filtro-chip.is-ativo {
	background: #4f7d43;
	border-color: #4f7d43;
	color: #fff;
}
.nego-dr-tema-escuro .nego-dr-botao-carregar-mais {
	background: #232920;
	border-color: #3a4433;
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-botao-carregar-mais:hover {
	background: #4f7d43;
	color: #fff;
}
.nego-dr-tema-escuro .nego-dr-icone-social,
.nego-dr-tema-escuro .nego-dr-botao-curtir,
.nego-dr-tema-escuro .nego-dr-botao-compartilhar,
.nego-dr-tema-escuro .nego-dr-botao-ver-mapa {
	background: #2a3223;
	border-color: #3a4433;
	color: #cfd3c8;
}
.nego-dr-tema-escuro .nego-dr-botao-curtir.is-curtido {
	background: #3a2027;
	border-color: #7a3547;
	color: #e590a8;
}
.nego-dr-tema-escuro .nego-dr-mapa {
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-vias-acesso {
	background: #232920;
	color: #d7dbd2;
}
.nego-dr-tema-escuro .nego-dr-vias-acesso strong {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-clima {
	background: linear-gradient(135deg, #1e2419 0%, #232920 100%);
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-clima-temp {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-clima-descricao {
	color: #d7dbd2;
}
.nego-dr-tema-escuro .nego-dr-clima-sensacao,
.nego-dr-tema-escuro .nego-dr-clima-erro {
	color: #8b9184;
}
.nego-dr-tema-escuro .nego-dr-clima-detalhes,
.nego-dr-tema-escuro .nego-dr-clima-previsao {
	border-color: #333c2f;
}
.nego-dr-tema-escuro .nego-dr-clima-detalhe,
.nego-dr-tema-escuro .nego-dr-clima-dia {
	background: rgba(255, 255, 255, .06);
}
.nego-dr-tema-escuro .nego-dr-clima-dia-nome,
.nego-dr-tema-escuro .nego-dr-clima-dia-temp strong {
	color: #a8dd93;
}
.nego-dr-tema-escuro .nego-dr-clima-dia-sensacao,
.nego-dr-tema-escuro .nego-dr-clima-dia-vento,
.nego-dr-tema-escuro .nego-dr-clima-dia-sol {
	color: #8b9184;
}
