.results-sj {
    background: #f7faff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(41, 121, 255, 0.07);
    padding: 2.8rem 2.2rem 2.2rem 2.2rem;
    margin-bottom: 2rem;
    border: 1px solid #e3eafc;
    /* Не ограничиваем ширину! */
}

.results-sj .alert-info {
    background: #e3f2fd;
    color: #2979ff;
    border-radius: 8px;
    border: none;
    font-weight: 500;
}

.results-sj .mb-3 {
    margin-bottom: 1.5rem !important;
}

.results-sj .card, .results-sj .card-body {
    background: transparent;
    border: 1px solid #e3eafc;
    border-radius: 12px;
    box-shadow: none;
}