.solicitacao-page {
  text-align: left;
}

.solicitacao-logo {
  display: block;
  max-width: 250px;
  width: 80%;
  margin: 0 auto 18px;
}

#listaRecursosSolicitacao {
  margin-top: 14px;
}

.recurso-solicitacao-card {
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  cursor: pointer;
}

.recurso-solicitacao-card:hover {
  background: #f9fafb;
  border-color: #2c6bed;
}

.recurso-selecionado {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #eef4ff;
  color: #1f3f7a;
  text-align: center;
  font-weight: 600;
}

.solicitacao-sucesso {
  padding: 15px;
  border: 1px solid #b7dfc3;
  border-radius: 8px;
  background: #effaf2;
  color: #176b2c;
  text-align: center;
}
