.mcp-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
}

.mcp-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.mcp-table th,
.mcp-table td {
  border: 1px solid #e5e5e5;
  padding: 12px;
  text-align: center;
}

.mcp-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.mcp-label {
  text-align: left;
  font-weight: 600;
  background: #fafafa;
}