.wp-processor{

    max-width:700px;

    margin:40px auto;

    padding:30px;

    border:1px solid #ddd;

    border-radius:10px;

    background:white;

}

.wp-processor textarea{

    width:100%;

    margin-bottom:20px;

    resize:vertical;

}

.wp-processor input[type=file]{

    margin-bottom:20px;

}

.wp-processor button{

    background:#0073aa;

    color:white;

    border:none;

    padding:14px 30px;

    border-radius:6px;

    cursor:pointer;

}

.wp-processor button:hover{

    background:#005f8d;

}

.checkbox-row{

    display:block;

    margin-bottom:20px;

}

#processorStatus{

    margin-top:20px;

    font-weight:bold;

}