.pegasus-wrap {
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    border-left: 5px solid #c49b3f;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pegasus-wrap h2 {
    color: #1e2a3a;
    margin-bottom: 20px;
}

.pegasus-wrap input[type=file] {
    padding: 15px;
    border: 2px dashed #c49b3f;
    border-radius: 10px;
    width: 70%;
    margin-right: 10px;
}

.pegasus-wrap .button-primary {
    background: #1e2a3a;
    border-color: #c49b3f;
    color: #c49b3f;
    padding: 10px 25px;
    font-size: 1.1em;
}

#pegasus-status {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    display: none;
}