.aiai-loading p {
    font-size: 16px;
    animation: fadeIn 0.5s ease-in-out;
}

.aiai-success {
    background: #e6f9f0;
    border: 1px solid #b7eed7;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
        margin-top: 20px;
}
.loading-steps {
    text-align: center;
    display:flex;
    justify-content: center;
    margin-top: 15px;
}
.aiai-success h3 {
    color: #1e8e3e;
}
.aiai-issues {
    margin: 10px 0 20px;
    padding-left: 20px;
}

.aiai-issues li {
    margin-bottom: 8px;
    line-height: 1.5;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
