/* verdict-box.css - Componente condiviso: box verdetto */

.verdict-box {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    box-shadow: var(--shadow-md);
    border-left: 4px solid var(--page-accent);
}

.verdict-body-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 14px;
}

.verdict-body-text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--gray-600);
}
