/* Canal de Denúncias — public-side styling. Uses Bootstrap 3 classes already
   present on the site (form-group/form-control/btn), just tightens the layout
   so inputs/buttons align consistently and the form reads well on mobile. */

.denuncia-intro p { margin-bottom: 1.1em; }
.denuncia-intro p:last-child { margin-bottom: 0; }

.denuncia-page-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}
.denuncia-page-sub {
    color: #777;
    font-size: 0.95em;
    margin: 0;
}
@media (max-width: 768px) {
    .denuncia-page-title { font-size: 1.7em; }
}

#denuncia_form .form-group,
.denuncia-followup .form-group { margin-bottom: 1.4em; }

#denuncia_form label,
.denuncia-followup label { display: block; font-weight: 600; margin-bottom: 6px; }

#denuncia_form .radio label,
#denuncia_form .checkbox-termo label { font-weight: 400; display: inline-flex; align-items: baseline; gap: 6px; }

#denuncia_form .checkbox-termo { background: #f7f7f7; border: 1px solid #eee; border-radius: 4px; padding: 12px 14px; margin-bottom: 1.2em; }
#denuncia_form .checkbox-termo label { margin-bottom: 0; }

#denuncia_form .required { color: #c0392b; }
#denuncia_form .help-block { color: #777; font-size: 0.92em; margin-top: 4px; }

/* consistent height/padding for inputs, selects, textareas, buttons */
#denuncia_form .form-control,
.denuncia-followup .form-control {
    height: 42px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#denuncia_form textarea.form-control { height: auto; min-height: 140px; resize: vertical; }
#denuncia_form .btn,
.denuncia-followup .btn {
    height: 42px;
    padding: 8px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}
#denuncia_form .btn-primary,
.denuncia-followup .btn-primary { background-color: #2c3e50; border-color: #2c3e50; color: #fff; }
#denuncia_form .btn-primary:hover,
.denuncia-followup .btn-primary:hover { background-color: #233140; border-color: #233140; }
#denuncia_form .btn-default,
.denuncia-followup .btn-default { background-color: #fff; border-color: #ccc; color: #333; }
#denuncia_form .btn-default:hover,
.denuncia-followup .btn-default:hover { background-color: #e6e6e6; border-color: #adadad; }

/* Acompanhar: put input and button on one row with matching heights */
.denuncia-followup .lookup-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
    max-width: 560px;
}
.denuncia-followup .lookup-row .form-group { flex: 1 1 320px; margin: 0; }
.denuncia-followup .lookup-row .form-control { width: 100%; }
.denuncia-followup .lookup-row .btn { flex: 0 0 auto; }

#denuncia-notice.alert { padding: 12px 16px; border-radius: 4px; }
#denuncia-notice.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #2c6e2f; }
#denuncia-notice.alert-danger  { background-color: #f2dede; border-color: #ebccd1; color: #a12622; }

#denuncia_loading { color: #555; vertical-align: middle; }

.denuncia-dropzone {
    border: 2px dashed #bbb;
    border-radius: 6px;
    background: #fafafa;
    padding: 18px;
    min-height: 120px;
}
.denuncia-dropzone .dz-message { margin: 0.6em 0; color: #666; }
.denuncia-dropzone .dz-default { font-size: 0.95em; }

.denuncia-identity { margin-top: -0.5em; padding: 14px 16px; background: #f7f7f9; border: 1px solid #eee; border-radius: 6px; }
.denuncia-identity .form-group:last-child { margin-bottom: 0; }

hr.denuncia-sep { margin: 3em 0; border-top: 1px solid #eee; }