/* Start custom CSS */.detalhe-emenda-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:24px;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

.detalhe-emenda-breadcrumbs{
  font-size:14px;
  color:#6b7280;
  margin-bottom:18px;
}

.detalhe-emenda-breadcrumbs a{
  color:#2563eb;
  text-decoration:none;
}

.detalhe-emenda-breadcrumbs a:hover{
  text-decoration:underline;
}

.detalhe-emenda-titulo h1{
  margin:0 0 8px;
  font-size:42px;
  color:#111827;
}

.detalhe-emenda-titulo p{
  margin:0 0 24px;
  color:#6b7280;
  font-size:16px;
}

.detalhe-emenda-card{
  background:#fff;
  border:1px solid #dbe3ee;
  border-radius:16px;
  padding:22px;
  margin-top:20px;
  box-shadow:0 4px 14px rgba(15,23,42,.04);
}

.detalhe-emenda-card h2{
  margin:0 0 18px;
  font-size:24px;
  color:#143b7a;
}

.detalhe-emenda-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.detalhe-emenda-grid p{
  margin:0 0 10px;
  line-height:1.5;
}

.detalhe-menor{
  grid-template-columns:repeat(3,1fr);
}

.detalhe-emenda-table-wrap{
  overflow-x:auto;
  border:1px solid #dbe3ee;
  border-radius:12px;
}

.detalhe-emenda-table{
  width:100%;
  border-collapse:collapse;
  min-width:700px;
}

.detalhe-emenda-table th{
  background:#f3f4f6;
  text-align:left;
  padding:12px;
  border-bottom:1px solid #dbe3ee;
}

.detalhe-emenda-table td{
  padding:12px;
  border-bottom:1px solid #eef2f7;
}

.detalhe-emenda-lista{
  margin:0;
  padding-left:18px;
}

.detalhe-emenda-lista li{
  margin-bottom:8px;
}

.detalhe-emenda-lista a{
  color:#2563eb;
  text-decoration:none;
}

.detalhe-emenda-lista a:hover{
  text-decoration:underline;
}

.detalhe-emenda-acoes-finais{
  margin-top:24px;
  display:flex;
  justify-content:flex-end;
}

.btn-imprimir{
  background:#0f5ea8;
  color:#fff;
  border:none;
  border-radius:8px;
  padding:12px 18px;
  font-weight:bold;
  cursor:pointer;
}

.btn-imprimir:hover{
  background:#0b4d89;
}

@media(max-width:900px){
  .detalhe-emenda-grid,
  .detalhe-menor{
    grid-template-columns:1fr;
  }

  .detalhe-emenda-titulo h1{
    font-size:30px;
  }
}/* End custom CSS */