.rise-sec-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.rise-sec-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:20px;
}

.rise-sec-card{
  background:#0a1d2b;
  border:1px solid #17394d;
  border-radius:16px;
  padding:18px;
}

.rise-sec-card span{
  display:block;
  color:#7894a5;
  font-size:11px;
  margin-bottom:7px;
}

.rise-sec-card strong{
  font-size:24px;
}

.rise-sec-section{
  background:#0a1d2b;
  border:1px solid #17394d;
  border-radius:18px;
  padding:20px;
  margin-bottom:20px;
}

.rise-sec-form{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  align-items:end;
  margin-top:15px;
}

.rise-sec-current{
  color:#35e690;
  font-weight:900;
}

.rise-sec-revogada{
  color:#ff7c88;
}

.rise-sec-table{
  overflow:auto;
  margin-top:14px;
}

.rise-audit-detail{
  max-width:420px;
  white-space:normal;
  word-break:break-word;
  font-size:10px;
  color:#91a8b6;
}

@media(max-width:800px){
  .rise-sec-grid,
  .rise-sec-form{
    grid-template-columns:1fr;
  }
}
