/* Infrastructure Assessment Styling */
.infrastructure-assessment {
    margin-top: 50px;
}

.infrastructure-assessment .alert {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 0;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.15);
}

.infrastructure-assessment .alert h4 {
    color: #856404;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.infrastructure-assessment .alert h4 i {
    margin-right: 10px;
    color: #dc3545;
}

.infrastructure-assessment .alert h5 {
    color: #495057;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 8px;
}

.infrastructure-solution {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 20px;
}

.infrastructure-solution h5 {
    color: #155724 !important;
    font-weight: 700;
    margin-bottom: 15px;
    border: none !important;
    padding-bottom: 0 !important;
}

.infrastructure-solution h5 i {
    margin-right: 10px;
    color: #28a745;
}

.infrastructure-solution p {
    color: #155724;
    margin-bottom: 0;
    font-weight: 500;
}

