/* Estilos básicos para el frontend del plugin */
.helpdesk-container, .helpdesk-admin-panel {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    font-family: inherit;
}

.helpdesk-container input[type="text"],
.helpdesk-container select,
.helpdesk-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
