.msap-importer-card{
    max-width:900px;
    margin:30px auto;
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.msap-importer-card h2{
    margin-bottom:20px;
}

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

.msap-actions{
    margin-top:15px;
    display:flex;
    gap:10px;
}

.msap-preview-button{
    background:#f5f5f5;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    cursor:pointer;
}

.msap-import-button{
    background:#0f9d58;
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    cursor:pointer;
}