.mune-edit-container {
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.mune-edit-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.mune-edit-table th {
    background: #007cba;
    color: white;
    padding: 12px;
    text-align: left;
}

.mune-edit-table th:hover {
    background: #005a8c;
}

.mune-edit-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

/* Botón de actualizar */
.mune-edit-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.mune-edit-button:hover {
    background-color: #218838;
}

/* Inputs de edición */
.mune-edit-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Estilos para Toggle */
.mune-edit-toggle {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    text-align: left;
}

.mune-edit-toggle:hover {
    background-color: #005a8c;
}

/* Sección de contenido colapsable */
.mune-edit-content {
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
