.card:hover {
    transform: translateY(-2px);
}
.prose h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.prose h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.prose table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    font-size: 0.875rem;
}
.prose th, .prose td {
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.75rem;
    text-align: left;
}
.prose th {
    background: #f9fafb;
    font-weight: 600;
}
.prose ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}
.prose li {
    margin: 0.25rem 0;
}
