.case-detail-body {
    color: #374151;
    font-size: 1rem;
    line-height: 1.85;
}

.case-detail-body h2 {
    color: #111827;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 2.5rem 0 1rem;
}

.case-detail-body h3 {
    color: #1f2937;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
}

.case-detail-body p {
    margin-bottom: 1rem;
}

.case-detail-body ul {
    list-style: disc;
    margin: 0 0 1rem 1.25rem;
}

.case-detail-body ol {
    list-style: decimal;
    margin: 0 0 1rem 1.5rem;
}

.case-detail-body li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.case-detail-body a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.case-detail-body a:hover {
    color: #1d4ed8;
}

.case-role {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.case-role h2 {
    color: #1e40af;
    margin-top: 0;
}

.case-results {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.case-result {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
}

.case-result strong {
    color: #2563eb;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
}

.case-result span {
    color: #6b7280;
    display: block;
    font-size: 0.875rem;
    margin-top: 0.375rem;
}

@media (min-width: 768px) {
    .case-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
