
.urbp-container{
    max-width:900px;
    margin:20px auto;
    font-family:Arial;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    padding:20px;
    border-radius:15px;
    color:white;
}

.urbp-form input, .urbp-form textarea{
    width:100%;
    margin:5px 0;
    padding:10px;
    border-radius:8px;
    border:none;
}

.urbp-form textarea{
    height:80px;
}

.urbp-form button{
    background:#6366f1;
    color:white;
    padding:10px;
    border:none;
    width:100%;
    border-radius:8px;
    cursor:pointer;
}

.urbp-preview{
    margin-top:20px;
    background:white;
    color:black;
    padding:20px;
    border-radius:10px;
}

.urbp-btn{
    margin-top:10px;
    width:100%;
    padding:10px;
    background:#22c55e;
    border:none;
    color:white;
    border-radius:8px;
    cursor:pointer;
}
