
#matriz-impacto-esforco {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  max-width: 700px;
}
#matriz-impacto-esforco input, #matriz-impacto-esforco select {
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
}
#matriz-impacto-esforco button {
  padding: 8px 16px;
  background-color: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}
#matriz-impacto-esforco button:hover {
  background-color: #005177;
}
