/* Estilos para el panel de administración */
.ce-logo-preview {
    border: 1px dashed #ccc;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 4px;
    max-width: 200px;
}

#ce-sortable-list {
    margin: 20px 0;
    max-width: 100%;
}

.ce-sortable-item {
    background: #fff;
    border: 1px solid #dcdcde;
    margin-bottom: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ce-sortable-item .dashicons-menu {
    cursor: move;
    color: #a7aaad;
    margin-right: 15px;
}

.ce-sortable-item img {
    border: 1px solid #eee;
    margin-right: 15px;
    background: #f9f9f9;
}