.case-label {
    display: inline-block;
    padding: 6px 12px;
    background:#ddffb3;
    color:#000;
    border-radius:1rem;
    font-size: 14px;
    font-weight: 600;
}

.case-title {
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    
    font-weight: 700;
}

.case-results {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.result-item {
    font-size: 16px;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* NOTE: intentionally not styling containers (no backgrounds, shadows, paddings)
   per request — keep only inline/content typography and spacing above. */