/* Custom local styles for callouts and tables in Antigravity Preview & Quarto */

/* 1. Style Blockquotes (Callouts) in Markdown Preview */
blockquote {
  border-left: 4px solid #2b2b88 !important;
  background-color: #f3f4f9 !important;
  padding: 1rem 1.25rem !important;
  border-radius: 0 8px 8px 0 !important;
  margin: 1.5rem 0 !important;
  color: #333 !important;
}

/* 2. Beautiful Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

th {
  background-color: #f3f4f9;
  color: #2b2b88;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #2b2b88;
  padding: 0.75rem 1rem;
}

td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

tr:nth-child(even) {
  background-color: #f8fafc;
}

tr:hover {
  background-color: #f1f5f9;
}

/* Adjust table within blockquotes */
blockquote table {
  margin: 1rem 0 0 0;
}

blockquote table th {
  background-color: #e2e8f0;
}
