

.airtable-default .airtable-item {
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.airtable-projects .project-card {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 12px;
  border-left: 4px solid #0073aa;
}

.airtable-events .event-card {
  background: #fff5f5;
  border: 1px solid #ffcccc;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 6px;
}
