
.xsmb-saude-container {
  font-family: Arial, sans-serif;
  max-width: 950px;
  margin: 20px auto;
}
.xsmb-saude-container h3 {
  background: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
  padding: 8px;
  font-size: 16px;
  margin-top: 20px;
}
.xsmb-saude-table, .xsmb-saude-cham {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.xsmb-saude-table td, .xsmb-saude-cham td, .xsmb-saude-cham th {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.xsmb-saude-cham th {
  background: #f2f2f2;
  font-weight: bold;
}
.xsmb-saude-table tr:nth-child(even), .xsmb-saude-cham tr:nth-child(even) {
  background: #fafafa;
}
.highlight {
  background: #fff8b3;
  font-weight: bold;
}
.xsmb-saude-summary {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.6;
}
.xsmb-saude-summary b {
  color: #d9534f;
}
