.ui-form {
    max-width: 500px;
    margin: 20px 0;
}
.ui-form .ui-row {
    margin-bottom: 15px;
}
.ui-form input, .ui-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
.ui-form button {
    background: #0073aa;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}
.ui-form button:hover {
    background: #005f8d;
}
#utilaje-lista .uvc-post-module {
    transition: all 0.3s ease;
}
#utilaje-lista .uvc-post-module:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.ui-loading {
    font-size: 18px;
    text-align: center;
    padding: 40px;
}
