.coaat-wrapper{
    max-width:900px;
    margin:40px auto;
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}

#coaat-form{
    display:grid;
    gap:20px;
}

.coaat-field label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.coaat-field input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:8px;
}

#coaat-form button{
    background:#005a9c;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:8px;
    cursor:pointer;
}

#coaat-loading{
    display:none;
    margin-top:20px;
}

#coaat-resultado{
    margin-top:30px;
}

.coaat-error{
    color:red;
}
.coaat-status{

    margin-top:30px;
}

.coaat-status .alert{

    border-radius:10px;
    padding:20px;
    font-size:16px;
}

.coaat-datos{

    margin-top:30px;
    background:#f8f8f8;
    padding:25px;
    border-radius:12px;
    border:1px solid #e5e5e5;
}

.coaat-datos strong{

    display:inline-block;
    min-width:220px;
}