/* Canal de Denúncias — estilos públicos (formulário, confirmação e portal) */

/* O cabeçalho do tema (Elementor) é transparente com texto branco, feito
   para páginas com banner escuro. Nas páginas do canal, de fundo claro,
   o menu ficava invisível — aqui ele recebe o mesmo fundo preto da barra
   superior do site. Este CSS só é carregado nas páginas do canal. */
.elementor-location-header .elementor-element-70734243 {
	background-color: #000 !important;
}

.dcd-wrap { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.6; }
.dcd-intro { background: #f4f7fb; border-left: 4px solid #1f5aa8; padding: 14px 16px; border-radius: 4px; }
.dcd-help { font-size: 14px; color: #555; }
.dcd-req { color: #c0392b; }

.dcd-form fieldset { border: 1px solid #dde3ea; border-radius: 8px; padding: 18px 20px; margin: 0 0 22px; }
.dcd-form legend { font-weight: 700; padding: 0 8px; font-size: 17px; }
.dcd-field { margin-bottom: 14px; }
.dcd-field label, .dcd-label { display: block; font-weight: 600; margin-bottom: 5px; }
.dcd-field input[type=text], .dcd-field input[type=date], .dcd-field input[type=time],
.dcd-field input[type=password], .dcd-field select, .dcd-field textarea {
	width: 100%; padding: 9px 11px; border: 1px solid #c8d0da; border-radius: 5px; font: inherit; box-sizing: border-box;
}
.dcd-field textarea { resize: vertical; }
.dcd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .dcd-grid { grid-template-columns: 1fr; } }
.dcd-radio, .dcd-check { display: block; font-weight: 400; margin: 6px 0; }
.dcd-privacy-box { background: #f8f9fa; border: 1px solid #e1e5ea; border-radius: 5px; padding: 10px 14px; max-height: 180px; overflow-y: auto; font-size: 14px; }

.dcd-button {
	display: inline-block; background: #1f5aa8; color: #fff !important; border: 0; border-radius: 6px;
	padding: 12px 26px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none;
}
.dcd-button:hover { background: #17457f; }
.dcd-button-outline { background: #fff; color: #1f5aa8 !important; border: 2px solid #1f5aa8; }
.dcd-button-outline:hover { background: #eef4fb; }

/* Honeypot: fora da tela para humanos, presente para robôs. */
.dcd-hp { position: absolute !important; left: -9999px !important; top: -9999px !important; }

.dcd-alert { padding: 12px 16px; border-radius: 6px; margin: 14px 0; }
.dcd-alert-error { background: #fdecea; border-left: 4px solid #c0392b; color: #7c231a; }
.dcd-alert-success { background: #eafaf0; border-left: 4px solid #1e8449; color: #145a32; }
.dcd-alert-warning { background: #fff8e1; border-left: 4px solid #f39c12; color: #7d6608; }
.dcd-alert-info { background: #f4f7fb; border-left: 4px solid #1f5aa8; color: #17457f; }

.dcd-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 1px; }
.dcd-protocol-box { background: #f4f7fb; border: 2px dashed #1f5aa8; border-radius: 8px; padding: 16px 20px; margin: 18px 0; }
.dcd-protocol-line { font-size: 17px; margin: 8px 0; }

.dcd-status { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 13px; font-weight: 600; background: #eef1f5; }
.dcd-status-recebida { background: #e8f0fb; color: #17457f; }
.dcd-status-em_analise { background: #fff3d6; color: #7d6608; }
.dcd-status-aguardando_informacoes { background: #fde8d7; color: #935116; }
.dcd-status-concluida { background: #e3f4e8; color: #145a32; }

.dcd-timeline { list-style: none; margin: 0; padding: 0 0 0 18px; border-left: 3px solid #dde3ea; }
.dcd-timeline-item { position: relative; margin: 0 0 20px; padding: 0 0 0 14px; }
.dcd-timeline-item::before {
	content: ""; position: absolute; left: -25px; top: 6px; width: 11px; height: 11px;
	border-radius: 50%; background: #1f5aa8; border: 2px solid #fff; box-shadow: 0 0 0 2px #1f5aa8;
}
.dcd-type-pergunta::before { background: #f39c12; box-shadow: 0 0 0 2px #f39c12; }
.dcd-type-decisao::before { background: #1e8449; box-shadow: 0 0 0 2px #1e8449; }
.dcd-timeline-date { font-size: 13px; color: #777; display: block; }
.dcd-timeline-label { font-weight: 700; display: block; margin: 2px 0; }
.dcd-timeline-content { background: #f8f9fa; border-radius: 6px; padding: 8px 12px; }

@media print {
	.dcd-actions, header, footer, nav { display: none !important; }
	.dcd-confirmation { max-width: none; }
}
