
.vela-virtual-container {
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 600px;
    margin: auto;
}
.vela-form input, .vela-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.vela-form button {
    padding: 10px 20px;
    background: #ffc107;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.intencao-preview {
    font-style: italic;
}
.intencao-completa {
    margin-bottom: 20px;
}
